1#ifndef WMAPPLICATION_VLASOVPONDEROMOTIVEFORCE_H
2#define WMAPPLICATION_VLASOVPONDEROMOTIVEFORCE_H
35 real* numericalFlux)
const override;
39 std::vector<std::vector<real>>& internalFlux)
const override;
Definition: wmapplication_vlasov_ponderomotive_force.h:8
real _n0
Definition: wmapplication_vlasov_ponderomotive_force.h:43
std::vector< int > _inputVariables
Definition: wmapplication_vlasov_ponderomotive_force.h:48
real _flux_factor
Definition: wmapplication_vlasov_ponderomotive_force.h:44
std::vector< std::vector< real > > _flux_left
Definition: wmapplication_vlasov_ponderomotive_force.h:54
WmApplication_VlasovPonderomotiveForce()
std::vector< int > _outputVariables
Definition: wmapplication_vlasov_ponderomotive_force.h:49
real internal_flux(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const override
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: wmapplication_vlasov_ponderomotive_force.h:20
real _ometau
Definition: wmapplication_vlasov_ponderomotive_force.h:42
void setup(const WxCryptSet &wxc) override
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< std::vector< real > > _flux_right
Definition: wmapplication_vlasov_ponderomotive_force.h:55
std::vector< int > _auxVariables
Definition: wmapplication_vlasov_ponderomotive_force.h:50
~WmApplication_VlasovPonderomotiveForce() override
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: wmapplication_vlasov_ponderomotive_force.h:16
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Definition: wmapplication_vlasov_ponderomotive_force.h:24
std::string _numerical_flux_type
Definition: wmapplication_vlasov_ponderomotive_force.h:46
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