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

Adaptive sampling #57

Closed Jeyhun1 closed 2 years ago

Jeyhun1 commented 2 years ago

Added adaptive sampling to the framework and applied it in 1D Heat Equation and 1D Burgers Equation examples

StillerPatrick commented 2 years ago

My remarks:

StillerPatrick commented 2 years ago

@sutariyaraj please review the code as well to check if it fits your current implementation of the inference pipeline. Please communicate prober changes.

StillerPatrick commented 2 years ago

Approved. Nice work