Skip to content

Commit d29d7fb

Browse files
committed
update doc
1 parent 4eb51f4 commit d29d7fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Docs/source/ode_integrators.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +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.
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`.
3133

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

0 commit comments

Comments
 (0)