Skip to content

Commit

Permalink
also integrator_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Feb 7, 2025
1 parent 4e8dcb7 commit d728bf8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Docs/source/ode_integrators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ provide a routine to convert from the integrator’s internal
representation to the ``burn_t`` type required by the ``actual_rhs``
and ``actual_jac`` routine.

The name of the integrator can be selected at compile time using
the ``INTEGRATOR_DIR`` variable in the makefile. Presently,
the allowed options are:
.. index:: INTEGRATOR_DIR

.. note::

The integrator is chosen at compile-time using
the ``INTEGRATOR_DIR`` variable in the makefile.

Presently, allowed integrators are:

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

0 comments on commit d728bf8

Please sign in to comment.