WARPXM v1.10.0
Loading...
Searching...
No Matches
ein_ic_phEM.h
Go to the documentation of this file.
1#ifndef EIN_IC_PHEM_H
2#define EIN_IC_PHEM_H
3
4// std includes
5#include <vector>
6#include <string>
7
8// Wm includes
10
11namespace wxm
12{
13namespace functions
14{
15namespace five_moment
16{
17
24{
25public:
32
39
46 void setup(const WxCryptSet& wxc);
47
55 void applyFunction(const real* position, real* value) const;
56
57private:
58 int _ic_type;
59 std::vector<real> _params;
60};
61
62} // namespace five_moment
63} // namespace functions
64} // namespace wxm
65
66#endif // EIN_IC_PHEM_H
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
Class to set IC on EM fields in 5-moment problem.
Definition: ein_ic_phEM.h:24
void setup(const WxCryptSet &wxc)
Setup gem object using supplied cryptset.
void applyFunction(const real *position, real *value) const
Evaluate the function at a position and return the result through a pointer.
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
#define real
Definition: wmoclunstructuredreconstruction.h:11