OK, thanks. The problem I had was that the "MESH" argument was flagged with message "MESH has no implicite type".
I had:
USE BIEF
USE DECLARATIONS TELEMAC3D, ONLY: MESH2D, MESH3D, MESH
And I tried to use corresponding function definitions:
I = GLOBAL_TO_LOCAL_POINT(I,MESH) or
I = GLOBAL_TO_LOCAL_POINT(I,MESH2D) or
I = GLOBAL_TO_LOCAL_POINT(I,MESH3D)
And still got the problem. Then when looking at global_to_local_point.f, I thought that maybe 3D meshes was not supported.
Any tips on how should I define the MESH argument?
Otherwise is function INPOLY working in parallel in case of a polygon located across several subdomains?
Thanks in advance!
Regards,
PL