Hello everyone.
I have an unstructured grid composed of two elements. One linear hexahedron ( 8 nodes ), and one tri quadratic hexahedron ( 8 nodes ). These two elements are side by side, and I have enforced the connectivity such that the 4 points at the interface corners are shared by the two elements (see picture plus vtu file attached ). Now, if I activate the transparency, we can see that the internal face is rendered. This is somehow expected, because the two faces do not possess the same number of nodes.
I am just showing here two elements, but in my real application, I have several thousand of them, and rendering is really slow due to these interior faces.
So how can I disable the rendering of these faces?
-
Can we specify somewhere to render the internal faces only based on the topology ( the cell corners )?
-
Can I specify a list of cell faces that I do not want to be rendered ?
If I look at this link, https://vtk.org/doc/nightly/html/classvtkGeometryFilter.html#details,
it is mentioned that the vtkGeometryFilter that is used for rendering can accept an optional vtkPolyData that represents a list of faces that are to be excluded from the output. If this is the direction to follow, how do I pass this list to ParaView ?
Any help would be appreciated. Thanks in advance.
Florian