Skip to content

Commit f7d03b4

Browse files
committed
update doc and fix trailing white space
1 parent 9fee5a8 commit f7d03b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Docs/source/ode_integrators.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Presently, allowed integrators are:
2727
* ``BackwardEuler``: an implicit first-order accurate backward-Euler
2828
method. An error estimate is done by taking 2 half steps and
2929
comparing to a single full step. This error is then used to control
30-
the timestep by using the local truncation error scaling. Optionally, the
31-
user can disable error estimation and force a single-step backward-Euler
32-
integration by setting `integrator.atol_enuc = -1`.
30+
the timestep by using the local truncation error scaling. Optionally, the
31+
user can disable error estimation and force a single-step backward-Euler
32+
integration by setting `integrator.do_single_step = 1`.
3333

3434
* ``ForwardEuler``: an explicit first-order forward-Euler method. This is
3535
meant for testing purposes only. No Jacobian is needed.

0 commit comments

Comments
 (0)