You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
About
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.