Chombo + EB
3.0
|
#include <LatheIF.H>
Public Member Functions | |
LatheIF (const BaseIF &a_impFunc1, const bool &a_inside) | |
LatheIF (const BaseIF &a_impFunc1, const BaseIF &a_impFunc2, const RealVect &a_point, const bool &a_inside) | |
LatheIF (const LatheIF &a_inputIF) | |
Copy constructor. More... | |
virtual | ~LatheIF () |
Destructor. More... | |
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 |
virtual void | boxLayoutChanged (const DisjointBoxLayout &a_newBoxLayout, const RealVect &a_dx) |
![]() | |
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 |
Protected Attributes | |
BaseIF * | m_impFunc1 |
BaseIF * | m_impFunc2 |
RealVect | m_point |
bool | m_inside |
Private Member Functions | |
LatheIF () | |
void | operator= (const LatheIF &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 takes one or two implicit functions and uses them to produce a generalized surface of revolution.
In 3D, if one function is given, then it is restricted to x >= 0 in the x-y plane (z = 0), revolved around the y axis, and the y axis is rotated to the z axis. In 2D, the function is restricted to x >= 0 and the x axis (y = 0) and revolved around the origin.
In 3D, if two functions are given then the first is restricted to x >= 0 in the x-y plane (z = 0), revolved around the y axis, and the y axis is rotated to the z axis. At each angle between 0 and 2*Pi, the second function restricted to the x axis (y = z = 0) is used to get an angle to rotate the first function in the x-y plane with respect to a given point before it is rotated about the y axis. In 2D, the first function is used as above and the second function is ignored.
Note: the second function (if given) should have the same value at x = 0 and x = 2*Pi (y = z = 0) or a values that differs by some integer multiple of 2*Pi.
LatheIF::LatheIF | ( | const BaseIF & | a_impFunc1, |
const bool & | a_inside | ||
) |
Constructor specifying one implicit function to be rotated and whether the domain is on the inside (a_inside), i.e. where the function is negative.
LatheIF::LatheIF | ( | const BaseIF & | a_impFunc1, |
const BaseIF & | a_impFunc2, | ||
const RealVect & | a_point, | ||
const bool & | a_inside | ||
) |
Constructor specifying two implicit functions, one to be rotated and the other to cause an additional rotation about a_point, and whether the domain is on the inside (a_inside), i.e. where the function is negative.
LatheIF::LatheIF | ( | const LatheIF & | a_inputIF | ) |
Copy constructor.
|
virtual |
Destructor.
|
inlineprivate |
References MayDay::Abort().
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().
|
inlinevirtual |
Pass this call onto the IFs contained in this IF class.
Reimplemented from BaseIF.
References BaseIF::boxLayoutChanged(), m_impFunc1, and m_impFunc2.
|
inlineprivate |
References MayDay::Abort().
|
protected |
Referenced by boxLayoutChanged().
|
protected |
Referenced by boxLayoutChanged().
|
protected |
|
protected |