Alexander Kiselyov
unread,Nov 18, 2022, 12:30:38 PM11/18/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dea...@googlegroups.com
Dear deal.II users,
I'm currently developing a way to uniquely identify a boundary face on
a mesh. My idea has been to gather global DoF indices on a face and
hash them together. However, `get_dof_indices` method of a face
accessor doesn't return any useful information, and
`FESystem::max_dofs_per_face()`, surprisingly, returns 0. See the
attachment for a minimal example. The problem persists when running on
a single process. The version of deal.II used is 9.4.0.
What am I doing wrong here? Is there a better way to globally identify
a face?
Best regards,
Alexander Kiselyov