Finite difference solution of 2D Poisson equation. Can handle Dirichlet, Neumann and mixed boundary conditions.
-
Updated
Feb 23, 2024 - Python
Finite difference solution of 2D Poisson equation. Can handle Dirichlet, Neumann and mixed boundary conditions.
The Poisson equation is an integral part of many physical phenomena, yet its computation is often time-consuming. This module presents an efficient method using physics-informed neural networks (PINNs) to rapidly solve arbitrary 2D Poisson problems.
A small collection of 1D Poisson solvers based on the lattice Boltzmann method
Soluzione dell'equazione di Poisson in due dimensioni.
Add a description, image, and links to the poisson-equation-solver topic page so that developers can more easily learn about it.
To associate your repository with the poisson-equation-solver topic, visit your repo's landing page and select "manage topics."