Skip to content

[test]Test global evaluation of DiscreteGlobalBasisFunction

Carsten Gräser requested to merge feature/test-dgbf-global-eval into master

This executes the same interpolation consistency test with the local function and the global operator interface. For the latter, global evaluation is forced by wrapping the DiscreteGlobalBasisFunction into a lambda, such that interpolate() does not see its grid function interface.

Merge request reports