Skip to content

Deprecate method topologyId from class GenericLocalFiniteElement

Oliver Sander requested to merge remove-nonstandard-topologyId-method into master

Because

  • It is not a LocalFiniteElement interface method
  • You can always get the topology id by calling type().id().
Edited by Oliver Sander

Merge request reports