|
REMORA
Regional Modeling of Oceans Refined Adaptively
|
Boundary fill types. More...
Functions | |
| int | xvel_bc (int ncons) noexcept |
| int | yvel_bc (int ncons) noexcept |
| int | zvel_bc (int ncons) noexcept |
| int | ubar_bc (int ncons) noexcept |
| int | vbar_bc (int ncons) noexcept |
| int | zeta_bc (int ncons) noexcept |
| int | tke_bc (int ncons) noexcept |
| int | foextrap_periodic_bc (int ncons) noexcept |
| int | foextrap_bc (int ncons) noexcept |
| int | u2d_simple_bc (int ncons) noexcept |
| int | v2d_simple_bc (int ncons) noexcept |
| int | NumTypes (int ncons) noexcept |
Variables | |
| static constexpr int | cons_bc = 0 |
| static constexpr int | Temp_bc_comp = 0 |
| static constexpr int | Salt_bc_comp = 1 |
| static constexpr int | Scalar_bc_comp = 2 |
Boundary fill types.
|
inlinenoexcept |
Definition at line 37 of file REMORA_IndexDefines.H.
Referenced by REMORA::foextrap_bc(), REMORAPhysBCFunct::impose_cons_bcs(), REMORAPhysBCFunct::impose_xvel_bcs(), REMORAPhysBCFunct::impose_yvel_bcs(), REMORAPhysBCFunct::impose_zvel_bcs(), and REMORAPhysBCFunct::operator()().

|
inlinenoexcept |
Definition at line 36 of file REMORA_IndexDefines.H.
Referenced by REMORA::foextrap_periodic_bc().

|
inlinenoexcept |
Definition at line 40 of file REMORA_IndexDefines.H.
Referenced by REMORA::num_bc_vars().

|
inlinenoexcept |
Definition at line 35 of file REMORA_IndexDefines.H.
Referenced by REMORA::tke_bc().

|
inlinenoexcept |
Definition at line 38 of file REMORA_IndexDefines.H.
Referenced by REMORA::u2d_simple_bc().

|
inlinenoexcept |
Definition at line 32 of file REMORA_IndexDefines.H.
Referenced by REMORA::ubar_bc().

|
inlinenoexcept |
Definition at line 39 of file REMORA_IndexDefines.H.
Referenced by REMORA::v2d_simple_bc().

|
inlinenoexcept |
Definition at line 33 of file REMORA_IndexDefines.H.
Referenced by REMORA::vbar_bc().

|
inlinenoexcept |
Definition at line 29 of file REMORA_IndexDefines.H.
Referenced by REMORA::xvel_bc().

|
inlinenoexcept |
Definition at line 30 of file REMORA_IndexDefines.H.
Referenced by REMORA::yvel_bc().

|
inlinenoexcept |
Definition at line 34 of file REMORA_IndexDefines.H.
Referenced by REMORAPhysBCFunct::impose_cons_bcs(), and REMORA::zeta_bc().

|
inlinenoexcept |
Definition at line 31 of file REMORA_IndexDefines.H.
Referenced by REMORA::zvel_bc().

|
staticconstexpr |
Definition at line 24 of file REMORA_IndexDefines.H.
Referenced by REMORA::advance_3d(), REMORA::ErrorEst(), REMORA::init_bcs(), REMORA::InitData(), REMORA::MakeNewLevelFromCoarse(), REMORA::RemakeLevel(), REMORA::set_bathymetry(), REMORA::set_coriolis(), REMORA::set_zeta(), and REMORA::setup_step().
|
staticconstexpr |
Definition at line 26 of file REMORA_IndexDefines.H.
Referenced by REMORA::init_bcs().
|
staticconstexpr |
Definition at line 27 of file REMORA_IndexDefines.H.
|
staticconstexpr |
Definition at line 25 of file REMORA_IndexDefines.H.
Referenced by REMORA::init_bcs(), REMORA::init_only(), and REMORA::MakeNewLevelFromCoarse().