7 #define SINESEPAR_HPP 1 9 #include "../spatial_distribution2d.hpp" 17 double Amplitude,freq,offset,above_,under_;
28 SineSepar(
double Amp,
double f,
double off,
double above,
double under);
33 #endif // SINESEPAR_HPP double operator()(const Vector2D &r) const
Evaluates the function.
A spatial distribution with a sine wave function as a separatrix.
Spatial distribution for initial conditions.
SineSepar(double Amp, double f, double off, double above, double under)
Class constructor.