REMORA
Regional Modeling of Oceans Refined Adaptively
Loading...
Searching...
No Matches
BCVars Namespace Reference

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
 

Detailed Description

Boundary fill types.

Function Documentation

◆ foextrap_bc()

int BCVars::foextrap_bc ( int  ncons)
inlinenoexcept

◆ foextrap_periodic_bc()

int BCVars::foextrap_periodic_bc ( int  ncons)
inlinenoexcept

Definition at line 36 of file REMORA_IndexDefines.H.

Referenced by REMORA::foextrap_periodic_bc().

Here is the caller graph for this function:

◆ NumTypes()

int BCVars::NumTypes ( int  ncons)
inlinenoexcept

Definition at line 40 of file REMORA_IndexDefines.H.

Referenced by REMORA::num_bc_vars().

Here is the caller graph for this function:

◆ tke_bc()

int BCVars::tke_bc ( int  ncons)
inlinenoexcept

Definition at line 35 of file REMORA_IndexDefines.H.

Referenced by REMORA::tke_bc().

Here is the caller graph for this function:

◆ u2d_simple_bc()

int BCVars::u2d_simple_bc ( int  ncons)
inlinenoexcept

Definition at line 38 of file REMORA_IndexDefines.H.

Referenced by REMORA::u2d_simple_bc().

Here is the caller graph for this function:

◆ ubar_bc()

int BCVars::ubar_bc ( int  ncons)
inlinenoexcept

Definition at line 32 of file REMORA_IndexDefines.H.

Referenced by REMORA::ubar_bc().

Here is the caller graph for this function:

◆ v2d_simple_bc()

int BCVars::v2d_simple_bc ( int  ncons)
inlinenoexcept

Definition at line 39 of file REMORA_IndexDefines.H.

Referenced by REMORA::v2d_simple_bc().

Here is the caller graph for this function:

◆ vbar_bc()

int BCVars::vbar_bc ( int  ncons)
inlinenoexcept

Definition at line 33 of file REMORA_IndexDefines.H.

Referenced by REMORA::vbar_bc().

Here is the caller graph for this function:

◆ xvel_bc()

int BCVars::xvel_bc ( int  ncons)
inlinenoexcept

Definition at line 29 of file REMORA_IndexDefines.H.

Referenced by REMORA::xvel_bc().

Here is the caller graph for this function:

◆ yvel_bc()

int BCVars::yvel_bc ( int  ncons)
inlinenoexcept

Definition at line 30 of file REMORA_IndexDefines.H.

Referenced by REMORA::yvel_bc().

Here is the caller graph for this function:

◆ zeta_bc()

int BCVars::zeta_bc ( int  ncons)
inlinenoexcept

Definition at line 34 of file REMORA_IndexDefines.H.

Referenced by REMORAPhysBCFunct::impose_cons_bcs(), and REMORA::zeta_bc().

Here is the caller graph for this function:

◆ zvel_bc()

int BCVars::zvel_bc ( int  ncons)
inlinenoexcept

Definition at line 31 of file REMORA_IndexDefines.H.

Referenced by REMORA::zvel_bc().

Here is the caller graph for this function:

Variable Documentation

◆ cons_bc

◆ Salt_bc_comp

constexpr int BCVars::Salt_bc_comp = 1
staticconstexpr

Definition at line 26 of file REMORA_IndexDefines.H.

Referenced by REMORA::init_bcs().

◆ Scalar_bc_comp

constexpr int BCVars::Scalar_bc_comp = 2
staticconstexpr

Definition at line 27 of file REMORA_IndexDefines.H.

◆ Temp_bc_comp

constexpr int BCVars::Temp_bc_comp = 0
staticconstexpr