|
| EBPhysIBC () |
|
virtual | ~EBPhysIBC () |
|
virtual void | define (const ProblemDomain &a_domain, const RealVect &a_dx)=0 |
|
virtual 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)=0 |
| For every box in this level, this virtual function is called. More...
|
|
virtual void | initialize (LevelData< EBCellFAB > &a_conState, const EBISLayout &a_ebisl) const =0 |
| Put initial conserved state into a_conState. More...
|
|
virtual void | setBndrySlopes (EBCellFAB &a_deltaPrim, const EBCellFAB &a_primState, const EBISBox &a_ebisBox, const Box &a_box, const int &a_dir)=0 |
| Set boundary slopes. More...
|
|
Pure virtual base class through which a user specifies the initial and boundary conditions for LevelGodunov.