REMORA
Energy Research and Forecasting: An Atmospheric Modeling Code
IndexDefines.H File Reference
#include <AMReX_REAL.H>
#include <AMReX_Arena.H>
Include dependency graph for IndexDefines.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 BCVars
 
 BdyVars
 
 REMORABCType
 

Macros

#define Temp_comp   0
 
#define Salt_comp   1
 
#define Scalar_comp   2
 
#define NCONS   3
 
#define NGROW   2
 

Enumerations

enum  {
  BCVars::cons_bc = 0 , BCVars::Temp_bc_comp = 0 , BCVars::Salt_bc_comp , BCVars::Scalar_bc_comp ,
  BCVars::xvel_bc = NCONS , BCVars::yvel_bc , BCVars::zvel_bc , BCVars::NumTypes
}
 
enum  {
  BdyVars::null = -1 , BdyVars::u = 0 , BdyVars::v = 1 , BdyVars::t = 2 ,
  BdyVars::s = 3 , BdyVars::ubar , BdyVars::vbar , BdyVars::zeta ,
  BdyVars::NumTypes
}
 
enum class  REMORA_BC {
  symmetry , inflow , outflow , no_slip_wall ,
  slip_wall , periodic , undefined
}
 
enum  REMORABCType::mathematicalBndryTypes : int {
  REMORABCType::bogus = -666 , REMORABCType::reflect_odd = -1 , REMORABCType::int_dir = 0 , REMORABCType::reflect_even = 1 ,
  REMORABCType::foextrap = 2 , REMORABCType::ext_dir = 3
}
 

Macro Definition Documentation

◆ NCONS

#define NCONS   3

◆ NGROW

#define NGROW   2

◆ Salt_comp

#define Salt_comp   1

◆ Scalar_comp

#define Scalar_comp   2

◆ Temp_comp

#define Temp_comp   0

Enumeration Type Documentation

◆ REMORA_BC

enum REMORA_BC
strong
Enumerator
symmetry 
inflow 
outflow 
no_slip_wall 
slip_wall 
periodic 
undefined