Get maximum and minimum cell indices, i.e. the 'portion', of the input cell extents 'limits' that is contributed by the current overlapping processor.
CPL_proc_portion(coord,realm,limits,portion,ncells)
Input
coord
processor cartesian coordinate (3 x integer)
realm
cfd_realm (1) or md_realm (2) (integer)
limits(6)
Array of cell extents that specify the input region.
Input/Output
NONE
Output
portion(6)
Array of cell extents that define the local processor's contribution to the input region 'limits'.
ncells (optional)
Note: limits(6) and portion(6) are of the form: (xmin,xmax,ymin,ymax,zmin,zmax)
@author David Trevelyan
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | extents(6) |