The TELEMAC-MASCARET system  trunk
Functions/Subroutines
inpoly.f File Reference

Go to the source code of this file.

Functions/Subroutines

logical function inpoly (X, Y, XSOM, YSOM, NSOM)
 

Function/Subroutine Documentation

◆ inpoly()

logical function inpoly ( double precision, intent(in)  X,
double precision, intent(in)  Y,
double precision, dimension(nsom), intent(in)  XSOM,
double precision, dimension(nsom), intent(in)  YSOM,
integer, intent(in)  NSOM 
)
Parameters
[in]nsomNSOM Number of apices of polygon
[in]XAbscissa of point
[in]YOrdinate of point
[in]XSOMAbscissae of polygon apices
[in]YSOMOrdinates of polygon apices

Definition at line 7 of file inpoly.f.

+ Here is the caller graph for this function: