/laplace-2D

The fortran code to solve Laplace (Poisson) equation in 2D

Primary LanguageFortranGNU General Public License v2.0GPL-2.0

laplace-2D

The fortran code to solve Laplace (or Poisson) equation in 2D on the rectangular grid.

The code solves the equation u_{xx} + u_{yy} = f(x, y) with the value of u(x, y) defined on the domain boundary.

laplace equation