#253 leafiterator gives wrong level
Metadata
| Property | Value |
|---|---|
| Reported by | Carsten Gräser (graeser@math.fu-berlin.de) |
| Reported at | Feb 5, 2007 14:47 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Unspecified / All |
| Closed by | Robert K (robertk@posteo.org) |
| Closed at | Feb 6, 2007 09:53 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment |
Description
A ALUSimplexGrid<2,2>::Codim<2>::LeafIterator it returns the wrong level on 'it->level()'. E.g. on a twice globally refined grid on [0,1]x[0,1] with 25 leaf nodes (all on level 2) you get:
0 for all nodes which where already present on level 1 1 for all new nodes on level 2