Skip to content
Snippets Groups Projects
Commit dda8845e authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[FiniteElementMap] Add new interface method hasDOFs(codim)

For the new EntitySet interface, we have to be able to determine which
codimensions to add to the EntitySet. For this purpose, all
FiniteElementMaps now provide a method hasDOFs(codim), which must return
true if there is any chance that the given FiniteElementMap will attach
data to an entity of that codimension.

Important: Note that this also holds for *variable-sized* FEMs. While
those FEMs are allowed to throw an exception on any call to
size(GeometryType), they have to return a correct value from hasDOFs().
parent 932b5810
No related branches found
No related tags found
No related merge requests found
Showing
with 172 additions and 5 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment