Skip to content

Remove support for explicitly passing a treePath to interpolate() and `DiscreteGlobalBasisFunction`

Carsten Gräser requested to merge feature/drop-interpolate-treepath into master

Instead you can simply pass a subspaceBasis(basis,treePath) which is also more readable. As a side effect, all interpolateTree*() functions are gone, too, and the template parameter list of DiscreteGlobalBasisFunction changes.

Edited by Carsten Gräser

Merge request reports