Skip to content

Commit 3deb4c2

Browse files
committed
Improved docstrings
1 parent 9eec12e commit 3deb4c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/mprk.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ end
399399
"""
400400
MPRK22(α; [linsolve = ...])
401401
402-
The second-order modified Patankar-Runge-Kutta algorithm for
403-
production-destruction systems. This one-step, two-stage method is
402+
A family of second-order modified Patankar-Runge-Kutta algorithms for
403+
production-destruction systems. Each member of this family is an one-step, two-stage method which is
404404
second-order accurate, unconditionally positivity-preserving, and linearly
405405
implicit. The parameter `α` is described by Kopecz and Meister (2018) and
406406
studied by Izgin, Kopecz and Meister (2022) as well as
@@ -763,7 +763,7 @@ end
763763
"""
764764
MPRK43I(α, β; [linsolve = ...])
765765
766-
A family of third-order modified Patankar-Runge-Kutta schemes for (conservative)
766+
A family of third-order modified Patankar-Runge-Kutta schemes for
767767
production-destruction systems, which is based on the two-parameter family of third order explicit Runge--Kutta schemes.
768768
Each member of this family is a one-step method with four-stages which is
769769
third-order accurate, unconditionally positivity-preserving, conservative and linearly

0 commit comments

Comments
 (0)