1 #ifndef __BUILD_NNLS_PROBLEM_H__ 2 #define __BUILD_NNLS_PROBLEM_H__ 5 #include "parameters/all_parameters.h" 6 #include "linear_solver/helper_functions.h" 14 template <
int dim,
int nstate>
20 const dealii::ParameterHandler ¶meter_handler_input);
Files for the baseline physics.
Main parameter class that contains the various other sub-parameter classes.
const dealii::ParameterHandler & parameter_handler
Dummy parameter handler because flowsolver requires it.
BuildNNLSProblem(const Parameters::AllParameters *const parameters_input, const dealii::ParameterHandler ¶meter_handler_input)
Constructor.
int run_test() const override
Run Assemble Problem ECSW.
Base class of all the tests.