Hi all

Can one assume that the order that the (active) cells are traversed over in a 
loop such as:

    for (Triangulation<deal_II_dimension>::active_cell_iterator cell  = 
tri.begin_active() ;
    cell != tri.end(); ++cell) 

 is the always the same if the mesh has not been altered?  I'm guessing not but 
hoping so.


Many thanks
Andrew
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to