zwicker-group / py-pde

Python package for solving partial differential equations using finite differences.
https://py-pde.readthedocs.io
MIT License
396 stars 50 forks source link

Added support for solving Poisson's equation to cylindrical grids #456

Closed david-zwicker closed 10 months ago

david-zwicker commented 10 months ago

Added additional tests for the matrix decomposition of the Laplace operators for all grids.

david-zwicker commented 10 months ago

Closes #455