|
REMORA
Regional Modeling of Oceans Refined Adaptively
|
Go to the source code of this file.
Functions | |
| for (MFIter mfi(mf_cons, TilingIfNotGPU());mfi.isValid();++mfi) | |
Variables | |
| bool | l_use_salt = m_solverChoice.use_salt |
| auto | geomdata = geom.data() |
| const int | khi = geomdata.Domain().bigEnd()[2] |
| bool | EWPeriodic = geomdata.isPeriodic(0) |
| bool | NSPeriodic = geomdata.isPeriodic(1) |
| auto | T0 = m_solverChoice.T0 |
| auto | S0 = m_solverChoice.S0 |
| for | ( | MFIter mfi(mf_cons, TilingIfNotGPU());mfi.isValid();++ | mfi | ) |
Definition at line 12 of file REMORA_InitAnalyticProb_Upwelling.H.

| bool EWPeriodic = geomdata.isPeriodic(0) |
Definition at line 7 of file REMORA_InitAnalyticProb_Upwelling.H.
| auto geomdata = geom.data() |
Definition at line 4 of file REMORA_InitAnalyticProb_Upwelling.H.
| const int khi = geomdata.Domain().bigEnd()[2] |
Definition at line 5 of file REMORA_InitAnalyticProb_Upwelling.H.
Referenced by for().
| bool l_use_salt = m_solverChoice.use_salt |
Definition at line 2 of file REMORA_InitAnalyticProb_Upwelling.H.
Referenced by for().
| bool NSPeriodic = geomdata.isPeriodic(1) |
Definition at line 8 of file REMORA_InitAnalyticProb_Upwelling.H.
| auto S0 = m_solverChoice.S0 |
Definition at line 11 of file REMORA_InitAnalyticProb_Upwelling.H.
Referenced by for().
| auto T0 = m_solverChoice.T0 |
Definition at line 10 of file REMORA_InitAnalyticProb_Upwelling.H.
Referenced by for().