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