#840 UG::Codim<0>::Partition<Overlap_Partition>::Iterator should iterate over *interior*
Metadata
Property | Value |
---|---|
Reported by | Jö Fahlke (jorrit@jorrit.de) |
Reported at | Nov 14, 2010 17:38 |
Type | Bug Report |
Version | 2.0 |
Operating System | Unspecified / All |
Last edited by | Jö Fahlke (jorrit@jorrit.de) |
Last edited at | Nov 14, 2010 17:39 |
Description
UG::Codim<0>::Partition<Overlap_Partition>::Iterator
iterates over the empty
range, i.e. the overlap partition only (since UG does not have overlap).
However, according to Christian Engwer, it should iterate over overlap +
interior (so interior only in the case of UG). This would be consistent with
what ALUSimplexGrid<3,3>
does.
The partition naming is misleading: Interior_Partition
means interior,
Overlap_Partition
means interior+overlap, All_Partition
means
interior+overlap+ghost, while Ghost_Partition
means ghost only.