zwicker-group / py-pde

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

Separate classes describing coordinate systems #527

Closed david-zwicker closed 5 months ago

david-zwicker commented 5 months ago

Introduced separate classes describing the orthonormal coordinate systems that underlie definition of grids. In the future, this will help us to separate the geometry from the actual grid definitions. In particular, it will clarify some confusions with respect to symmetries (e.g., axes that are not described by particular grids).