1 #ifndef __ANISOTROPICMESHADAPTATIONCASES_H__ 2 #define __ANISOTROPICMESHADAPTATIONCASES_H__ 4 #include "dg/dg_base.hpp" 5 #include "parameters/all_parameters.h" 6 #include "physics/physics.h" 13 template <
int dim,
int nstate>
19 const dealii::ParameterHandler ¶meter_handler_input);
Test to check anisotropic mesh adaptation.
Files for the baseline physics.
Main parameter class that contains the various other sub-parameter classes.
const dealii::ParameterHandler & parameter_handler
Parameter handler.
double evaluate_functional(std::shared_ptr< DGBase< dim, double >> dg) const
Evaluates .
AnisotropicMeshAdaptationCases(const Parameters::AllParameters *const parameters_input, const dealii::ParameterHandler ¶meter_handler_input)
Constructor.
DGBase is independent of the number of state variables.
void verify_fe_values_shape_hessian(const DGBase< dim, double > &dg) const
Checks PHiLiP::FEValuesShapeHessian for MappingFEField with dealii's shape hessian for MappingQGeneri...
Base class of all the tests.
int run_test() const
Runs the test related to anisotropic mesh adaptation.