this BCFunction simply wraps a BCFunc
More...
#include <BCFunc.H>
|
| BCFuncWrapper () |
|
| BCFuncWrapper (BCFunc funcptr) |
|
virtual | ~BCFuncWrapper () |
|
virtual void | operator() (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous) |
| simply calls through to bcFunc More...
|
|
| BCFuncWrapper (const BCFuncWrapper &src) |
|
virtual BCFuncWrapper & | operator= (const BCFuncWrapper &src) |
|
| BCFunction () |
| Base class constructor. Called by all subclass constructors. More...
|
|
virtual | ~BCFunction () |
| Destructor. More...
|
|
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) |
| Fill the ghost cells for a single level. More...
|
|
void | fillGhostCells (const Vector< LevelData< FArrayBox > *> &phi, const Real dx0, const Vector< int > &refV, const bool homogeneous) |
| Fill the ghost cells for a Hierarchy of levels. More...
|
|
this BCFunction simply wraps a BCFunc
◆ BCFuncWrapper() [1/3]
BCFuncWrapper::BCFuncWrapper |
( |
| ) |
|
|
inline |
◆ BCFuncWrapper() [2/3]
BCFuncWrapper::BCFuncWrapper |
( |
BCFunc |
funcptr | ) |
|
|
inline |
◆ ~BCFuncWrapper()
virtual BCFuncWrapper::~BCFuncWrapper |
( |
| ) |
|
|
inlinevirtual |
◆ BCFuncWrapper() [3/3]
◆ operator()()
virtual void BCFuncWrapper::operator() |
( |
FArrayBox & |
a_state, |
|
|
const Box & |
a_valid, |
|
|
const ProblemDomain & |
a_domain, |
|
|
Real |
a_dx, |
|
|
bool |
a_homogeneous |
|
) |
| |
|
inlinevirtual |
◆ operator=()
◆ m_funcptr
BCFunc BCFuncWrapper::m_funcptr |
|
protected |
The documentation for this class was generated from the following file: