PetscLayoutSetLocalSize#
Sets the local size for a PetscLayout
object.
Synopsis#
#include "petscis.h"
PetscErrorCode PetscLayoutSetLocalSize(PetscLayout map, PetscInt n)
Collective
Input Parameters#
map - pointer to the map
n - the local size
See Also#
PetscLayout, PetscLayoutCreate()
, PetscLayoutSetSize()
, PetscLayoutGetSize()
, PetscLayoutGetLocalSize()
, PetscLayoutSetUp()
PetscLayoutGetRange()
, PetscLayoutGetRanges()
, PetscLayoutSetBlockSize()
, PetscLayoutGetBlockSize()
Level#
developer
Location#
Examples#
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages