You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SplineEvaluator, the operator() replaces an outside coordinate inside of the domain if it is defined on a periodic dimension.
However the deriv() does not proceed the same. So if we want to get the derivative of a spline at an outside coordinate defined on a periodic dimension, it raises an error.
As we don't give any extrapolation rules for the derivatives, we can assume that we won't evaluate the derivative outside of the domain. But I don't know if the periodic case is supposed to be considered as outside of the domain.
The same question can be raised for SplineEvaluator2D and deriv_dim_1(), deriv_dim_2(), deriv_1_and_2(), deriv() and deriv2().
reported by @Paulinemoi
The text was updated successfully, but these errors were encountered: