You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,10 +76,28 @@ FOODIE is aimed to be a KISS-pure-Fortran library for integrating Ordinary Diffe
76
76
+ [x] unfiltered leapfrog, 2nd order accurate, mostly unstable, see [4];
77
77
+ [x] Robert-Asselin filtered leapfrog, 1st order accurate, see [4, 5, 6];
78
78
+ [x] Robert-Asselin-Williams filtered leapfrog, 3rd order accurate, see [5, 6];
79
-
+ [x][Linear Multistep Methods SSP](http://fortran-foss-programmers.github.io/FOODIE/module/foodie_integrator_lmm_ssp.html) schemes see [16]:
79
+
+ [x][Linear Multistep Methods, SSP](http://fortran-foss-programmers.github.io/FOODIE/module/foodie_integrator_lmm_ssp.html) schemes see [16]:
80
80
+ [x] 3 steps, 2nd order accurate;
81
81
+ [x] 4 steps, 3rd order accurate;
82
82
+ [x] 5 steps, 3rd order accurate;
83
+
+ [x][Linear Multistep Methods, SSP with Variable Step Size (VSS)](http://fortran-foss-programmers.github.io/FOODIE/module/foodie_integrator_lmm_ssp_vss.html) schemes see [17]:
84
+
+ [x] 2 steps, 2nd order accurate;
85
+
+ [x] 3 steps, 2nd order accurate;
86
+
+ [x] 3 steps, 3rd order accurate;
87
+
+ [x] 4 steps, 3rd order accurate;
88
+
+ [x] 5 steps, 3rd order accurate;
89
+
+ [][Linear Multistep Runge-Kutta Methods SSP](http://fortran-foss-programmers.github.io/FOODIE/module/foodie_integrator_ms_runge_kutta_ssp.html) schemes see [18]:
90
+
+ [x] 2 steps, 2 stages, 3rd order accurate;
91
+
+ [x] 3 steps, 2 stages, 3rd order accurate;
92
+
+ [] 4 steps, 3 stages, 5th order accurate;
93
+
+ [] 3 steps, 6 stages, 5th order accurate;
94
+
+ [] 3 steps, 5 stages, 6th order accurate;
95
+
+ [] 3 steps, 7 stages, 7th order accurate;
96
+
+ [] 4 steps, 7 stages, 7th order accurate;
97
+
+ [x] 4 steps, 5 stages, 8th order accurate;
98
+
+ [] 5 steps, 9 stages, 8th order accurate;
99
+
+ [] 4 steps, 9 stages, 9th order accurate;
100
+
+ [] 3 steps, 20 stages, 10th order accurate;
83
101
+ [] Runge-Kutta schemes:
84
102
+ [][low-storage](http://fortran-foss-programmers.github.io/FOODIE/module/foodie_integrator_runge_kutta_low_storage.html) schemes, see [1, 2, 3]:
85
103
+ [x] 1 stage, namely the forward explicit Euler scheme, 1st order accurate;
@@ -171,6 +189,10 @@ Any feature request is welcome.
171
189
172
190
[16]*Strong Stability Preserving Runge-Kutta and Multistep Time Discretizations*, S. Gottlieb, D. Ketcheson, C.W. Shu, 2011, 978-981-4289-26-9, doi:10.1142/7498, World Scientific Publishing Co. Pte. Ltd.
173
191
192
+
[17]*Strong Stability Preserving Explicit Linear Multistep Methods with Variable Step Size*, Y. Hadjimichael, D. Ketcheson, L. Lóczi, A. Németh, 2016, SIAM J. Numer. Anal., 54(5), 2799–2832.DOI:10.1137/15M101717X.
193
+
194
+
[18]*Explicit Strong Stability Preserving Multistep Runge-Kutta Methods*, C. Bresten, S. Gottlieb, Z. Grant, D. Higgs, D. Ketcheson, A. Nemeth, Mathematics of Computation, 2016, http://dx.doi.org/10.1090/mcom/3115.
195
+
174
196
Go to [Top](#top)
175
197
176
198
## Status []()
0 commit comments