Is it possible for firedrake to compute the global orientation of a surface mesh automatically? #4789
-
|
I have this question because in theory, the orientability/orientation of a surface is determined by itself. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Happy New Year! In principle one could do this, as you say up to an arbitrary sign change for the two available orientations. It would involve some work to write the code that propagates the orientation over the surface (one would have to start from the orientation of one cell and spread this over the whole mesh). This would have to happen in parallel so it would take some effort and thought. I would be very happy to consider a PR along those lines, but it's unlikely to be something that the core team finds time to do. |
Beta Was this translation helpful? Give feedback.
Happy New Year!
In principle one could do this, as you say up to an arbitrary sign change for the two available orientations. It would involve some work to write the code that propagates the orientation over the surface (one would have to start from the orientation of one cell and spread this over the whole mesh). This would have to happen in parallel so it would take some effort and thought. I would be very happy to consider a PR along those lines, but it's unlikely to be something that the core team finds time to do.