NeuroDiffGym / neurodiffeq

A library for solving differential equations using neural networks based on PyTorch, used by multiple research groups around the world, including at Harvard IACS.
http://pypi.org/project/neurodiffeq/
MIT License
702 stars 90 forks source link

Spherical PDE Enhancement (viz of solution added) #17

Closed shuheng-liu closed 4 years ago

shuheng-liu commented 4 years ago
  1. added visualization of the solution
  2. modified default range of phi
  3. added a new test case for Poisson equation
  4. allowed specifying only one end of r boundary instead of both

Sample visualization Unknown