Mushy Layer
1.0
|
Apply extrapolation boundary conditions to a flux component. More...
Public Member Functions | |
BasicFluxExtrapBCFunction (int a_comp) | |
Full constructor. | |
virtual void | operator() (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous) |
Apply BC. | |
![]() | |
virtual void | operator() (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, const DataIndex &a_index, bool a_homogeneous) |
virtual void | setTime (const Real &a_time) |
void | fillGhostCells (const LevelData< FArrayBox > &phi, const Real dx, const bool homogeneous) |
void | fillGhostCells (const Vector< LevelData< FArrayBox > *> &phi, const Real dx0, const Vector< int > &refV, const bool homogeneous) |
Public Attributes | |
int | m_comp |
Component of velocity to apply BCs to. | |
Apply extrapolation boundary conditions to a flux component.
Extrapolation BCs for the specified component of a flux box.