[Dune] Notification from Dune

Flyspray dune at hal.iwr.uni-heidelberg.de
Mon Jan 22 11:28:49 CET 2007


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

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

User who did this: - Carsten Gräser (Carsten)

Attached to Project - Dune
Summary - incrementing leveliterator after assignment is buggy
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 - After assigning a codim 2 leveliterator for
ALUSimplexGrid<2,2> the first increment does not work.
The following example gives 001 instead of 012:

GridType::Traits::Codim<dim>::LevelIterator it =
hostgrid.lbegin<dim>(0);
it = hostgrid.lbegin<dim>(0);
std::cout << hostgrid.levelIndexSet(0).index(*it);
++it;
std::cout << hostgrid.levelIndexSet(0).index(*it);
++it;
std::cout << hostgrid.levelIndexSet(0).index(*it) << std::endl;


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

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