Skip to content

Remove broken interpolation with vector-valued coefficients

While there was explicit code to support interpolation of vector-valued functions with vector-valued coefficients, this was broken for more than three years. It also complicates the implementation and is an obstacle e.g. for implementing interpolation for Hermite-bases.

The present MR removes the broken feature.

Merge request reports