Chombo + EB
3.2
|
#include <SmoothAbsoluteValue.H>
Public Member Functions | |
OffsetSphereExact (const Real &a_delta, const Real &a_pi) | |
~OffsetSphereExact () | |
Real | value (const IntVect &a_deriv, const RealVect &a_point) const |
this one calls the other functions More... | |
Real | valueAem (const RealVect &a_point) const |
Real | firstDerivAem (const IntVect &a_deriv, const RealVect &a_point) const |
Real | secondDerivAem (const IntVect &a_deriv, const RealVect &a_point) const |
Real | thirdDerivAem (const IntVect &a_deriv, const RealVect &a_point) const |
Real | fourthDerivAem (const IntVect &a_deriv, const RealVect &a_point) const |
Private Member Functions | |
void | getXYIXIY (int &a_ix, int &a_iy, Real &a_x, Real &a_y, const int &a_xderivVal, const IntVect &a_deriv, const RealVect &a_point) const |
OffsetSphereExact () | |
Private Attributes | |
Real | m_d |
Real | m_pi |
offset sphere test case The mac daddy of test cases Test case where f: (x- 0 )^2 + (y- 0 )^2 + (z- 0 )^2 - (1/2)^2; g: (x-(1/2))^2 + (y-(1/2))^2 + (z-(1/2))^2 - (1/4)^2; sphere_center_0 = 0 0 0 sphere_center_1 = 0.5 0.5 0.5 sphere_radius_0 = 0.5 sphere_radius_1 = 0.25
References SmoothAbsoluteValue::m_d, and SmoothAbsoluteValue::m_pi.
|
inline |
|
inlineprivate |
References MayDay::Error().
this one calls the other functions
|
private |
|
private |
|
private |