:orphan: # ISLocalToGlobalMappingGetBlockSize Gets the blocksize of the mapping ordering and a global parallel ordering. ## Synopsis ``` #include "petscis.h" PetscErrorCode ISLocalToGlobalMappingGetBlockSize(ISLocalToGlobalMapping mapping, PetscInt *bs) ``` Not Collective ## Input Parameter - ***mapping -*** mapping data structure ## Output Parameter - ***bs -*** the blocksize ## See Also [](sec_scatter), `ISLocalToGlobalMapping`, `ISLocalToGlobalMappingDestroy()`, `ISLocalToGlobalMappingCreateIS()` ## Level advanced ## Location src/vec/is/utils/isltog.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/utils/isltog.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)