1#ifndef WmICFunction_Fourier_h
2#define WmICFunction_Fourier_h
53 std::vector<real> _sine_amp;
54 std::vector<real> _sine_freq;
55 std::vector<real> _sine_phase;
56 std::vector<real> _cosine_amp;
57 std::vector<real> _cosine_freq;
58 std::vector<real> _cosine_phase;
60 std::vector<real> _direction;
61 std::vector<real> _center;
Base class for functions used in generating initial conditions.
Definition: wmicfunction_fourier.h:19
~WmICFunction_Fourier()
Destroy WmICFunction_Fourier.
void applyFunction(const real *position, real *value) const
Evaluate the function at a position and return the result through a pointer.
WmICFunction_Fourier()
Create new WmICFunction_Fourier.
void setup(const WxCryptSet &wxc)
Setup WmICFunction_Fourier object using supplied cryptset.
Base class for functions used in generating initial conditions.
Definition: wmicfunction.h:25
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
#define real
Definition: wmoclunstructuredreconstruction.h:11