Chombo + EB
3.0
|
#include <GaussianIF.H>
Public Member Functions | |
GaussianIF (const RealVect &a_origin, const Real &a_height, const RealVect &a_sig2, const int &a_upDir, const bool &a_inside) | |
GaussianIF (const GaussianIF &a_inputIF) | |
Copy constructor. More... | |
virtual | ~GaussianIF () |
Destructor. More... | |
virtual void | GetParams (RealVect &a_origin, Real &a_height, RealVect &a_sig2, int &a_upDir, bool &a_inside) const |
virtual void | SetParams (const RealVect &a_origin, const Real &a_height, const RealVect &a_sig2, const int &a_upDir, const bool &a_inside) |
virtual Real | value (const RealVect &a_point) const |
virtual BaseIF * | newImplicitFunction () const |
![]() | |
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 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 | |
RealVect | m_origin |
Real | m_height |
RealVect | m_sig2 |
int | m_upDir |
bool | m_inside |
Private Member Functions | |
GaussianIF () | |
void | operator= (const GaussianIF &a_inputIF) |
Additional Inherited Members | |
![]() | |
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 gaussian level set. The gaussian level set's dependent variable is in the "upDir" direction and it is a function of the other directions. The gaussian level set is centered at
GaussianIF::GaussianIF | ( | const RealVect & | a_origin, |
const Real & | a_height, | ||
const RealVect & | a_sig2, | ||
const int & | a_upDir, | ||
const bool & | a_inside | ||
) |
Constructor specifying the gaussian level set's center (a_origin), its height (a_height), the square of its standard deviation (a_sig2), its dependent variable direction (a_upDir), and whether the domain is the same side as the normal (a_inside).
GaussianIF::GaussianIF | ( | const GaussianIF & | 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.
|
inlineprivate |
References MayDay::Abort().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |