Dear all,
we have a surface scan from a 3D scanner and want to load this scanner data into FEniCS. Afterwards, we want to create an RT-Function space on this surface.
Creating RT-Function Spaces on surfaces demand a global cell orientation.
As per the documentation, this is done by calling
mesh.init_cell_orientations(EXPRESSION)
However, our geometry is not convex and rather complicated with cavities (but still orientable). IMHO, it's not possible to define a single, global (analytical) expression to orient the faces with.
Is there a possibility to initialize an RT-Space on a surface with e.g. a per facet normal manually provided as a DG0-function or a per-face mesh function?