maroba / findiff

Python package for numerical derivatives and partial differential equations in any number of dimensions.
MIT License
413 stars 59 forks source link

Single point derivative #78

Open RandomUsernameToSave opened 5 months ago

RandomUsernameToSave commented 5 months ago

Is there a way to calculate the partial derivatives of a single point of a grid (without retrieving it after calculating it on the whole grid) ? I can't manage to do it. If there is no way, I might add it manually, Best regards :)