REMORA
Regional Modeling of Oceans Refined Adaptively
|
Enumerations | |
enum | mathematicalBndryTypes : int { bogus = -666 , reflect_odd = -1 , int_dir = 0 , reflect_even = 1 , foextrap = 2 , ext_dir = 3 , clamped = 4 , chapman = 5 , flather = 6 , orlanski_rad = 7 , orlanski_rad_nudge = 8 } |
NOTE: the first of these must match up with the BCType enum in amrex/Src/Base/AMReX_BC_TYPES.H. We had extras at the end to use locally
enum REMORABCType::mathematicalBndryTypes : int |
Enumerator | |
---|---|
bogus | |
reflect_odd | |
int_dir | |
reflect_even | |
foextrap | |
ext_dir | |
clamped | |
chapman | |
flather | |
orlanski_rad | |
orlanski_rad_nudge |
Definition at line 76 of file REMORA_IndexDefines.H.