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
138 stars 46 forks source link

implementation of burgers equation and fix in LBFGS finetuning #35

Closed StillerPatrick closed 3 years ago

StillerPatrick commented 3 years ago

I added a working version of the burgers equation. which can be used for method research. Furthermore, I fixed an inconsistency in LBFGS finetuning.