@namespace: integrator

# Allowable difference between the predictor and corrector
predictor_corrector_tolerance            real            0.01

# Threshold factor on the error criterion used in timestep selection
tolerance_safety_factor                  real            10.0

# Maximum number of iterations on the timestep constraint loop
num_timestep_iters                       int             10

# Maximum number of iterations on the corrector loop
num_corrector_iters                      int             1

# Maximum factor that dt is allowed to grow per timestep
dt_max_change_factor                     real            1.05

# Multiply the timestep by this factor when we outright reject it
dt_cut_factor                            real            0.5

# Reject a species update if X < -tol or X > 1.0 + tol
species_tolerance                        real            0.01

# Scale factor for initial timestep
dt_init_fraction                         real            0.01
