Skip to content

Commit

Permalink
Merge branch 'develop' into feature/mri-adaptivity
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds authored Sep 27, 2024
2 parents d31ead7 + 380cf82 commit bf8ec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/shared/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ CVODE(S) / IDA(S) / ARKODE

.. math::
z(t) = int_0^t g(t,y(t)) dt
z(t) = \int_0^t g(t,y(t)) dt
for some function :math:`g`. The most efficient way of computing :math:`z` is by appending one additional differential equation to your ODE system:

Expand Down

0 comments on commit bf8ec98

Please sign in to comment.