1 #ifndef __UNSTEADY_REDUCED_ORDER_H__ 2 #define __UNSTEADY_REDUCED_ORDER_H__ 5 #include "parameters/all_parameters.h" 11 template <
int dim,
int nstate>
17 const dealii::ParameterHandler ¶meter_handler_input);
Files for the baseline physics.
const dealii::ParameterHandler & parameter_handler
Dummy parameter handler because flowsolver requires it.
Main parameter class that contains the various other sub-parameter classes.
Unsteady POD reduced order test, verifies consistency of solution and implementation of threshold fun...
UnsteadyReducedOrder(const Parameters::AllParameters *const parameters_input, const dealii::ParameterHandler ¶meter_handler_input)
Constructor.
Base class of all the tests.
int run_test() const override
Run Unsteady POD reduced order.