[Dune] Problems with examplegrid7.dgf
Patrick Leidenberger
patrick.leidenberger at psi.ch
Mon Jul 31 14:50:15 CEST 2006
Hi,
I have some troubles with the dgf parser. My program reads a dgf file with
Dune::GridPtr<GridType>
alusimplexgrid("./grids/cube.dgf",MPI_COMM_WORLD);
The cube.dgf is the example7.dgf from
http://www.dune-project.org/doc/doxygen/dune-grid-html/group__DuneGridFormatParser.html
So far that works.
But if I change the number of cells in line 14 from 2 5 10, lets say to
10 10 10 I get a segmentation fault:
p0_32535: p4_error: interrupt SIGSEGV: 11
Segmentation fault
Can someone help me?
Thank's a lot
Patrick
More information about the Dune
mailing list