Template Class FixedStep
Defined in File FixedStep.hpp
Inheritance Relationships
Base Type
public AnalysisManager::NativeDynamicSolver::StepController< RealT >(Template Class StepController)
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_stepparameter.