1 #ifndef __EULER_GAUSSIAN_BUMP_H__ 2 #define __EULER_GAUSSIAN_BUMP_H__ 5 #include "parameters/all_parameters.h" 11 template <
int dim,
int nstate>
21 const dealii::ParameterHandler ¶meter_handler_input);
Performs grid convergence for various polynomial degrees.
EulerGaussianBump()=delete
Constructor. Deleted the default constructor since it should not be used.
int run_test() const
Grid convergence on Euler Gaussian Bump.
Files for the baseline physics.
Main parameter class that contains the various other sub-parameter classes.
double run_euler_gaussian_bump() const
Returns either the order of convergence or enthalpy, depending on the test type.
const dealii::ParameterHandler & parameter_handler
Parameter handler for storing the .prm file being ran.
Base class of all the tests.