Hello,
I am using your 3D library with the Fortran interfacing.
In my problem I need to know all the different tetrahedra to which belongs a given triangle. I am using the subroutine MMG3D_Get_TetFromTria, but it only returns one of the parent tetrahedron.
I’ve tried to call the function a second time, but the same tetrahedron is returned.
Is there a way to get the index of this second tetrahedron ?
Thanks a lot !
Kévin