We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8dcb7 commit d728bf8Copy full SHA for d728bf8
Docs/source/ode_integrators.rst
@@ -15,9 +15,14 @@ provide a routine to convert from the integrator’s internal
15
representation to the ``burn_t`` type required by the ``actual_rhs``
16
and ``actual_jac`` routine.
17
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:
+.. index:: INTEGRATOR_DIR
+
+.. 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:
26
27
* ``BackwardEuler``: an implicit first-order accurate backward-Euler
28
method. An error estimate is done by taking 2 half steps and
0 commit comments