#include "petscksp.h" #include "petscmat.h" PetscErrorCode KSPGetPCSide(KSP ksp,PCSide *side)Not Collective
ksp | - iterative context obtained from KSPCreate() |
side | - the preconditioning side, where side is one of |
PC_LEFT - left preconditioning (default) PC_RIGHT - right preconditioning PC_SYMMETRIC - symmetric preconditioning