CPL_olap_extents Subroutine

public subroutine CPL_olap_extents(coord, realm, extents, ncells)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: coord(3)
integer, intent(in) :: realm
integer, intent(out) :: extents(6)
integer, intent(out), optional :: ncells

Description

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)

  • number of cells on processor (integer)

@author David Trevelyan



© 2015 Fortran Program was written by Edward Smith David Trevelyan.
Documentation generated by FORD.