Skip to content

#750 Prametrized boundary not working for ALUSimplexGrid<2,2>

Metadata

Property Value
Reported by Carsten Gräser (graeser@math.fu-berlin.de)
Reported at Mar 2, 2010 15:56
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Carsten Gräser (graeser@math.fu-berlin.de)
Last edited at Mar 4, 2010 13:19
Closed by Carsten Gräser (graeser@math.fu-berlin.de)
Closed at Mar 4, 2010 13:19
Closed in version Unknown
Resolution Fixed
Comment Both issues are fixed in r6376

Description

If an ALUSimplexGrid<2,2> with boundary parametrization is created using BoundarySegments and the gridfactory this results in a segfault. If the example-projection.dgf from the dgf format doc is used the following error arises:

InvalidStateException: You can only add one globalProjection or projections for each face, but not both

You can varify this with the attached test case either without argument or with '-coarsegrid example-projection.dgf'.

Both problems arise with up-to-date dune-grid and alugrid.

Attachments