#include "petscsnes.h" PetscErrorCode SNESGetNPCSide(SNES snes,PCSide *side)Not Collective
snes | - iterative context obtained from SNESCreate() |
side | - the preconditioning side, where side is one of |
PC_LEFT - left preconditioning PC_RIGHT - right preconditioning (default for most nonlinear solvers)