slepc-3.22.0 2024-09-28
Report Typos and Errors

EPSKrylovSchurGetBSEType

Gets the method used for BSE structured eigenproblems in the Krylov-Schur solver.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSKrylovSchurGetBSEType(EPS eps,EPSKrylovSchurBSEType *bse)
Not Collective

Input Parameter

eps  - the eigenproblem solver context

Output Parameter

bse  - the BSE method

See Also

EPSKrylovSchurSetBSEType(), EPSKrylovSchurBSEType, MatCreateBSE()

Level

advanced

Location

src/eps/impls/krylov/krylovschur/krylovschur.c

Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages