#367 gridcheck assumes non-periodic grids
Metadata
| Property | Value |
|---|---|
| Reported by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
| Reported at | Mar 28, 2008 11:27 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Unspecified / All |
Description
The DGF check for yaspgrid fails, because it loads a periodic grid.
gridcheck.cc line 756 reads:
assert(globalid.id(*(it.outside())) !=
globalid.id(*n));
it checks that
entity1 != entity1 => globalId(entity1) != globalId(entity2)
this assumption does not hold for periodic grids on one process.