#include "slepcnep.h" PetscErrorCode NEPGetDimensions(NEP nep,PetscInt *nev,PetscInt *ncv,PetscInt *mpd)Not Collective
nep | - the nonlinear eigensolver context |
nev | - number of eigenvalues to compute | |
ncv | - the maximum dimension of the subspace to be used by the solver | |
mpd | - the maximum dimension allowed for the projected problem |