Skip to content

Cherry pick 506

Christian Engwer requested to merge cherry-pick-506 into releases/2.7

Backport MR [506]

[FEM] allow to interpolate from old style function interface

LocalFunctions currently still support the evaluate and the operator() interface to evaluate a function during interpolation. We have to do the same to stay compatible.

Merge request reports