Re: [deal.II] Boundary support points

2017-06-11 Thread Wolfgang Bangerth
Ignacio, I am trying to generate a map (or vectors, whatever is more convenient) that gives me the ''dof coordinate'' (''support point'' in the language of dealii) but only for the boundary dofs. Ideally I am looking for something of the style std::map< types::global_dof_index, Point<

[deal.II] Boundary support points

2017-06-09 Thread Ignacio Tomas
Hello everybody. I am trying to generate a map (or vectors, whatever is more convenient) that gives me the ''dof coordinate'' (''support point'' in the language of dealii) but only for the boundary dofs. Ideally I am looking for something of the style std::map< types::global_dof_index, Point<