2D Fast Poisson Solver

2D Fast Poisson Solver on a Rectangular Domain
4.9K Downloads
Updated 1 Dec 2008

No License

This is a simple implementation of a fast Poisson solver in two dimensions on a regular rectangular grid. The underlying method is a finite-difference scheme. 5-point, 9-point, and modified 9-point methods are implemented while FFTs are used to accelerate the solvers. This method is mostly an implementation of the process as described in Arieh Iserles Numerical Analysis textbook. More information is available at http://www.mrl.nyu.edu/~harper/poisson.htm

I am also currently extending the code to 3d as well as the Helmholtz/Modified Helmholtz equations.

Cite As

Harper Langston (2024). 2D Fast Poisson Solver (https://www.mathworks.com/matlabcentral/fileexchange/21472-2d-fast-poisson-solver), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R10
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.4.0.0

Changed the photo and fixed some text in the file notes.

1.0.0.0