Skip to content

Commit

Permalink
add warning about precision for McLachlan 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Jul 6, 2023
1 parent 171d5bd commit b5613d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/arkode/guide/source/Butcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1780,6 +1780,10 @@ Accessible via the constant ``ARKODE_SPRK_MCLACHLAN_4_4`` to
:c:func:`ARKodeSPRKStorage_Load()` or :c:func:`ARKodeSPRKStorage_LoadByName`.
This is the 4th order method given by McLachlan in :cite:p:`Mclachlan:92`.

.. warning::

This method only has coefficients sufficient for single or double precision.


ARKODE_SPRK_CANDY_ROZMUS_4_4
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -1800,6 +1804,10 @@ Accessible via the constant ``ARKODE_SPRK_MCLACHLAN_5_6`` to
:c:func:`ARKodeSPRKStorage_Load()` or :c:func:`ARKodeSPRKStorage_LoadByName`.
This is the 5th order method given by McLachlan in :cite:p:`Mclachlan:92`.

.. warning::

This method only has coefficients sufficient for single or double precision.


ARKODE_SPRK_YOSHIDA_6_8
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit b5613d3

Please sign in to comment.