Skip to content

Commit d728bf8

Browse files
committed
also integrator_dir
1 parent 4e8dcb7 commit d728bf8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Docs/source/ode_integrators.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ provide a routine to convert from the integrator’s internal
1515
representation to the ``burn_t`` type required by the ``actual_rhs``
1616
and ``actual_jac`` routine.
1717

18-
The name of the integrator can be selected at compile time using
19-
the ``INTEGRATOR_DIR`` variable in the makefile. Presently,
20-
the allowed options are:
18+
.. index:: INTEGRATOR_DIR
19+
20+
.. note::
21+
22+
The integrator is chosen at compile-time using
23+
the ``INTEGRATOR_DIR`` variable in the makefile.
24+
25+
Presently, allowed integrators are:
2126

2227
* ``BackwardEuler``: an implicit first-order accurate backward-Euler
2328
method. An error estimate is done by taking 2 half steps and

0 commit comments

Comments
 (0)