[Dune] Notification from Dune

Flyspray dune at hal.iwr.uni-heidelberg.de
Thu Jul 13 20:43:07 CEST 2006


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below.

User who did this: - Oliver Sander (sander)

Attached to Project - Dune
Summary - ALUGrid crashes after use of Entity assignment operator
Task Type - Bug Report
Category - Alu3D
Status - New
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - SVN
Due in Version - 
Due Date - Undecided
Details - The following litte program produces a segmentation fault:

#include "config.h"
#include <dune/grid/io/file/dgfparser/dgfalu.hh>

using namespace Dune;
typedef ALUSimplexGrid<3,3> GridType;

int main()
{
    GridType* grid = Dune::MacroGrid("simplex.dgf", -1);

    GridType::Codim<0>::LeafIterator eIt    = grid->leafend<0>();
    eIt = grid->leafbegin<0>();

    GeometryType gt = eIt->geometry().type();

    delete(grid);

}





More information can be found at the following URL:
http://hal.iwr.uni-heidelberg.de/flyspray/?do=details&id=147

You are receiving this message because you have requested it from the
Flyspray bugtracking system.  You can be removed from future
notifications by visiting the URL shown above.





More information about the Dune mailing list