boschresearch / torchphysics

https://boschresearch.github.io/torchphysics/
Apache License 2.0
389 stars 41 forks source link

New PINN Tutorials #26

Closed kenaj123 closed 1 year ago

kenaj123 commented 1 year ago

Two new tutorials can be found in the foulder "torchphysics/examples/tutorials".

First, The "Introduction_Tutorial_PINNs.ipynb" is designed as the first tutorial a TorchPhysics-beginner should start with. The time-dependent heat equation is solved for fixed parameters.

Second, "Tutorial_PINNs_Parameter_Dependency" learns the same PDE, but this time for variable parameters, such as thermic diffusivity.