OrdinaryDiffEq.jl
OrdinaryDiffEq.jl copied to clipboard
Multi Rate Methods
- Rice, 1960 - https://nvlpubs.nist.gov/nistpubs/jres/64B/jresv64Bn3p151_A1b.pdf
- Skelboe, Multirate BDF, 1989 - https://www.researchgate.net/publication/223287901_Stability_properties_of_backward_differentiation_multirate_formulas
- Günther and Rentrop, Multirate ROW Method - 1993 - https://www.sciencedirect.com/science/article/abs/pii/016892749390133C
- Löhner, Morgan, Zienkiewicz - Explicit Multirate - 1984 - https://www.sciencedirect.com/science/article/pii/0045782584901592
- Kirby - Multirate Forward Euler - 2002 - https://www.researchgate.net/publication/220577091_On_the_convergence_of_high_resolution_methods_with_multiple_time_scales_for_hyperbolic_conservation_laws
- Constantinescu and Sandu - Multirate RK - 2007 - https://core.ac.uk/reader/10676122
- B. Senya, J. Lambrechtsa, T. Toulorgea, V. Legata, J.-F. Remaclea - parallel Multi RK - 2014 - https://perso.uclouvain.be/thomas.toulorge/paper_jcp_multirate.pdf
Adding more as I see prominent papers
From @thomasgibson:
- https://gmd.copernicus.org/articles/5/1395/2012/
- https://journals.ametsoc.org/mwr/article/142/5/2067/71935
- https://arxiv.org/abs/1808.02759
How do these compare? I think the first set is a review article and might contain some of these others.
The first paper comes down to https://www.sciencedirect.com/science/article/pii/S0377042708004147 which is supposed to be an improvement on Constantinescu and Sandu.
https://www.sciencedirect.com/science/article/abs/pii/S0168927498000518 shows up a lot.
It looks like extMIS might be the generalization that could be useful in this context.
https://www.sciencedirect.com/science/article/pii/S0377042719305461