Chombo + EB
3.0
|
#include <BilinearIF.H>
Public Member Functions | |
BilinearIF (LevelData< NodeFArrayBox > *a_etaCorner, const IndexTM< Real, GLOBALDIM > &a_origin3D, const IndexTM< Real, GLOBALDIM > &a_dx3D, DisjointBoxLayout *a_grids) | |
virtual | ~BilinearIF () |
Destructor. More... | |
BilinearIF (const BilinearIF &a_inputIF) | |
virtual void | findIndex (const IndexTM< Real, GLOBALDIM > &a_point, IntVect &a_index) const |
virtual Real | value (const IndexTM< int, GLOBALDIM > &a_partialDerivative, const IndexTM< Real, GLOBALDIM > &a_point) const |
virtual Real | value (const IndexTM< Real, GLOBALDIM > &a_point) const |
virtual Real | value (const RealVect &a_point) const |
virtual BaseIF * | newImplicitFunction () const |
virtual LevelData< NodeFArrayBox > * | getEtaCorner () const |
virtual DisjointBoxLayout * | getGrid () const |
virtual void | getPolynomial (Vector< PolyTerm > &a_polynomial, IntVect &a_index) |
Public Member Functions inherited from BaseIF | |
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 void | print (ostream &out) const |
virtual void | boxLayoutChanged (const DisjointBoxLayout &a_newBoxLayout, const RealVect &a_dx) |
Private Member Functions | |
BilinearIF () | |
void | operator= (const BilinearIF &a_inputIF) |
Private Attributes | |
LevelData< NodeFArrayBox > * | m_etaCorner |
IndexTM< Real, GLOBALDIM > | m_origin3D |
IndexTM< Real, GLOBALDIM > | m_dx3D |
DisjointBoxLayout * | m_grids |
Additional Inherited Members | |
Static Public Member Functions inherited from BaseIF | |
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 bilinear function.
BilinearIF::BilinearIF | ( | LevelData< NodeFArrayBox > * | a_etaCorner, |
const IndexTM< Real, GLOBALDIM > & | a_origin3D, | ||
const IndexTM< Real, GLOBALDIM > & | a_dx3D, | ||
DisjointBoxLayout * | a_grids | ||
) |
Constructor specifying the value to interpolate with a bilinear function (a_etaCorner) and the properties of the grid (a_origin and a_dx)
|
virtual |
Destructor.
BilinearIF::BilinearIF | ( | const BilinearIF & | a_inputIF | ) |
|
inlineprivate |
References MayDay::Abort().
|
virtual |
Put the grid index of the lower left node of the box which contain a_point in a_index
|
virtual |
Return the value of the derivative at a_point.
Reimplemented from BaseIF.
Return the value of the function at a_point (of type INdexTM).
Reimplemented from BaseIF.
Return the value of the function at a_point. When delineating a domain, the level set value=0 represents the boundary and value<0 is inside the fluid.
Implements BaseIF.
|
virtual |
Return a newly allocated derived class. The responsibility for deleting the memory is left to the calling function.
Implements BaseIF.
|
virtual |
|
virtual |
|
virtual |
|
inlineprivate |
References MayDay::Abort().
|
private |
|
private |