Class FixedStepParameters

Inheritance Relationships

Base Type

  • public dealii::ParameterAcceptor

Class Documentation

class FixedStepParameters : public dealii::ParameterAcceptor

Fixed-step integration policy for applications that do not use IDA.

Public Functions

inline explicit FixedStepParameters(const std::string &subsection = "/Fixed step/")
inline void declare_parameters(dealii::ParameterHandler &prm) override

Public Members

double time_step = 1.e-2
unsigned int number_of_steps = 0
std::string time_step_policy = "number_of_steps"
bool refine_time_step = false