You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
I can't get this branch to work with mixing P1 and P2 triangles in the same mesh (even if they are completely disconnected.
If i change the order of the second triangle to 1, the code runs smoothly.
I do not have minimal working example. But I've attached the mesh I've used here, and the code I've used for reading the mesh is available at:
The text was updated successfully, but these errors were encountered:
Example of reading mixed topology:
https://gist.github.com/jorgensd/fcbcee61f773e8889eccacf2f75158a2
(needs
mesh_converter
installed: https://github.com/jorgensd/mesh_converter/test.vtkhdf.zip
Issue
I can't get this branch to work with mixing P1 and P2 triangles in the same mesh (even if they are completely disconnected.
If i change the order of the second triangle to 1, the code runs smoothly.
I do not have minimal working example. But I've attached the mesh I've used here, and the code I've used for reading the mesh is available at:
The text was updated successfully, but these errors were encountered: