@namespace: integrator

# Maximum number of iterations for the Newton solve
max_iter                                 int             25

# tolerance for the Newton solve
tol                                      real            1.e-10

# toggle single-step BackwardEuler integration and ignoring error tolerance
do_single_step                           int             0
