Chombo + EB + MF
3.2
|
uses extrapolated value in all cases More...
#include <ExtrapAdvectBC.H>
Public Member Functions | |
virtual | ~ExtrapAdvectBC () |
ExtrapAdvectBC () | |
void | define (const ProblemDomain &a_domain, const RealVect &a_dx) |
void | setCurDataIndex (const DataIndex &a_dit) |
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. More... | |
void | initialize (LevelData< EBCellFAB > &a_conState, const EBISLayout &a_ebisl) const |
Initialize—no op here. More... | |
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. More... | |
![]() | |
EBPhysIBC () | |
virtual | ~EBPhysIBC () |
Protected Attributes | |
bool | m_isDefined |
RealVect | m_dx |
ProblemDomain | m_domain |
uses extrapolated value in all cases
|
virtual |
ExtrapAdvectBC::ExtrapAdvectBC | ( | ) |
|
virtual |
Implements EBPhysIBC.
|
inlinevirtual |
Reimplemented from EBPhysIBC.
References fluxBC(), and initialize().
|
virtual |
For every box in this level, this function is called.
Implements EBPhysIBC.
Referenced by setCurDataIndex().
|
virtual |
|
inlinevirtual |
Set boundary slopes –no op here.
Implements EBPhysIBC.
|
protected |
|
protected |
|
protected |