Template Struct StepControl

Struct Documentation

template<typename RealT>
struct StepControl

Define control flow for StepControllers to be able to control the step size of a Rosenbrock integrator.

Public Members

bool accept_

Whether or not the step is accepted. A rejected step will cause the time step controller to discard the next state and re-step with the new step_size.

RealT step_size_

The step size the next step should take.