:orphan: # PCFieldSplitGetDetectSaddlePoint Returns flag indicating whether `PCFIELDSPLIT` will attempt to automatically determine fields based on zero diagonal entries. ## Synopsis ``` #include "petscpc.h" PetscErrorCode PCFieldSplitGetDetectSaddlePoint(PC pc, PetscBool *flg) ``` Logically Collective ## Input Parameter - ***pc -*** the preconditioner context ## Output Parameter - ***flg -*** boolean indicating whether to detect fields or not ## See Also [](sec_block_matrices), `PC`, `PCFIELDSPLIT`, `PCFieldSplitSetDetectSaddlePoint()` ## 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)