Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 738 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 738 Bytes

MultiGridMatlab

The purpose of this repository is to provide Matlab code for geometric multigrid that is easy to understand and learn from. It is perfect for students because it was written by a graduate student.

Start with the 1D Multigrid Tutorial to understand how multigrid works. This is ideal for the beginner to walk through, with visualizations every step of the way.

Writting or enhancing a code like 2D Multigrid would make a great class project. Perhaps extend 2D to 3D for a short assignment, write in another language, or add some advection for more difficulty.

This short PDF explains the math behind the code.

alt tag