#include <MollifyIF.H>
Public Member Functions | |
MollifyIF (const BaseIF &a_impFunc, const BaseIF &a_mollifier, const Real &a_min, const Real &a_max, const int &a_numPts) | |
MollifyIF (const MollifyIF &a_inputIF) | |
Copy constructor. | |
virtual | ~MollifyIF () |
Destructor. | |
virtual Real | value (const RealVect &a_point) const |
virtual Real | value (const IndexTM< Real, GLOBALDIM > &a_point) const |
virtual Real | value (const IndexTM< int, GLOBALDIM > &a_partialDerivative, const IndexTM< Real, GLOBALDIM > &a_point) const |
virtual BaseIF * | newImplicitFunction () const |
virtual void | boxLayoutChanged (const DisjointBoxLayout &a_newBoxLayout, const RealVect &a_dx) |
Protected Attributes | |
BaseIF * | m_impFunc |
BaseIF * | m_mollifier |
Real | m_min |
Real | m_max |
int | m_numPts |
Real | m_dx |
Real | m_vol |
Box | m_sampleBox |
Real | m_mollifierSum |
FArrayBox | m_sampledMollifier |
Private Member Functions | |
MollifyIF () | |
void | operator= (const MollifyIF &a_inputIF) |
MollifyIF::MollifyIF | ( | const BaseIF & | a_impFunc, | |
const BaseIF & | a_mollifier, | |||
const Real & | a_min, | |||
const Real & | a_max, | |||
const int & | a_numPts | |||
) |
Constructor specifying the implicit function to mollify (a_impFunc), the mollifier (a_mollifier), a neighorhood to use (a_min, a_max) is each dimension, and a sampling (a_numPts).
MollifyIF::MollifyIF | ( | const MollifyIF & | a_inputIF | ) |
Copy constructor.
virtual MollifyIF::~MollifyIF | ( | ) | [virtual] |
Destructor.
MollifyIF::MollifyIF | ( | ) | [inline, private] |
References MayDay::Abort().
Return the value of the function at a_point.
Implements BaseIF.
Return the value of the function at a_point.
Reimplemented from BaseIF.
virtual Real MollifyIF::value | ( | const IndexTM< int, GLOBALDIM > & | a_partialDerivative, | |
const IndexTM< Real, GLOBALDIM > & | a_point | |||
) | const [virtual] |
Return the partial derivative of the function at a_point.
Reimplemented from BaseIF.
virtual BaseIF* MollifyIF::newImplicitFunction | ( | ) | const [virtual] |
Return a newly allocated derived class. The responsibility for deleting the memory is left to the calling function.
Implements BaseIF.
virtual void MollifyIF::boxLayoutChanged | ( | const DisjointBoxLayout & | a_newBoxLayout, | |
const RealVect & | a_dx | |||
) | [inline, virtual] |
Pass this call onto the IFs contained in this IF class.
Reimplemented from BaseIF.
References BaseIF::boxLayoutChanged(), m_impFunc, and m_mollifier.
void MollifyIF::operator= | ( | const MollifyIF & | a_inputIF | ) | [inline, private] |
References MayDay::Abort().
BaseIF* MollifyIF::m_impFunc [protected] |
Referenced by boxLayoutChanged().
BaseIF* MollifyIF::m_mollifier [protected] |
Referenced by boxLayoutChanged().
Real MollifyIF::m_min [protected] |
Real MollifyIF::m_max [protected] |
int MollifyIF::m_numPts [protected] |
Real MollifyIF::m_dx [protected] |
Real MollifyIF::m_vol [protected] |
Box MollifyIF::m_sampleBox [protected] |
Real MollifyIF::m_mollifierSum [mutable, protected] |
FArrayBox MollifyIF::m_sampledMollifier [mutable, protected] |