| 📜 Description | 🧮 Matlab | 🐍 Python |
|---|---|---|
| Predictor-Corrector scheme from Mikanker and Liniger, sequential | MirakerLinigerS.m | MirakerLinigerS.py |
| Predictor-Corrector scheme from Mikanker and Liniger, parallel | MirakerLinigerP.m | MirakerLinigerP.py |
| Example of use on the Lorenz system | exampleMirankerLiniger.m | exampleMirankerLiniger.py |
| 📜 Description | 🧮 Matlab | 🐍 Python |
|---|---|---|
| Cyclic Reduction for a bidiagonal system | CyclicReduction.m | CyclicReduction.py |
| Cyclic Reduction for a bidiagonal system | CyclicBackSubstitution.m | CyclicBackSubstitution.py |
| example of use on Dahlquist equation | exampleCyclicReductionDahlquist.m | exampleCyclicReductionDahlquist.m |
🔔 The code for
CyclicReductiongiven in the book is incomplete, the version above is the correct one.
| 📜 Description | 🧮 Matlab | 🐍 Python |
|---|---|---|
| Time-Parallel Laplace Transform on the Heat equation | exampleLaplaceTransform.m | exampleLaplaceTransform.py |
| 📜 Description | 🧮 Matlab | 🐍 Python |
|---|---|---|
| Paradiag-I with Backward Euler to solve the ODE |
ODEBEP.m | ODEBEP.py |
| Paradiag-II applied on the Dahlquist problem | exampleDirectDahlquist.m | exampleDirectDahlquist.py |
| 📜 Description | 🧮 Matlab | 🐍 Python |
|---|---|---|
| Lagrange Weights in IDC for |
LagrangeWeights.m | LagrangeWeights.py |
| Integral Deferred Corrections | IDC.m | IDC.py |
| example of IDC on the Dahlquist problem | exampleIDCDahlquist.m | exampleIDCDahlquist.py |
| Parallel Integral Deferred Corrections | PIDC.m | PIDC.py |
| Revisionist Integral Deferred Corrections | RIDC.m | RIDC.py |
| Revisionist Integral Deferred Corrections with Restarts | RIDCRestarts.m | RIDCRestarts.py |
| 📜 Description | 🧮 Matlab | 🐍 Python |
|---|---|---|
| ParaExp used to solve the Heat equation in Matlab | exampleParaExp.m | exampleParaExp.py |