Skip to content

Merge branch 'feature/deprecate-method-evaluate' into 'master'

Ansgar Burchardt requested to merge cherry-pick-bdf37616 into releases/2.5

Deprecate the method LocalBasis::evaluate

... on all LocalBasis implementations that have it. The method as been superseded by 'partial'. 'partial' will allow to make the type-erased interface much simpler, because it does not have member template arguments.

This addresses the first part of #2 (closed) .

See merge request !32 (merged)

Merge request reports