1 #ifndef __BURGERS_STABILITY_H__ 2 #define __BURGERS_STABILITY_H__ 4 #include "dg/dg_base.hpp" 5 #include "parameters/all_parameters.h" 12 template <
int dim,
int nstate>
double compute_energy(std::shared_ptr< PHiLiP::DGBase< dim, double > > &dg) const
Function computes the energy.
Burgers' periodic unsteady test.
Files for the baseline physics.
Main parameter class that contains the various other sub-parameter classes.
double compute_conservation(std::shared_ptr< PHiLiP::DGBase< dim, double > > &dg, const double poly_degree) const
Function computes the conservation.
BurgersEnergyStability(const Parameters::AllParameters *const parameters_input)
Constructor.
int run_test() const override
Run test.
DGBase is independent of the number of state variables.
Base class of all the tests.