Chombo + EB
3.0
|
#include <GaussianSphereIF.H>
Public Member Functions | |
GaussianSphereIF (const Real &a_sigma, const RealVect &a_center, const bool &a_inside) | |
GaussianSphereIF (const GaussianSphereIF &a_inputIF) | |
Copy constructor. More... | |
virtual | ~GaussianSphereIF () |
Destructor. More... | |
virtual void | GetParams (Real &a_sigma, RealVect &a_center, bool &a_inside) const |
virtual void | SetParams (const Real &a_sigma, const RealVect &a_center, const bool &a_inside) |
virtual Real | value (const RealVect &a_point) const |
virtual Real | value (const IndexTM< Real, GLOBALDIM > &a_point) const |
virtual BaseIF * | newImplicitFunction () const |
Public Member Functions inherited from BaseIF | |
BaseIF () | |
Default constructor. More... | |
virtual | ~BaseIF () |
Default destructor. More... | |
virtual Real | value (const IndexTM< int, GLOBALDIM > &a_partialDerivative, const IndexTM< Real, GLOBALDIM > &a_point) const |
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) |
Protected Attributes | |
Real | m_sigma |
RealVect | m_center |
bool | m_inside |
Real | m_sigma2 |
Real | m_normal |
Private Member Functions | |
GaussianSphereIF () | |
void | operator= (const GaussianSphereIF &a_inputIF) |
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 sphere with gaussian spacing - the main use of this is for mollifying other implicit functions (see "MollifyIF").
GaussianSphereIF::GaussianSphereIF | ( | const Real & | a_sigma, |
const RealVect & | a_center, | ||
const bool & | a_inside | ||
) |
Constructor specifying gaussian sigma (a_sigma), center (a_center), and whether the domain is on the inside (a_inside).
GaussianSphereIF::GaussianSphereIF | ( | const GaussianSphereIF & | a_inputIF | ) |
Copy constructor.
|
virtual |
Destructor.
|
inlineprivate |
References MayDay::Abort().
|
virtual |
Return the parameter information
|
virtual |
Set the parameter information
Return the value of the function at a_point.
Implements BaseIF.
Return the value of the function at a_point (of type INdexTM).
Reimplemented from BaseIF.
|
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 |
|
protected |
|
protected |
|
protected |
|
protected |