#include <BCFunc.H>


Public Member Functions | |
| ConstBCFunction (const IntVect &a_loSideType, const RealVect &a_loSideValue, const IntVect &a_hiSideType, const RealVect &a_hiSideValue) | |
| ~ConstBCFunction () | |
| virtual void | operator() (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous) |
Protected Attributes | |
| IntVect | m_loSideType |
| RealVect | m_loSideValue |
| IntVect | m_hiSideType |
| RealVect | m_hiSideValue |
| ConstBCFunction::ConstBCFunction | ( | const IntVect & | a_loSideType, | |
| const RealVect & | a_loSideValue, | |||
| const IntVect & | a_hiSideType, | |||
| const RealVect & | a_hiSideValue | |||
| ) |
| ConstBCFunction::~ConstBCFunction | ( | ) |
| virtual void ConstBCFunction::operator() | ( | FArrayBox & | a_state, | |
| const Box & | a_valid, | |||
| const ProblemDomain & | a_domain, | |||
| Real | a_dx, | |||
| bool | a_homogeneous | |||
| ) | [virtual] |
Implements BCFunction.
IntVect ConstBCFunction::m_loSideType [protected] |
RealVect ConstBCFunction::m_loSideValue [protected] |
IntVect ConstBCFunction::m_hiSideType [protected] |
RealVect ConstBCFunction::m_hiSideValue [protected] |
1.5.5