:orphan: # KSPGetPCSide Gets the preconditioning side. ## Synopsis ``` #include "petscksp.h" #include "petscmat.h" PetscErrorCode KSPGetPCSide(KSP ksp, PCSide *side) ``` Not Collective ## Input Parameter - ***ksp -*** iterative context obtained from `KSPCreate()` ## Output Parameter - ***side -*** the preconditioning side, where side is one of ```none PC_LEFT - left preconditioning (default) PC_RIGHT - right preconditioning PC_SYMMETRIC - symmetric preconditioning ``` ## See Also [](ch_ksp), `KSPSetPCSide()`, `KSP` ## Level intermediate ## Location src/ksp/ksp/interface/itfunc.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/interface/itfunc.c) [Index of all KSP routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)