| 📜 Description | 🧮 Matlab | 🐍 Python |
|---|---|---|
| Jacobi iteration for the Heat equation | exampleHeatJacobi.m | exampleHeatJacobi.py |
| example of coarsening | exampleCoarse.m | exampleCoarse.py |
| Parabolic Multi-grid for the Heat equation | exampleParabolicMultigrid.m | exampleParabolicMultigrid.py |
| 📜 Description | 🧮 Matlab | 🐍 Python |
|---|---|---|
| Damped Jacobi iteration on the Dahlquist equation | exampleDampedJacobiDahlquist.m | exampleDampedJacobiDahlquist.py |
| Two-Grid iteration on the Dahlquist equation | exampleDahlquistTwoGrid.m | exampleDahlquistTwoGrid.py |
| 📜 Description | 🧮 Matlab | 🐍 Python |
|---|---|---|
| Space-Time Multigrid on the Heat equation | exampleSTMG.m | exampleSTMG.py |