![]() |
Peano
|
#include <ADERDGMGCCZ4.h>
Public Member Functions | |
ADERDGMGCCZ4 () | |
void | adjustSolution (double *NOALIAS Q, const tarch::la::Vector< DIMENSIONS, double > &x, double t) override |
virtual void | boundaryConditions (const double *NOALIAS Qinside, double *NOALIAS Qoutside, const tarch::la::Vector< DIMENSIONS, double > &x, double t, int normal) override |
double | maxEigenvalue (const double *NOALIAS Q, const tarch::la::Vector< DIMENSIONS, double > &x, double t, int normal) override |
void | nonconservativeProduct (const double *NOALIAS Q, const double *NOALIAS deltaQ, const tarch::la::Vector< DIMENSIONS, double > &x, double t, int normal, double *NOALIAS BgradQ) override |
virtual void | algebraicSource (const double *NOALIAS Q, const tarch::la::Vector< DIMENSIONS, double > &x, const tarch::la::Vector< DIMENSIONS, double > &h, double t, double dt, double *NOALIAS S) override |
Static Private Attributes | |
static tarch::logging::Log | _log |
Definition at line 23 of file ADERDGMGCCZ4.h.
examples::exahype2::mgccz4::ADERDGMGCCZ4::ADERDGMGCCZ4 | ( | ) |
Definition at line 18 of file ADERDGMGCCZ4.cpp.
References convergence-study::name.
|
override |
Definition at line 29 of file ADERDGMGCCZ4.cpp.
References examples::exahype2::mgccz4::enforceMGCCZ4constraints(), examples::exahype2::mgccz4::gaugeWave(), examples::exahype2::mgccz4::linearWave(), acoustic::t, and ModeCalc::x.
|
overridevirtual |
Definition at line 60 of file ADERDGMGCCZ4.cpp.
References examples::exahype2::mgccz4::source(), acoustic::t, and ModeCalc::x.
|
overridevirtual |
Definition at line 164 of file ADERDGMGCCZ4.cpp.
References acoustic::t, and ModeCalc::x.
|
override |
Definition at line 80 of file ADERDGMGCCZ4.cpp.
References TP::min().
|
override |
Definition at line 133 of file ADERDGMGCCZ4.cpp.
References examples::exahype2::mgccz4::ncp(), acoustic::t, and ModeCalc::x.
|
staticprivate |
Definition at line 25 of file ADERDGMGCCZ4.h.