WARPXM v1.10.0
Loading...
Searching...
No Matches
zpinch_1D_field_analytic_solution.h
Go to the documentation of this file.
1#ifndef WMAPPLICATION_MAXWELL_ZPINCH_1D_FIELD_ANALYTIC_SOLUTION_H
2#define WMAPPLICATION_MAXWELL_ZPINCH_1D_FIELD_ANALYTIC_SOLUTION_H
3
4// Wm includes
6
7namespace wxm
8{
9namespace apps
10{
11namespace maxwell
12{
13
15{
16public:
18
20
21 void setup(const WxCryptSet& wxc) override;
22
23 const std::vector<int>& getOutputVariableIndexes(int flag) const override
24 {
25 return _variables;
26 }
27
28 void evaluate_function(const real* q,
29 const real* aux,
30 const solverVariables_t* pSV,
31 real* result) const override;
32
33 // const std::vector<int>& getInputVariableIndexes(int flag) const override
34 // {
35 // return _variables;
36 // }
37 //
38 // const std::vector<int>& getAuxiliaryVariableIndexes(int flag) const override
39 // {
40 // return _fluid_variables;
41 // }
42 //
43 // const std::vector<int>& getOutputVariableIndexes(int flag) const override
44 // {
45 // return _variables;
46 // }
47 //
48 // real source(const real* q,
49 // const real* aux,
50 // const elementGeometry_t* pEG,
51 // real* source) const override;
52
53protected:
54
55 std::vector<int> _variables; // conserved variable vector to output to
56
57private:
60};
61} // namespace maxwell
62} // namespace apps
63} // namespace wxm
64
65#endif // WMAPPLICATION_MAXWELL_ZPINCH_1D_FIELD_ANALYTIC_SOLUTION_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: zpinch_1D_field_analytic_solution.h:15
void setup(const WxCryptSet &wxc) override
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: zpinch_1D_field_analytic_solution.h:23
std::vector< int > _variables
Definition: zpinch_1D_field_analytic_solution.h:55
void evaluate_function(const real *q, const real *aux, const solverVariables_t *pSV, real *result) const override
list apps
Definition: shock_tube.py:33
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
Definition: wmapplication.h:38
#define real
Definition: wmoclunstructuredreconstruction.h:11