pnkraemer / probfindiff

Probabilistic numerical finite differences. Compute finite difference weights and differentiation matrices on scattered data sites and with out-of-the-box uncertainty quantification.
https://probfindiff.readthedocs.io
MIT License
10 stars 2 forks source link

1d coefficient API #18

Closed pnkraemer closed 2 years ago

pnkraemer commented 2 years ago

The methods in coefficients_1d receive "x", but no neighbours. Instead, they assemble neighbours via dx and the specified order. In light of this, they should not require "x" to be parsed. it is meaningless.

pnkraemer commented 2 years ago

resolved.