:orphan: # PetscLayoutSetSize Sets the global size for a `PetscLayout` object. ## Synopsis ``` #include "petscis.h" PetscErrorCode PetscLayoutSetSize(PetscLayout map, PetscInt n) ``` Logically Collective ## Input Parameters - ***map -*** pointer to the map - ***n -*** the global size ## See Also [PetscLayout](sec_matlayout), `PetscLayoutCreate()`, `PetscLayoutSetLocalSize()`, `PetscLayoutGetLocalSize()`, `PetscLayoutGetSize()`, `PetscLayoutSetUp()` `PetscLayoutGetRange()`, `PetscLayoutGetRanges()`, `PetscLayoutSetBlockSize()`, `PetscLayoutGetBlockSize()` ## Level developer ## Location src/vec/is/utils/pmap.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/utils/pmap.c) [Index of all IS routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)