Chombo + EB
3.0
|
#include <PolynomialIF.H>
Public Member Functions | |
PolynomialIF (const Vector< PolyTerm > &a_polynomial, const bool &a_inside) | |
PolynomialIF (const PolynomialIF &a_inputIF) | |
Copy constructor. More... | |
virtual | ~PolynomialIF () |
Destructor. More... | |
virtual void | GetParams (Vector< PolyTerm > &a_polynomial, bool &a_inside) const |
virtual void | SetParams (const Vector< PolyTerm > &a_polynomial, const bool &a_inside) |
virtual Real | value (const RealVect &a_point, const Vector< PolyTerm > &a_polynomial) const |
virtual Real | value (const RealVect &a_point) const |
virtual Real | value (const IndexTM< int, GLOBALDIM > &a_partialDerivative, const IndexTM< Real, GLOBALDIM > &a_point) const |
virtual void | partialDerivative (Vector< PolyTerm > &a_partial, const IntVect &a_whichPartialOp, const Vector< PolyTerm > &a_polynomial) const |
virtual BaseIF * | newImplicitFunction () const |
![]() | |
BaseIF () | |
Default constructor. More... | |
virtual | ~BaseIF () |
Default destructor. More... | |
virtual bool | fastIntersection (const Box &a_region, const ProblemDomain &a_domain, const RealVect &a_origin, const Real &a_dx) const |
virtual bool | fastIntersection (const RealVect &a_low, const RealVect &a_high) const |
virtual GeometryService::InOut | InsideOutside (const Box &a_region, const ProblemDomain &a_domain, const RealVect &a_origin, const Real &a_dx) const |
virtual GeometryService::InOut | InsideOutside (const RealVect &a_low, const RealVect &a_high) const |
virtual Real | value (const IndexTM< Real, GLOBALDIM > &a_point) const |
virtual void | print (ostream &out) const |
virtual void | boxLayoutChanged (const DisjointBoxLayout &a_newBoxLayout, const RealVect &a_dx) |
Protected Attributes | |
Vector< PolyTerm > | m_polynomial |
bool | m_inside |
Private Member Functions | |
PolynomialIF () | |
void | operator= (const PolynomialIF &a_inputIF) |
Additional Inherited Members | |
![]() | |
static void | corners (const Box &a_region, const RealVect &a_origin, const Real &a_dx, RealVect &a_lo, RealVect &a_hi) |
This implicit function specifies a general polynomial function.
Constructor specifying the term composing the polynomial (a_polynomial) and whether the domain is on the inside (a_inside), i.e. where the function is negative.
PolynomialIF::PolynomialIF | ( | const PolynomialIF & | a_inputIF | ) |
Copy constructor.
|
virtual |
Destructor.
|
inlineprivate |
References MayDay::Abort().
|
virtual |
Return the parameter information
Referenced by ReferenceHeightIF::getReferenceSurfacePolynomial().
|
virtual |
Set the parameter information
|
virtual |
Return the value of the function at a_point using a_polynomial
Referenced by ReferenceHeightIF::evaluateReferenceSurfacePolynomial(), and ReferenceHeightIF::value().
Return the value of the function at a_point.
Implements BaseIF.
|
virtual |
Return the value of the derivative at a_point.
Reimplemented from BaseIF.
|
virtual |
Partial derivative
|
virtual |
Return a newly allocated derived class. The responsibility for deleting the memory is left to the calling function.
Implements BaseIF.
|
inlineprivate |
References MayDay::Abort().
|
protected |