1 #ifndef __EULER_CYLINDER_H__ 2 #define __EULER_CYLINDER_H__ 4 #include <deal.II/grid/manifold_lib.h> 6 #include "dg/dg_base.hpp" 7 #include "parameters/all_parameters.h" 8 #include "physics/physics.h" 15 template <
int dim,
int nstate>
25 static dealii::Point<dim> warp (
const dealii::Point<dim> &p);
EulerCylinder(const Parameters::AllParameters *const parameters_input)
Constructor.
Files for the baseline physics.
Main parameter class that contains the various other sub-parameter classes.
int run_test() const override
Grid convergence on Euler Gaussian Bump.
Performs grid convergence for various polynomial degrees.
Base class of all the tests.