#1098 VirtualRefinement/Geometry: Methods corner and global are inconsistent.
Metadata
Property | Value |
---|---|
Reported by | Jö Fahlke (jorrit@jorrit.de) |
Reported at | May 6, 2012 06:51 |
Type | Bug Report |
Version | 2.2 |
Operating System | Unspecified / All |
Last edited by | Jö Fahlke (jorrit@jorrit.de) |
Last edited at | May 9, 2012 17:07 |
Closed by | Jö Fahlke (jorrit@jorrit.de) |
Closed at | May 9, 2012 17:07 |
Closed in version | Unknown |
Resolution | Fixed |
Comment |
Description
From: Oliver Sander sander@mi.fu-berlin.de To: DUNE Liste dune@dune-project.org Subject: [Dune] Virtual refinement
Dear Dune, in particular, Dear Jö! I just committed a small test for the virtual refinement stuff. For the pure simplex case, the test simply creates refinements and then hands over the refined geometry to the regular geometry test. That test fails with the message
Error: Methods corner and global are inconsistent. [repeat ad nauseam]
The method 'corner' is a method I had to add myself to make the code compile at all. However, all I did was to copy the method operator[], which I expected to do the right thing. Apparently I was wrong, there is a bug somewhere, but my limited knowledge of the refinement code stops me from finding it.
@Jö, could you please have a look?
Thanks, Oliver