Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | coord(3) | |||
integer, | intent(in) | :: | realm | |||
integer, | intent(out) | :: | extents(6) | |||
integer, | intent(out), | optional | :: | ncells |
Get maximum and minimum cells for current communicator within the overlapping region only
Synopsis
CPL_olap_extents(coord,realm,extents,ncells)
Input
coord
processor cartesian coordinate (3 x integer)
realm
cfd_realm (1) or md_realm (2) (integer)
Input/Output
NONE
Output
extents
Six components array which defines processor extents within the overlap region only: xmin,xmax,ymin,ymax,zmin,zmax (6 x integer)
ncells (optional)
@author David Trevelyan