Chombo + EB  3.2
Public Member Functions | Private Member Functions | List of all members
SphereIF Class Reference

#include <SphereIF.H>

Inheritance diagram for SphereIF:
Inheritance graph
[legend]

Public Member Functions

 SphereIF (const Real &a_radius, const RealVect &a_center, const bool &a_inside)
 
virtual ~SphereIF ()
 Destructor. More...
 
- Public Member Functions inherited from HyperSphereIF
 HyperSphereIF (const Real &a_radius, const IndexTM< Real, GLOBALDIM > &a_center, const bool &a_inside)
 
 HyperSphereIF (const HyperSphereIF &a_inputIF)
 Copy constructor. More...
 
virtual ~HyperSphereIF ()
 Destructor. More...
 
virtual void GetParams (Real &a_radius, IndexTM< Real, GLOBALDIM > &a_center, bool &a_inside) const
 
virtual void SetParams (const Real &a_radius, const IndexTM< Real, GLOBALDIM > &a_center, const bool &a_inside)
 
virtual Real value (const IndexTM< int, GLOBALDIM > &a_partialDerivative, const IndexTM< Real, GLOBALDIM > &a_point) const
 
virtual Real value (const RealVect &a_point) const
 
virtual Real value (const IndexTM< Real, GLOBALDIM > &a_point) const
 
virtual IndexTM< Real, GLOBALDIMnormal (const IndexTM< Real, GLOBALDIM > &a_point) const
 
virtual Vector< IndexTM< Real, GLOBALDIM > > gradNormal (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 IndMomSpaceDim getExactVolumeMoments (const VolIndex &a_vof, const Real &a_dx) const
 return int x^p dV for the vof More...
 
virtual IndMomSpaceDim getExactEBMoments (const VolIndex &a_vof, const Real &a_dx) const
 return int_eb x^p dA for the eb More...
 
virtual IndMomSpaceDim getExactEBNormalMoments (const VolIndex &a_vof, const Real &a_dx, const int &a_ni) const
 return int_eb x^p n_i dA for the eb More...
 
virtual IndMomSpaceDim getExactEBNormalPartialDerivs (const VolIndex &a_vof, const Real &a_dx, const int &a_ni) const
 
virtual IndMomSDMinOne getExactFaceMoments (const FaceIndex &a_face, const Real &a_dx) const
 return int x^p dA for the face More...
 
virtual Real derivative (const IntVect &a_deriv, const RealVect &a_point) const
 return the partial derivative at the point More...
 
virtual Real value (const IntVect &a_deriv, const RealVect &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 Real derivative (const IndexTM< int, GLOBALDIM > &a_deriv, const IndexTM< Real, GLOBALDIM > &a_point) const
 
virtual void print (ostream &out) const
 
virtual void makeGrids (const ProblemDomain &a_domain, DisjointBoxLayout &a_grids, const int &a_maxGridSize, const int &a_maxIrregGridSize)
 
virtual void boxLayoutChanged (const DisjointBoxLayout &a_newBoxLayout, const RealVect &a_dx)
 

Private Member Functions

 SphereIF ()
 
void operator= (const SphereIF &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)
 
- Protected Attributes inherited from HyperSphereIF
Real m_radius
 
IndexTM< Real, GLOBALDIMm_center
 
bool m_inside
 
Real m_radius2
 

Detailed Description

This implicit function specifies a sphere.

Constructor & Destructor Documentation

◆ SphereIF() [1/2]

SphereIF::SphereIF ( const Real a_radius,
const RealVect a_center,
const bool &  a_inside 
)

Constructor specifying sphere radius (a_radius), center (a_center), and whether the domain is on the inside (a_inside).

◆ ~SphereIF()

virtual SphereIF::~SphereIF ( )
inlinevirtual

Destructor.

References SphereIF().

◆ SphereIF() [2/2]

SphereIF::SphereIF ( )
private

Referenced by ~SphereIF().

Member Function Documentation

◆ operator=()

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

References MayDay::Abort().


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