Skip to content

Commit fc00f71

Browse files
authored
revised features sectoin
1 parent a4ee226 commit fc00f71

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

paper/paper.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,16 @@ Positivity-preserving time integration methods are helpful or even necessary to
3838

3939
# Features
4040

41-
- Production-destruction problems `PDSProblem` and `ConservativePDSProblem`, including conversions to standard ODEProblems from `DifferentialEquations.jl`
42-
- Modified Patankar methods `MPE`, `MPRK22`, `MPRK43I` and `MPRK43II` of Kopecz and Meister
43-
- SSP MPRK methods `SSPMPRK22` and `SSPMPRK43` of Huang, Zhao and Shu
44-
- `MPDeC` methods of Öffner and Torlo
45-
- Extensions of the above schemes for non-conservative and non-autonomous production-destruction systems, mostly using adaptive time stepping
41+
The package is fully compatible with `DifferentialEquations.jl` and therefore many features that are available there can be used directly.
42+
It offers implementations of conservative and non-conservative production-destruction systems, including conversions to standard `ODEProblem`s from `DifferentialEquations.jl`.
43+
Production-destruction systems are the building blocks for solving differential equations with MPRK schemes.
4644

45+
The package provides several MPRK methods to solve production-destruction systems:
46+
- The MPRK methods `MPE`, `MPRK22`, `MPRK43I` and `MPRK43II` of Kopecz and Meister are based on the classical formulation of Runge--Kutta schemes and have accuracies from first to third order.
47+
- The MPRK methods `SSPMPRK22` and `SSPMPRK43` of Huang, Zhao and Shu are based on the SSP formulation of Runge--Kutta schemes and are of second or third order.
48+
- The `MPDeC` methods of Öffner and Torlo combine the deferred correction approach with the idea of MPRK schemes to obtain schemes of arbitrary order. In the package methods from second up to 10th order are implemented.
49+
50+
In addition, the methods mentioned above have been extended so that non-conservative and non-autonomous production-destruction systems can be solved as well. Furthermore, adaptive step size control is available for most schemes.
4751

4852
# Related research and software
4953

0 commit comments

Comments
 (0)