slepc-3.6.1 2015-09-03
Report Typos and Errors

EPSCISSSetUseST

Sets a flag indicating that the CISS solver will use the ST object for the linear solves.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSCISSSetUseST(EPS eps,PetscBool usest)
Logically Collective on EPS

Input Parameters

eps - the eigenproblem solver context
usest - boolean flag to use the ST object or not

Options Database Keys

See Also

EPSCISSGetUseST()

Location: src/eps/impls/ciss/ciss.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages

-eps_ciss_usest <bool> - whether the ST object will be used or not