19# ifdef DEAL_II_WITH_PETSC
22# include <deal.II/lac/petsc_ts.templates.h>
35 "The string indicating the options prefix for command line customization.");
38 "The string indicating the PETSc TS type.");
41 "The value for the initial time.");
44 "The value for the final time.");
47 "The value for the initial time step.");
50 "Maximum number of time steps allowed.");
54 "Whether or not to exactly stop at final time or step over it.");
60 "The string for the TSAdapt type.");
63 "Minimum time step size allowed.");
66 "Maximum time step size allowed.");
69 "Absolute error tolerance.");
72 "Absolute error tolerance.");
75 "Indicate whether or not to suppress algebraic variables "
76 "in the local truncation error test.");
real_type initial_step_size
real_type absolute_tolerance
std::string ts_adapt_type
void add_parameters(ParameterHandler &prm)
real_type relative_tolerance
real_type minimum_step_size
std::string options_prefix
bool ignore_algebraic_lte
real_type maximum_step_size
void add_parameter(const std::string &entry, ParameterType ¶meter, const std::string &documentation="", const Patterns::PatternBase &pattern= *Patterns::Tools::Convert< ParameterType >::to_pattern(), const bool has_to_be_set=false)
void enter_subsection(const std::string &subsection, const bool create_path_if_needed=true)
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE