zwicker-group / py-pde

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

Added `transformation` argument to StorageTracker #435

Closed david-zwicker closed 1 year ago

david-zwicker commented 1 year ago

This argument allows to transform fields while writing out data from a simulation.

Closes #434