Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor & Generalize: System for opting alg into linear interpolation
We haven't really needed this much before since most methods had a special interpolation or default Hermite, so we had a bespoke way of opting just a few algorithms out (FunctionMap and the DAE solvers for now). But there are cases which need to be able to opt into saying they only want a linear interpolation as the Hermite would take extra function evaluations or would not satisfy the right properties, and thus for these equations this gives them an overload they can use to opt out on a per-algorithm basis via a trait function.
- Loading branch information