slepc-3.6.3 2016-03-29
STPrecondGetKSPHasMat
Returns the flag indicating if the coefficient matrix of the KSP linear system (A) is set to be the same matrix as the preconditioner (P).
Synopsis
#include "slepcst.h"
PetscErrorCode STPrecondGetKSPHasMat(ST st,PetscBool *setmat)
Not Collective
Input Parameter
st - the spectral transformation context
Output Parameter
setmat - the flag
See Also
STPrecondSetKSPHasMat(), STSetShift()
Location: src/sys/classes/st/impls/precond/precond.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages