PetscLayoutSetUp#
given a map where you have set either the global or local size sets up the map so that it may be used.
Synopsis#
#include "petscis.h"
PetscErrorCode PetscLayoutSetUp(PetscLayout map)
Collective
Input Parameter#
map - pointer to the map
Notes#
Typical calling sequence
If range exists, and local size is not set, everything gets computed from the range.
If the local size, global size are already set and range exists then this does nothing.
See Also#
PetscLayout, PetscLayoutSetLocalSize()
, PetscLayoutSetSize()
, PetscLayoutGetSize()
, PetscLayoutGetLocalSize()
,
PetscLayout
, PetscLayoutDestroy()
,
PetscLayoutGetRange()
, PetscLayoutGetRanges()
, PetscLayoutSetBlockSize()
, PetscLayoutGetBlockSize()
, PetscLayoutCreate()
, PetscSplitOwnership()
Level#
developer
Location#
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages