#579 test-alu3dgrid and testalu fail
Metadata
Property | Value |
---|---|
Reported by | Jö Fahlke (jorrit@jorrit.de) |
Reported at | Jul 23, 2009 13:58 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Last edited at | Jul 28, 2009 20:35 |
Closed by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Closed at | Jul 28, 2009 20:35 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | fixed in revision 5316 |
Description
Since dune-grid revision 5303 grid/test/test-alu3dgrid and grid/io/file/dgfparser/test/testalu fail. They both passed with revision 5302.
The log message for 5303 is "use generic reference element", the change was in grid/io/file/dgfparser/entitykey_inline.hh in ElementFaceUtil::generateCubeFace() and ElementFaceUtil::generateSimplexFace().
testalu fails with
Created serial ALUConformGrid<2,2> from macro grid file './examplegrid5.dgf.ALUgrid'.
Created serial ALUCubeGrid<3,3> from macro grid file './examplegrid6.dgf.ALU3dGrid'.
Created serial ALUSimplexGrid<3,3> from macro grid file './examplegrid6.dgf.ALU3dGrid'.
{dir}
tst
FAIL: testalu
testalu: ../../../../../dune/grid/alugrid/3d/faceutility_imp.cc:58: void Dune::ALU3dGridFaceInfo::updateFaceInfo(const typename Dune::ALU3dImplTraits::GEOFaceType&, int, int) [with Dune::ALU3dGridElementType type = tetra]: Assertion `outerElement_->isRealObject()' failed.
/bin/sh: line 4: 19268 Abgebrochen The error for testalugrid3d is similiar.