Skip to content

[yasp] Implement Entity::type()

Timo Koch requested to merge feature/yasp-entity-type into master

The type() implementation was inherited from the default implementation which obtains the type via the geometry. However, the geometry type is always GeometryTypes::cube(Geometry::mydimension) and can therefore be implemented much faster.

Edited by Timo Koch

Merge request reports