16#ifndef HYPERDEAL_FUNCTIONALITIES_TIME_INGEGRATORS_PARAMTERS
17#define HYPERDEAL_FUNCTIONALITIES_TIME_INGEGRATORS_PARAMTERS
19#include <hyper.deal/base/config.h>
21#include <deal.II/base/parameter_handler.h>
38 prm.add_parameter(
"RKType",
40 "Type of the low-storage Runge-Kutta scheme.");
46 std::string type =
"rk45";
Definition time_integrators_parameters.h:31
void add_parameters(dealii::ParameterHandler &prm)
Definition time_integrators_parameters.h:36