Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 296 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 296 Bytes

Multigrid PDE Solver

Code and Pluto notebook for Successive Over Relaxation method and Multigrid solvers for 2D PDEs with their convergence comparison.

TODO:

  • Generalize the multigrid solver
  • Low-level SIMD vetorization
  • CPU-wise Multi-threading
  • Cuda Parallelization