phfranz / pinns_for_comp_mech

Implementation of Physics-Informed Neural Networks for Computational Mechanics based on the DeepXDE package.
MIT License
0 stars 0 forks source link

Laplace 3D #4

Open phfranz opened 6 months ago

phfranz commented 6 months ago
maxdanwitz commented 6 months ago

I guess we want to allow for the inhomogeneous case as well, which is then usually called Poisson equation.

For the reference solution, you can check the literature or experiment with pdesol. Droping the term with the time derivative from the heat equation, you obtain Poisson.
https://github.com/imcs-compsim/pdesol/blob/main/heatEquationAndAD/3d/sin3d.py

phfranz commented 6 months ago

Thank you very much for your comments and hints, Max. I will do that!