WARPXM v1.10.0
Loading...
Searching...
No Matches
wmphmaxwellflux.h
Go to the documentation of this file.
1#ifndef __wmphmaxwellflux__h__
2#define __wmphmaxwellflux__h__
3
4// STD libraries
5#include <iostream>
6
7// WarpM includes
9
11{
12public:
14
16
17 void setup(const WxCryptSet& wxc);
18
19 // This generates the string for the function call
21 unsigned int callType) const;
22
23 // This generates the source code for the hyperapp
24 std::string generateSource(const WmUnstructuredEquationSet& eqSet) const;
25
26protected:
27 // Protected Variables
28
29 WmKernelVariable* _field;
30
36
37 // WmKernelVariable * _chi;
38 // WmKernelVariable * _gamma;
39 // WmKernelVariable * _c0;
40
41 // WmKernelVariable * _ndl;
42 // WmKernelVariable * _nlr;
43
44private:
45 WmPHMaxwellFlux& operator=(const WmPHMaxwellFlux& var);
47};
48
49#endif // __wmphmaxwellflux__h__
Definition: wmphmaxwellflux.h:11
WmKernelVariable * _field
Definition: wmphmaxwellflux.h:29
void setup(const WxCryptSet &wxc)
real _chi
Definition: wmphmaxwellflux.h:31
std::string generateSource(const WmUnstructuredEquationSet &eqSet) const
real _c0
Definition: wmphmaxwellflux.h:33
real _nefsl
Definition: wmphmaxwellflux.h:34
std::string generateSourceCall(const WmUnstructuredEquationSet &eqSet, unsigned int callType) const
real _nbfsl
Definition: wmphmaxwellflux.h:35
real _gamma
Definition: wmphmaxwellflux.h:32
Definition: wmunstructuredapp.h:31
Definition: wmunstructuredequationset.h:19
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