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.
- Host: GitHub
- URL: https://github.com/rkv0id/multigrid-solv
- Owner: rkv0id
- Created: 2021-01-13T20:44:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T17:06:59.000Z (over 4 years ago)
- Last Synced: 2025-01-03T12:30:05.683Z (5 months ago)
- Language: Julia
- Size: 3.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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