Dear Yves,

As we know, we can obtain a visitor for points of a mesh and get their
positions by

 for (dal::bv_visitor i(mesh.points_index()); !i.finished(); ++i)
 {
  bgeot::base_node &pt = mesh.points()[i];
  ...
 }

Therefore, I wounder if there is a means to obtain a visitor for points of
a mesh region.

sincerely
CC Tsai
_______________________________________________
Getfem-users mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-users

Reply via email to