:orphan: # PCFieldSplitGetIS Retrieves the elements for a split as an `IS` ## Synopsis ``` #include "petscpc.h" PetscErrorCode PCFieldSplitGetIS(PC pc, const char splitname[], IS *is) ``` Logically Collective ## Input Parameters - ***pc -*** the preconditioner context - ***splitname -*** name of this split ## Output Parameter - ***is -*** the index set that defines the elements in this split, or `NULL` if the split is not found ## See Also [](sec_block_matrices), `PC`, `PCFieldSplitGetSubKSP()`, `PCFIELDSPLIT`, `PCFieldSplitSetIS()` ## Level intermediate ## Location src/ksp/pc/impls/fieldsplit/fieldsplit.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/fieldsplit/fieldsplit.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)