On 2/11/23 04:09, Masoud Ahmadi wrote:

My goal of using this function is simply to get the DoF of some specific nodes which I know their coordinates; so, are there any alternative options that I won't have to use this function?

In order to determine the DoF indices for a given vertex, you can use
  cell->vertex_dof_index(v,i)
where v=the number of the vertex of the cell, i=the i'th DoF on that vertex.

It is a bit more complicated if you also have DoFs on edges or faces.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/


--
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/4fe71e40-2ce0-fb4d-dfda-ca7996cdeb32%40colostate.edu.

Reply via email to