SABER
tools_func::inside Interface Reference

Public Member Functions

subroutine func_inside (mpl, vbnd, lon, lat, inside_hull)
 Find whether a point is inside the hull boundaries or not. More...
 

Detailed Description

Definition at line 100 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_inside()

subroutine tools_func::inside::func_inside ( type(mpl_type), intent(inout)  mpl,
real(kind_real), dimension(:,:), intent(in)  vbnd,
real(kind_real), intent(in)  lon,
real(kind_real), intent(in)  lat,
logical, intent(out)  inside_hull 
)

Find whether a point is inside the hull boundaries or not.

Parameters
[in,out]mplMPI data
[in]vbndBoundary coordinates
[in]lonLongitude
[in]latLatitude
[out]inside_hullTrue if the point is inside the hull

Definition at line 792 of file tools_func.F90.


The documentation for this interface was generated from the following file: