Skip to content

#44 ReferenceElement::size(int,int,int) returns wrong value

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Nov 11, 2005 16:57
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Last edited at Nov 14, 2005 13:49
Closed by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Closed at Nov 18, 2005 07:27
Closed in version 1.0
Resolution Fixed
Comment according to peter this bug should be fixed now

Description

When asking a ReferenceElement about the number of subfaces of codim cd a given subface of equal codim cd has, the method returns 0. But the correct value is 1, because a face contains one face, a vertex contains one vertex, and so one.

This may seem like a stupid query to pose, but it is important for code that is supposed to work in 1d as well.