You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to deal.II User Group
Dear all,
i have a question as already mentioned in the headline. My work is based on the step- 44 tutorial and I am trying to get the solution of a vertex with the respective coordinate. I wrote a quite circumstantial code to get every vertex coordinate at the boundary (only once) by using cell->face->vertex. For the solution I used an ElementIterator with the relevant DOFs. But the coordinates are stored by using a cell iterator and so the solution doesn't fit necessarily to the coordinate.
The FE System has only generalized_support_points. I tried also to make use of map_dofs_to_support points with the generalized support points, but without any success.
Maybe someone has another or a better way to get rid of this. Any help is appreciated. Best regards and many thanks in advance, David
Jean-Paul Pelteret
unread,
Jan 9, 2018, 8:33:24 AM1/9/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to deal.II User Group
Dear David,
This is quite a frequently asked question (well, some permutation of it), and so I refer you to the list of answers for this search query on the forum instead of repeating the discussion here. This reminds me though that I should make a FAQ entry for it.
If those forum posts don't satisfy your question, then you can also take a look at this function in one of the code-gallery contributions.
I hope that this help!
Regards,
Jean-Paul
daschn...@googlemail.com
unread,
Jan 16, 2018, 5:16:45 PM1/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to deal.II User Group
Dear Jean-Paul,
Thank you very much for the fast reply, this was very helpful. I just missed the keyword vertex_dof_index.