1 #ifndef __HALTON_SAMPLING_RUN_H__ 2 #define __HALTON_SAMPLING_RUN_H__ 5 #include "parameters/all_parameters.h" 11 template <
int dim,
int nstate>
17 const dealii::ParameterHandler ¶meter_handler_input);
HaltonSamplingRun(const Parameters::AllParameters *const parameters_input, const dealii::ParameterHandler ¶meter_handler_input)
Constructor.
Files for the baseline physics.
Runs adaptive sampling procedure.
Main parameter class that contains the various other sub-parameter classes.
int run_test() const override
Run adaptive sampling procedure.
const dealii::ParameterHandler & parameter_handler
Dummy parameter handler because flowsolver requires it.
Base class of all the tests.