2D-POISSON-PYTHON

2D Poisson problem Python code

View on GitHub

Solving the 2D Poissons problem (coding in Python3)

This work is copyrighted.

This work applies the Reproducing Kernel Collocation Method (RKCM) to solve the 2D Poissons problem. This is a meshfree numerical method using points as discretization in the domain. The Reproducing Kernel shape function is used as the approximation function in the model. For details regarding the complete formulation refer to this paper.

The overview of the problem statement and results obtained is given in this pdf.

The coding and plotting is done in Python3. The MATLAB version of the same problem is in the repository 2D-POISSON-MATLAB.