Using locate_cell() mesh method on vertex of cell #3015
-
I am trying to use Does anyone now a way around this? Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
If you want the topological relationship, you are better off querying the topological mesh, rather than doing geometric searches. What do you want to do with the resulting information? One way to construct this in Python is to take a piecewise linear function space |
Beta Was this translation helpful? Give feedback.
-
The purpose of |
Beta Was this translation helpful? Give feedback.
I thought this worked. And I think it does. But the relevant UFL geometry object is not correctly exported:
Gives you what you want I think.