matthiasnwt / fast-poisson-solver

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.
GNU General Public License v3.0
13 stars 0 forks source link

Resources #1

Closed matthiasnwt closed 1 year ago

matthiasnwt commented 1 year ago

In the previous version the resources could not be located due to loading from a relative path from the running script.

Fixed this using pkg_resources module.