39 real* numericalFlux)
const override;
43 std::vector<std::vector<real>>& internalFlux)
const override;
51 real* numericalFlux)
const;
58 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: diffusion.h:11
std::vector< int > _aux_variables
Definition: diffusion.h:67
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
real _cfl_diff
Definition: diffusion.h:62
real _diffusion_coefficient
Definition: diffusion.h:61
std::string _gradient_method
Definition: diffusion.h:64
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
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: diffusion.h:17
real numerical_flux_ip(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: diffusion.h:28
std::vector< int > _output_variables
Definition: diffusion.h:68
void setup(const WxCryptSet &wxc) override
real internal_flux(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const override
std::vector< int > _input_variables
Definition: diffusion.h:66
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Definition: diffusion.h:22
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