Mushy Layer  1.0
Public Member Functions | Public Attributes | List of all members
BasicFluxExtrapBCFunction Class Reference

Apply extrapolation boundary conditions to a flux component. More...

Inheritance diagram for BasicFluxExtrapBCFunction:
BCFunction

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.
 
- Public Member Functions inherited from BCFunction
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.
 

Detailed Description

Apply extrapolation boundary conditions to a flux component.

Extrapolation BCs for the specified component of a flux box.


The documentation for this class was generated from the following file: