|
| | 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) |
| |
This implicit function specifies a general polynomial function.