STPrecondSetKSPHasMat

Sets 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 STPrecondSetKSPHasMat(ST st,PetscTruth setmat)
Collective on ST

Input Parameter

st - the spectral transformation context
setmat - if true, the KSP matrix associated to linear system is set with the matrix for building the preconditioner

See Also

STPrecondGetKSPHasMat(), TSetShift(), 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