AMReX-Hydro
AMReX-based hydro routines for low Mach number flows
HydroBC Namespace Reference

Functions

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void SetXEdgeBCs (int i, int j, int k, int n, const amrex::Array4< const amrex::Real > &s, amrex::Real &lo, amrex::Real &hi, int bclo, int domlo, int bchi, int domhi, bool is_velocity)
 Boundary condition effects. More...
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void SetYEdgeBCs (int i, int j, int k, int n, const amrex::Array4< const amrex::Real > &s, amrex::Real &lo, amrex::Real &hi, int bclo, int domlo, int bchi, int domhi, bool is_velocity)
 Boundary condition effects. More...
 

Function Documentation

◆ SetXEdgeBCs()

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void HydroBC::SetXEdgeBCs ( int  i,
int  j,
int  k,
int  n,
const amrex::Array4< const amrex::Real > &  s,
amrex::Real &  lo,
amrex::Real &  hi,
int  bclo,
int  domlo,
int  bchi,
int  domhi,
bool  is_velocity 
)

Boundary condition effects.

For a detailed discussion see the AMReX-Hydro Guide section for EBMOL.

Here is the caller graph for this function:

◆ SetYEdgeBCs()

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void HydroBC::SetYEdgeBCs ( int  i,
int  j,
int  k,
int  n,
const amrex::Array4< const amrex::Real > &  s,
amrex::Real &  lo,
amrex::Real &  hi,
int  bclo,
int  domlo,
int  bchi,
int  domhi,
bool  is_velocity 
)

Boundary condition effects.

For a detailed discussion see the AMReX-Hydro Guide section EBMOL.

Here is the caller graph for this function: