Skip to content

#817 Assertion failure in BasicGeometry::normal

Metadata

Property Value
Reported by Jonathan Youett (youett@mi.fu-berlin.de)
Reported at Aug 26, 2010 12:03
Type Bug Report
Version 2.0beta
Operating System Unspecified / All
Last edited by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Last edited at Sep 3, 2010 09:05
Closed by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Closed at Sep 3, 2010 09:05
Closed in version Unknown
Resolution Fixed
Comment In revision 6931. Since the task has been renamed, I assume closing is safe.

Description

When running test-ug.cc with the actual trunk versions of the dune core modules I get the following error: ./test-ug Testing UGGrid<2> and UGGrid<3> with red/green refinement test-ug: ../../../dune/grid/genericgeometry/cachedmapping.hh:91: Dune::GenericGeometry::CachedJacobianTransposed<, >::operator const typename Dune::GenericGeometry::CachedStorage<dim, GeometryTraits>::Traits::JacobianTransposedType&() const [with unsigned int dim = 2u, GeometryTraits = Dune::GenericGeometry::DefaultGeometryTraits<double, 2, 2, false>]: Assertion `*this' failed. Abgebrochen

In my code the same error appears when using an UG grid consisting of prisms.