:orphan: # PCASMSetSortIndices Determines whether subdomain indices are sorted. ## Synopsis ``` #include "petscpc.h" PetscErrorCode PCASMSetSortIndices(PC pc, PetscBool doSort) ``` Logically Collective ## Input Parameters - ***pc -*** the preconditioner context - ***doSort -*** sort the subdomain indices ## See Also `PCASM`, `PCASMSetLocalSubdomains()`, `PCASMSetTotalSubdomains()`, `PCASMGetSubKSP()`, `PCASMCreateSubdomains2D()` ## Level intermediate ## Location src/ksp/pc/impls/asm/asm.c ## Implementations PCASMSetSortIndices_ASM in src/ksp/pc/impls/asm/asm.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/asm/asm.c) [Index of all PC routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)