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

Apply extrapolation boundary condition on all sides. More...

Inheritance diagram for BasicExtrapBCFunction:
BCFunction

Public Member Functions

 BasicExtrapBCFunction ()
 Default constructor.
 
 BasicExtrapBCFunction (bool a_isDefined, MushyLayerParams a_params, Interval a_ghost=Interval(0, 0), int a_comp=1)
 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

bool m_isDefined
 Is object defined?
 
MushyLayerParams m_params
 Physical parameters for the problem.
 
Interval m_ghost
 Number of ghost cells to fill.
 
int m_comp
 Component of velocity to apply BCs to.
 

Detailed Description

Apply extrapolation boundary condition on all sides.


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