Photon-AI-Research / NeuralSolvers

Neural network based solvers for partial differential equations and inverse problems :milky_way:. Implementation of physics-informed neural networks in pytorch.
MIT License
141 stars 46 forks source link

PINN should also accept Setups without boundary condition. #24

Closed StillerPatrick closed 3 years ago

StillerPatrick commented 3 years ago

ok its possible by giving the function an empty list as parameter.

bussmann commented 3 years ago

There are ALWAYS boundary conditions.

StillerPatrick commented 3 years ago

You are right, but in inverse Problems its needed to exclude boundary conditions.

nih23 commented 3 years ago

The solution won't be unique though.