|
REMORA
Regional Modeling of Oceans Refined Adaptively
|
Go to the source code of this file.
Functions | |
| ParmParse | pp_prob ("remora.prob") |
| pp_prob | query ("u_0", u_0) |
| pp_prob | query ("v_0", v_0) |
| for (MFIter mfi(mf_cons, TilingIfNotGPU());mfi.isValid();++mfi) | |
Variables | |
| Real | u_0 = 0.0 |
| Real | v_0 = 0.0 |
| bool | l_use_salt = m_solverChoice.use_salt |
| auto | geomdata = geom.data() |
| const int | khi = geomdata.Domain().bigEnd()[2] |
| auto | T0 = m_solverChoice.T0 |
| auto | S0 = m_solverChoice.S0 |
| for | ( | MFIter mfi(mf_cons, TilingIfNotGPU());mfi.isValid();++ | mfi | ) |
Definition at line 14 of file REMORA_InitAnalyticProb_Advection.H.

| ParmParse pp_prob | ( | "remora.prob" | ) |
| auto geomdata = geom.data() |
Definition at line 8 of file REMORA_InitAnalyticProb_Advection.H.
Referenced by for().
| const int khi = geomdata.Domain().bigEnd()[2] |
Definition at line 9 of file REMORA_InitAnalyticProb_Advection.H.
Referenced by REMORA::FillBdyCCVels(), REMORA::FillCoarsePatchMap(), REMORA::FillPatch(), for(), and REMORA::refinement_criteria_setup().
| bool l_use_salt = m_solverChoice.use_salt |
Definition at line 6 of file REMORA_InitAnalyticProb_Advection.H.
Referenced by for().
| auto S0 = m_solverChoice.S0 |
Definition at line 12 of file REMORA_InitAnalyticProb_Advection.H.
Referenced by for(), and REMORA::lin_eos().
| auto T0 = m_solverChoice.T0 |
Definition at line 11 of file REMORA_InitAnalyticProb_Advection.H.
Referenced by for(), and REMORA::lin_eos().
| Real u_0 = 0.0 |
Definition at line 3 of file REMORA_InitAnalyticProb_Advection.H.
Referenced by for().
| Real v_0 = 0.0 |
Definition at line 4 of file REMORA_InitAnalyticProb_Advection.H.
Referenced by for().