An open API service indexing awesome lists of open source software.

https://github.com/rkv0id/multigrid-solv

Code and Pluto notebook for Successive Over Relaxation method and Multigrid solvers for 2D PDEs with their convergence comparison. This was an academic assignment but still going to parallelize the multigrid to scale it up in a more efficient way.
https://github.com/rkv0id/multigrid-solv

Last synced: 3 months ago
JSON representation

Code and Pluto notebook for Successive Over Relaxation method and Multigrid solvers for 2D PDEs with their convergence comparison. This was an academic assignment but still going to parallelize the multigrid to scale it up in a more efficient way.

Awesome Lists containing this project

README

        

# 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