CPL_proc_extents Subroutine

public subroutine CPL_proc_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

Gets maximum and minimum cells for processor coordinates

  • Synopsis

    • CPL_proc_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 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.