1#ifndef WXM_APPS_ADVECTION_ANALYTIC_SOLUTION_H
2#define WXM_APPS_ADVECTION_ANALYTIC_SOLUTION_H
11namespace analytic_solutions
36 real* result)
const override;
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
Class that calculates the analytic solution Advection Equation.
Definition: advection.h:21
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: advection.h:28
std::vector< real > _cosine_amp
Definition: advection.h:42
std::vector< real > _sine_phase
Definition: advection.h:41
real _base
Definition: advection.h:49
std::vector< real > _cosine_freq
Definition: advection.h:43
std::vector< real > velocity_
Definition: advection.h:51
std::vector< int > output_variables_
Definition: advection.h:54
std::vector< real > _direction
Definition: advection.h:46
void setup(const WxCryptSet &wxc) override
std::vector< real > _cosine_phase
Definition: advection.h:44
std::vector< real > _center
Definition: advection.h:47
std::vector< real > _sine_amp
Definition: advection.h:39
std::vector< real > _sine_freq
Definition: advection.h:40
void evaluate_function(const real *q, const real *aux, const solverVariables_t *pSV, real *result) const override
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