Skip to content

Tugdual-G/multigrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multigrid

 Parallel multigrid solver for Poisson equation.

  • The fine grid levels are computed in parallel via simple Jacobi iterations.
  • The coarse grid levels are computed serially to reduce the overhead of parallel exchanges, using weighted Gauss-Seidel iterations.
  • For now the domain geometry (square) and the number of processors (4) is hardcoded.

alt text

About

Parallel multigrid Poisson equation solver

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published