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