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

Allow user functions in expressions for boundary conditions #491

Closed david-zwicker closed 7 months ago

david-zwicker commented 7 months ago

As mentioned in discussion #488, we might want to support user functions in ExpressionBC. This should be a rather easy fix.