Skip to content

Commit c5cb4f0

Browse files
SKopeczranocha
authored andcommitted
First draft summary paper.md
1 parent 9961c5b commit c5cb4f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

paper/paper.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ bibliography: paper.bib
2626

2727
# Summary
2828

29-
TODO
29+
Many systems of ordinary differential equations that model real life applications possess positive solutions and it is quite natural to demand that numerical solutions of such systems should be positive as well. Unfortunately, positivty is a property that is not preserved by standard time integration schemes such as Runge--Kutta schemes, Rosenbrock methods or linear multistep methods, at least for orders greater than one. Therefore, various new, unconditionally positive schemes have been introduced in recent years. Unfortunately, these new methods are not freely available and therefore not applicable for most users and also not comparable within the scientific community.
3030

31+
Here we describe PostiveIntegrators.jl a julia package that provides efficient implementations of various positive time integration schemes and thus makes these methods usable and comparable.
3132

3233
# Statement of need
3334

0 commit comments

Comments
 (0)