STPrecondGetKSPHasMat
Gets if during the STSetUp the KSP matrix associated to the linear system is set with the matrix for building the preconditioner.
Synopsis
#include "slepcst.h"
PetscErrorCode STPrecondGetKSPHasMat(ST st,PetscTruth *setmat)
Collective on ST
Input Parameter
st - the spectral transformation context
Output Parameter
setmat - if true, the KSP matrix associated to linear system is set with
the matrix for building the preconditioner
See Also
STPrecondSetKSPHasMat(), STSetShift(), KSPSetOperators()
Location: src/st/impls/precond/precond.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages