Skip to content

Parallel conjugate gradient solvers in two and three dimensions

Notifications You must be signed in to change notification settings

dmarsico1/Parallel-CG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Parallel-CG

Parallel conjugate gradient solvers in two and three dimensions.

In two the dimensions, mpi_cart_poisson solves Poisson's equation in parallel on a square domain using cartesian topologies where the domain is decomposed into rectangles.

In three dimensions, mpi_cart_poisson_3d solves the same equation in parallel on a cube, again using cartesian topologies. Here, however, the domain is decomposed into rectangular prisms.

To compile the code:

mpifort -o executable mpi_cart_poisson_3d.f95

To run the code:

mpirun -n (# of processors) executable name

About

Parallel conjugate gradient solvers in two and three dimensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published