Hi Victor, > I´m doing a loop over all degree of freedom of my RHS and I want to reach > every vertex of my triangulation corresponding to the DOF.
I think you are asking the wrong question here. A degree of freedom does not need to correspond to a vertex of the cell, it doesn't even have to correspond to a point value at all. In case you are doing an integration loop, look at the quadrature points instead. They have a position. -- Timo Heister http://num.math.uni-goettingen.de/~heister _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
