Template Class FixedStep

Inheritance Relationships

Base Type

Class Documentation

template<typename RealT>
class FixedStep : public AnalysisManager::NativeDynamicSolver::StepController<RealT>

A fixed step controller which doesn’t change the step size and accepts every step. Useful if you know what time scale your simulation operates on apriori and you’re using a method without an embedded error controller.

To set the fixed size, set the Rosenbrock::Parameters::starting_step parameter.