Skip to content

Enhance functionality of FEFunctionRegistry and FunctionMultiStore

Marcus Mohr requested to merge mohr/improvedFunctionStore into master

The FEFunctionRegistry and FunctionMultiStore classes are extended to

  • allow to remove functions again; note: this technically touches on issues #172 and #186 (closed)
  • only store functions once, where uniqueness is based on the function's name

This MR supersedes !634 (closed).

Merge request reports