Hello All,

I have Triangulation object, say 'tria', and want to change the coordinates
of one vertices. I tried using tria.get_vertices() to return a vector
containing the Point<> data of all the vertices.

   - vertices = tria.get_vertices();

But the return value is a const vector and could not be modified. I am
wondering if there is any method to modify the co-ordinates of certain
vertices.

Thank you,
Rakesh

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to