#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 | |
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 |
OffsetSphereExact::~OffsetSphereExact | ( | ) | [inline] |
OffsetSphereExact::OffsetSphereExact | ( | ) | [inline, private] |
References MayDay::Error().
this one calls the other functions
void OffsetSphereExact::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 [private] |
Real OffsetSphereExact::m_d [private] |
Referenced by OffsetSphereExact().
Real OffsetSphereExact::m_pi [private] |
Referenced by OffsetSphereExact().