4 Amplitude(Amp),freq(f),offset(off),above_(above),under_(under)
7 SineSepar::~SineSepar(
void)
12 if(r.
y>offset+Amplitude*sin(freq*r.
x))
double operator()(const Vector2D &r) const
Evaluates the function.
double y
Component in the y direction.
SineSepar(double Amp, double f, double off, double above, double under)
Class constructor.
A spatial distribution with a sine wave function as a separatrix.
double x
Component in the x direction.