maroba / findiff

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

Custom Coefficients and Offsets #17

Closed Flemingjp closed 3 years ago

Flemingjp commented 5 years ago

Is it possible, or could it be a feature, to different coefficients? I have some optimised coefficients for a given dataset and would to use these to get a more accurate result.

maroba commented 5 years ago

Right now it's not possible to input your own custom coefficients, but it could be a feature if it is needed. In order to understand your use case better, could you give an example of how you would like the API to work in that case?