slepc-3.20.2 2024-03-15
Report Typos and Errors

MFNGetDimensions

Gets the dimension of the subspace used by the solver.

Synopsis

#include "slepcmfn.h" 
PetscErrorCode MFNGetDimensions(MFN mfn,PetscInt *ncv)
Not Collective

Input Parameter

mfn  - the matrix function context

Output Parameter

ncv  - the maximum dimension of the subspace to be used by the solver

See Also

MFNSetDimensions()

Level

intermediate

Location

src/mfn/interface/mfnopts.c

Examples

src/mfn/tutorials/ex23.c
src/mfn/tutorials/ex23f90.F90
src/mfn/tutorials/ex37.c


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