1#ifndef WMAPPLICATION_VLASOVMAXWELL_H
2#define WMAPPLICATION_VLASOVMAXWELL_H
39 real* numericalFlux)
const override;
43 std::vector<std::vector<real>>& internalFlux)
const override;
Definition: wmapplication_vlasovmaxwell.h:11
real _number_velocity_components
Definition: wmapplication_vlasovmaxwell.h:48
real internal_flux(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const override
std::vector< std::vector< real > > _flux_right
Definition: wmapplication_vlasovmaxwell.h:60
real _skin_depth_norm
Definition: wmapplication_vlasovmaxwell.h:47
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Definition: wmapplication_vlasovmaxwell.h:28
std::string _numerical_flux_type
Definition: wmapplication_vlasovmaxwell.h:51
std::vector< std::vector< real > > _flux_left
Definition: wmapplication_vlasovmaxwell.h:59
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 > & getOutputVariableIndexes(int flag) const override
Definition: wmapplication_vlasovmaxwell.h:23
std::vector< int > _outputVariables
Definition: wmapplication_vlasovmaxwell.h:54
real _charge_mass_ratio
Definition: wmapplication_vlasovmaxwell.h:46
std::vector< int > _auxVariables
Definition: wmapplication_vlasovmaxwell.h:55
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: wmapplication_vlasovmaxwell.h:19
~WmApplication_VlasovMaxwell() override
void setup(const WxCryptSet &wxc) override
WmApplication_VlasovMaxwell()
std::vector< int > _inputVariables
Definition: wmapplication_vlasovmaxwell.h:53
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: wmapplication.h:38
#define real
Definition: wmoclunstructuredreconstruction.h:11