PEPCISSGetExtraction#
Gets the extraction technique used in the CISS solver.
Synopsis#
#include "slepcpep.h"
PetscErrorCode PEPCISSGetExtraction(PEP pep,PEPCISSExtraction *extraction)
Not Collective
Input Parameter#
pep - the polynomial eigensolver context
Output Parameters#
extraction - extraction technique
See Also#
PEPCISSSetExtraction() PEPCISSExtraction
Level#
advanced
Location#
Implementations#
PEPCISSGetExtraction_CISS() in src/pep/impls/ciss/pciss.c
Index of all PEP routines Table of Contents for all manual pages Index of all manual pages