Chombo + EB
3.2
|
#include <SmoothAbsoluteValue.H>
Public Member Functions | |
DoubleSphereExact (const Real &a_delta, const Real &a_pi) | |
~DoubleSphereExact () | |
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 | |
DoubleSphereExact () | |
Private Attributes | |
Real | m_d |
Real | m_pi |
Double sphere test case Test case where f(x,y,z) = x^2 + y^2 + z^2 - 0.75^2 g(x,y,z) = (x-1)^2 + y^2 + z^2 - 0.75^2 g(x,y,z) = (-2*(x-1) + (y - 1)) f(x,y.z) - g(x,y,z) = x^2 - (x-1)^2 sphere_center_0 = 0 0 0 sphere_center_1 = 1 0 0 sphere_radius_0 = 0.75 sphere_radius_1 = 0.75
References SmoothAbsoluteValue::m_d, and SmoothAbsoluteValue::m_pi.
|
inline |
|
inlineprivate |
References MayDay::Error().
this one calls the other functions
|
private |
|
private |