Skip to content

williameclee/Multigrid2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two-dimensional Multigrid Relaxation in MATLAB

For a evenly-spaced $N\times N$ matrix $\textbf{U}$ that satisfy the following Poisson's equation: $$ \frac{\partial u(x,y)}{\partial x}+\frac{\partial u(x,y)}{\partial y}=f(x,y), $$ where the grid is squared, i.e., $\Delta x=\Delta y$, $\textbf{U}$ can be solved with the Gauss-Seidel method, which is accelerated with the multigrid method in this case.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published