#include <ExtrapAdvectBC.H>
Public Member Functions | |
virtual | ~ExtrapAdvectBC () |
ExtrapAdvectBC () | |
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 |
virtual ExtrapAdvectBC::~ExtrapAdvectBC | ( | ) | [virtual] |
ExtrapAdvectBC::ExtrapAdvectBC | ( | ) |
void ExtrapAdvectBC::define | ( | const ProblemDomain & | a_domain, | |
const RealVect & | a_dx | |||
) | [virtual] |
Implements EBPhysIBC.
void ExtrapAdvectBC::initialize | ( | LevelData< EBCellFAB > & | a_conState, | |
const EBISLayout & | a_ebisl | |||
) | const [virtual] |
bool ExtrapAdvectBC::m_isDefined [protected] |
RealVect ExtrapAdvectBC::m_dx [protected] |
ProblemDomain ExtrapAdvectBC::m_domain [protected] |