Chombo + EB
3.2
|
#include <SmoothAbsoluteValue.H>
Public Member Functions | |
DoubleRampExact (const Real &a_delta, const Real &a_pi) | |
~DoubleRampExact () | |
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 | |
DoubleRampExact () | |
Private Attributes | |
Real | m_d |
Real | m_pi |
Double sphere test case Test case where f(x,y) = 2*(x-0) + (y - 1) g(x,y) =-2*(x-1) + (y - 1) in the input file: ramp_normal_0 = 2. 1. 0. ramp_normal_1 = -2. 1. 0. ramp_point_0 = 0. 1. 0. ramp_point_1 = 1. 1. 0.
References SmoothAbsoluteValue::m_d, and SmoothAbsoluteValue::m_pi.
|
inline |
|
inlineprivate |
References MayDay::Error().
this one calls the other functions
|
private |
|
private |