poisson_mpi_test


poisson_mpi_test, a C code which calls poisson_mpi(), which solves the 2D Poisson equation, using MPI to achieve parallel execution.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and codes:

poisson_mpi, a C code which computes a solution to the Poisson equation in a rectangle, using the Jacobi iteration to solve the linear system, and MPI to carry out the Jacobi iteration in parallel.

Source Code:


Last revised on 26 June 2020.