#include <string>
#include <iostream>
#include <AMReX_ParmParse.H>
#include <AMReX_Print.H>
#include <AMReX_Gpu.H>
#include <REMORA_Constants.H>
Go to the source code of this file.
|
enum class | CouplingType { OneWay
, TwoWay
} |
|
enum class | Coord { x
, y
, z
} |
|
enum class | AdvectionDir { x
, y
, z
} |
|
enum class | AdvectionScheme { centered4
, upstream3
} |
|
enum class | IC_BC_Type { Custom
, Real
} |
|
enum class | Cor_Type { Custom
, Beta_Plane
, Real
} |
|
enum class | PlotfileType { amrex
, netcdf
, hdf5
} |
|
◆ AdvectionDir
◆ AdvectionScheme
Enumerator |
---|
centered4 | |
upstream3 | |
◆ Coord
◆ Cor_Type
Enumerator |
---|
Custom | |
Beta_Plane | |
Real | |
◆ CouplingType
◆ IC_BC_Type
◆ PlotfileType
Enumerator |
---|
amrex | |
netcdf | |
hdf5 | |