Hello everyone.
I am trying to extract all the nodes present on a boundary with a particular id.
Would anyone be able to help me with this?
Also, for a vector problem how do I extract a particular dof ( eg. I want the global dofs corresponding to the x-displacement of all the nodes on the top face)?
I know one way is to use something like : cell->vertex_dof_index(vertex_number)
Is there a way to skip the loop over elements and get the required info directly using the boundary id?
Thanks and regards
Wasim