|
Chombo + EB
3.0
|
#include <IFSlicer.H>
Public Member Functions | |
| IFSlicer () | |
| null constructor More... | |
| IFSlicer (const IFSlicer< dim > &a_IFSlicer) | |
| copy constructor More... | |
| IFSlicer (IFSlicer< dim+1 > const *a_slicer, const int &a_fixedComp, const Real &a_fixedValue) | |
| makes a reduced IFSlicer More... | |
| void | setParams (IFSlicer< dim+1 > const *a_slicer, const int &a_fixedComp, const Real &a_fixedValue) |
| virtual | ~IFSlicer () |
| destructor More... | |
| virtual Real | value (const IndexTM< int, dim > &a_partialDerivative, const IndexTM< Real, dim > &a_point) const |
| Return the partial derivative evaluated at a_point. More... | |
| void | print (ostream &out) const |
| output function More... | |
Protected Attributes | |
| IFSlicer< dim+1 > const * | m_IFSlicer |
| int | m_fixedComp |
| Real | m_fixedValue |
Private Member Functions | |
| IFSlicer< dim > & | operator= (const IFSlicer< dim > &) |
copy constructor
copy constructor
References IFSlicer< dim >::m_fixedComp, IFSlicer< dim >::m_fixedValue, and IFSlicer< dim >::m_IFSlicer.
| void IFSlicer< dim >::setParams | ( | IFSlicer< dim+1 > const * | a_slicer, |
| const int & | a_fixedComp, | ||
| const Real & | a_fixedValue | ||
| ) |
|
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.
References dim, and LARGEREALVAL.
Referenced by NormalDerivative< dim >::evaluate(), and NormalDerivative< dim >::expand().
Referenced by IFSlicer< dim >::IFSlicer().
Referenced by IFSlicer< dim >::IFSlicer().
Referenced by IFSlicer< dim >::IFSlicer().
1.8.13