Chombo + EB
3.0
|
#include <MultiSphereIF.H>
Public Member Functions | |
MultiSphereIF (const Vector< Real > &a_radii, const Vector< RealVect > &a_centers, const bool &a_inside) | |
MultiSphereIF (const MultiSphereIF &a_inputIF) | |
Copy constructor. More... | |
virtual | ~MultiSphereIF () |
Destructor. More... | |
virtual void | GetParams (Vector< Real > &a_radii, Vector< RealVect > &a_centers, bool &a_inside) const |
virtual void | SetParams (const Vector< Real > &a_radii, const Vector< RealVect > &a_centers, const bool &a_inside) |
virtual Real | value (const RealVect &a_point) const |
virtual BaseIF * | newImplicitFunction () const |
virtual bool | fastIntersection (const RealVect &a_low, const RealVect &a_high) const |
virtual GeometryService::InOut | InsideOutside (const RealVect &a_low, const RealVect &a_high) 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 GeometryService::InOut | InsideOutside (const Box &a_region, const ProblemDomain &a_domain, const RealVect &a_origin, const Real &a_dx) 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) |
Protected Attributes | |
int | m_numSpheres |
Vector< Real > | m_radii |
Vector< RealVect > | m_centers |
bool | m_inside |
ComplementIF * | m_multiSphere |
Private Member Functions | |
MultiSphereIF () | |
void | operator= (const MultiSphereIF &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 union of spheres.
MultiSphereIF::MultiSphereIF | ( | const Vector< Real > & | a_radii, |
const Vector< RealVect > & | a_centers, | ||
const bool & | a_inside | ||
) |
Constructor specifying sphere radii (a_radii), centers (a_centers), and whether the domain is on the inside (a_inside).
MultiSphereIF::MultiSphereIF | ( | const MultiSphereIF & | 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.
|
virtual |
Return a newly allocated derived class. The responsibility for deleting the memory is left to the calling function.
Implements BaseIF.
|
inlinevirtual |
Reimplemented from BaseIF.
References InsideOutside().
|
virtual |
Reimplemented from BaseIF.
Referenced by fastIntersection().
|
inlineprivate |
References MayDay::Abort().
|
protected |
|
protected |
|
protected |