#include <NoFlowAdvectBC.H>
Public Member Functions | |
virtual | ~NoFlowAdvectBC () |
NoFlowAdvectBC (int a_nComp) | |
void | define (const ProblemDomain &a_domain, const RealVect &a_dx) |
void | fluxBC (EBFluxFAB &a_flux, const EBCellFAB &a_Wcenter, const EBCellFAB &a_Wextrap, const Side::LoHiSide &a_sd, const Real &a_time, const EBISBox &a_ebisBox, const DataIndex &a_dit, const Box &a_box, const Box &a_faceBox, const int &a_dir) |
For every box in this level, this function is called. | |
void | initialize (LevelData< EBCellFAB > &a_conState, const EBISLayout &a_ebisl) const |
Initialize---no op here. | |
void | setBndrySlopes (EBCellFAB &a_deltaPrim, const EBCellFAB &a_primState, const EBISBox &a_ebisBox, const Box &a_box, const int &a_dir) |
Set boundary slopes --no op here. | |
Protected Attributes | |
bool | m_isDefined |
RealVect | m_dx |
ProblemDomain | m_domain |
int | m_velComp |
Private Member Functions | |
NoFlowAdvectBC () |
virtual NoFlowAdvectBC::~NoFlowAdvectBC | ( | ) | [virtual] |
NoFlowAdvectBC::NoFlowAdvectBC | ( | int | a_nComp | ) |
NoFlowAdvectBC::NoFlowAdvectBC | ( | ) | [inline, private] |
void NoFlowAdvectBC::define | ( | const ProblemDomain & | a_domain, | |
const RealVect & | a_dx | |||
) | [virtual] |
Implements EBPhysIBC.
void NoFlowAdvectBC::initialize | ( | LevelData< EBCellFAB > & | a_conState, | |
const EBISLayout & | a_ebisl | |||
) | const [virtual] |
bool NoFlowAdvectBC::m_isDefined [protected] |
RealVect NoFlowAdvectBC::m_dx [protected] |
ProblemDomain NoFlowAdvectBC::m_domain [protected] |
int NoFlowAdvectBC::m_velComp [protected] |