-
Notifications
You must be signed in to change notification settings - Fork 36
Spectral Deferred Correction & Co
📯 This wiki intends to accumulate theoretical content and literature references on SDC and related time integration methods, with a specific focus on the algorithms implemented in pySDC. Its goal is to be an evolving source of knowledge, that could be used by people starting to learn about SDC, or eventually specialists in this field. Any contribution to improve it is very welcome !
Spectral Deferred Correction (SDC) methods are a class of time-stepping algorithm allowing to approximate the solution of initial value problem of the form :
Those can Ordinary Differential Equations (ODEs) or systems of ODEs resulting from the partial discretization of Partial Differential Equations (PDEs). SDC was originally introduced in 2000 [1], based on the previously known Deferred Correction method, and allows to easily build time integration schemes with piloted order of accuracy (from low to high). It has received a particular attention since then, e.g for the development of Implicit-Explicit (IMEX) time integration scheme [2] or parallel-in-time methods [3]. Many variants have been developed since, and this Wiki intends to provide a extended state-of-the art overview of SDC methods and their implementations.
🛠️ In construction ...
- Picard Formulation and Collocation methods
- Deferred Correction method and Gauss quadrature
- SDC sweep using low-order approximation
- Time-stepping and prolongation
- Error analysis and accuracy order
- Algebraic representation
- Node-to-node and zero-to-node formulation
- High order SDC sweep
- Numerical linear stability
- IMEX-SDC
- Second Order Boris SDC
- Adaptive and Fault-tolerant SDC
- SDC for first order system of ODE's with mass matrix
- Combining Parareal and SDC
- Multilevel-SDC
- Parallel Full Approximation Scheme in Space and Time (PFASST)
- Revisionist Integral Deferred Correction (RIDC)
- Block Gauss-Seidel SDC
[1] Dutt, A., Greengard, L., & Rokhlin, V. (2000). Spectral deferred correction methods for ordinary differential equations. BIT Numerical Mathematics, 40(2), 241-266.
[2] Minion, M. L. (2003). Semi-implicit spectral deferred correction methods for ordinary differential equations. Communications in Mathematical Sciences, 1(3), 471-500.
[3] Emmett, M., & Minion, M. (2012). Toward an efficient parallel in time method for partial differential equations. Communications in Applied Mathematics and Computational Science, 7(1), 105-132.