Chombo + EB  3.0
Public Member Functions | Protected Attributes | Private Member Functions | List of all members
GaussianSphereIF Class Reference

#include <GaussianSphereIF.H>

Inheritance diagram for GaussianSphereIF:
Inheritance graph
[legend]

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 BaseIFnewImplicitFunction () 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)
 

Detailed Description

This implicit function specifies a sphere with gaussian spacing - the main use of this is for mollifying other implicit functions (see "MollifyIF").

Constructor & Destructor Documentation

◆ GaussianSphereIF() [1/3]

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() [2/3]

GaussianSphereIF::GaussianSphereIF ( const GaussianSphereIF a_inputIF)

Copy constructor.

◆ ~GaussianSphereIF()

virtual GaussianSphereIF::~GaussianSphereIF ( )
virtual

Destructor.

◆ GaussianSphereIF() [3/3]

GaussianSphereIF::GaussianSphereIF ( )
inlineprivate

References MayDay::Abort().

Member Function Documentation

◆ GetParams()

virtual void GaussianSphereIF::GetParams ( Real a_sigma,
RealVect a_center,
bool &  a_inside 
) const
virtual

Return the parameter information

◆ SetParams()

virtual void GaussianSphereIF::SetParams ( const Real a_sigma,
const RealVect a_center,
const bool &  a_inside 
)
virtual

Set the parameter information

◆ value() [1/2]

virtual Real GaussianSphereIF::value ( const RealVect a_point) const
virtual

Return the value of the function at a_point.

Implements BaseIF.

◆ value() [2/2]

virtual Real GaussianSphereIF::value ( const IndexTM< Real, GLOBALDIM > &  a_point) const
virtual

Return the value of the function at a_point (of type INdexTM).

Reimplemented from BaseIF.

◆ newImplicitFunction()

virtual BaseIF* GaussianSphereIF::newImplicitFunction ( ) const
virtual

Return a newly allocated derived class. The responsibility for deleting the memory is left to the calling function.

Implements BaseIF.

◆ operator=()

void GaussianSphereIF::operator= ( const GaussianSphereIF a_inputIF)
inlineprivate

References MayDay::Abort().

Member Data Documentation

◆ m_sigma

Real GaussianSphereIF::m_sigma
protected

◆ m_center

RealVect GaussianSphereIF::m_center
protected

◆ m_inside

bool GaussianSphereIF::m_inside
protected

◆ m_sigma2

Real GaussianSphereIF::m_sigma2
protected

◆ m_normal

Real GaussianSphereIF::m_normal
protected

The documentation for this class was generated from the following file: