WARPXM v1.10.0
Loading...
Searching...
No Matches
pearsoniv.h
Go to the documentation of this file.
1#ifndef WXM_APPS_13MOMENT_PEARSONIV_H
2#define WXM_APPS_13MOMENT_PEARSONIV_H
3
4// Wm includes
6
7namespace wxm
8{
9namespace apps
10{
11namespace thirteen_moment
12{
13
15{
16public:
18
20
21 void setup(const WxCryptSet& wxc);
22
23 std::string getKernelFunction_Call(const std::string& id, const int& flag) const;
24 std::string getKernelFunction_Definition(const std::string& id,
25 const int& flag) const;
26
27 std::vector<int> getInputVariableIndexes(const int& flag) const
28 {
29 return _variables;
30 }
31 std::vector<int> getOutputVariableIndexes(const int& flag) const
32 {
33 return _variables;
34 }
35
36protected:
39
40 std::vector<int> _variables;
41
42private:
43 pearsoniv_t& operator=(const pearsoniv_t& var);
44 pearsoniv_t(const pearsoniv_t& var);
45};
46
47} // namespace thirteen_moment
48} // namespace apps
49} // namespace wxm
50
51#endif // WXM_APPS_13MOMENT_PEARSONIV_H
Base Class for physics applications.
Definition: wmapplication.h:93
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
Definition: pearsoniv.h:15
std::string getKernelFunction_Call(const std::string &id, const int &flag) const
std::vector< int > getInputVariableIndexes(const int &flag) const
Definition: pearsoniv.h:27
std::vector< int > _variables
Definition: pearsoniv.h:40
real _density_min
Definition: pearsoniv.h:38
std::vector< int > getOutputVariableIndexes(const int &flag) const
Definition: pearsoniv.h:31
real _pressure_min
Definition: pearsoniv.h:37
std::string getKernelFunction_Definition(const std::string &id, const int &flag) const
void setup(const WxCryptSet &wxc)
list apps
Definition: shock_tube.py:33
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
#define real
Definition: wmoclunstructuredreconstruction.h:11