#20 Grid test should check consistency with the reference element
Metadata
Property | Value |
---|---|
Reported by | Thimo Neubauer (thimo@macht.org) |
Reported at | Aug 24, 2005 21:18 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Sep 13, 2005 13:25 |
Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Closed at | Jan 11, 2006 16:09 |
Closed in version | 1.0 |
Resolution | Won't fix |
Comment | This interface is deprecated. The new interface has a test. |
Description
The grid test should check that the subentity-numbering is consistent with the reference elements. That is we want to assert stuff that e.g.
my_element->subIndex( refElement(i, 1, j, dim) )
is equal to
my_element->entity<1>(i)->subIndex(j)