Chombo + EB
3.0
|
#include <IFSlicer.H>
Public Member Functions | |
IFSlicer () | |
null constructor More... | |
IFSlicer (const IFSlicer< GLOBALDIM > &a_IFSlicer) | |
copy constructor More... | |
IFSlicer (const BaseIF &a_implicitFunction) | |
if dim == GLOBALDIM, construct from BaseIF More... | |
virtual | ~IFSlicer () |
destructor More... | |
virtual Real | value (const IndexTM< int, GLOBALDIM > &a_partialDerivative, const IndexTM< Real, GLOBALDIM > &a_point) const |
Return the partial derivative evaluated at a_point. More... | |
void | print (ostream &a_out) const |
Protected Attributes | |
BaseIF * | m_implicitFunction |
Private Member Functions | |
IFSlicer< GLOBALDIM > & | operator= (const IFSlicer< GLOBALDIM > &) |
copy constructor
copy constructor
|
virtual |
Return the partial derivative evaluated at a_point.
Represent the partial derivative as a list of integers. Return the partial derivative evaluated at a_point.