1#ifndef WXM_APPS_PCMAXWELL_H
2#define WXM_APPS_PCMAXWELL_H
41 real* numericalFlux)
const override;
45 std::vector<std::vector<real>>& internalFlux)
const override;
68 std::vector<std::vector<real>>& internalFlux)
const;
73 std::vector<std::vector<real>>& internalFlux)
const;
80 real* numericalFlux)
const;
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: pcmaxwell.h:15
real internal_flux_cylindrical(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const
int _ith
Definition: pcmaxwell.h:54
real internal_flux_cartesian(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Definition: pcmaxwell.h:27
real _chi_e
Definition: pcmaxwell.h:50
int _iz
Definition: pcmaxwell.h:54
std::string _coordinate_system
Definition: pcmaxwell.h:48
std::vector< int > _variables
Definition: pcmaxwell.h:56
real _chi_b
Definition: pcmaxwell.h:51
real internal_flux(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const override
void setup(const WxCryptSet &wxc) override
real numerical_flux_ldg(const real *q_l, const real *q_r, const real *aux_l, const real *aux_r, const solverVariables_t *pFV, real *numericalFlux) const
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: pcmaxwell.h:31
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: pcmaxwell.h:23
std::vector< std::vector< real > > _flux_tensor
Definition: pcmaxwell.h:62
std::string _gradient_method
Definition: pcmaxwell.h:49
int _radial_index
Definition: pcmaxwell.h:53
int _ir
Definition: pcmaxwell.h:54
real numerical_flux(const real *q_l, const real *q_r, const real *aux_l, const real *aux_r, const solverVariables_t *pFV, real *numericalFlux) const override
std::vector< int > _gradient_variables
Definition: pcmaxwell.h:57
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