#include "slepcnep.h" PetscErrorCode NEPCISSGetSizes(NEP nep,PetscInt *ip,PetscInt *bs,PetscInt *ms,PetscInt *npart,PetscInt *bsmax,PetscBool *realmats)Not Collective
nep | - the nonlinear eigensolver context |
ip | - number of integration points | |
bs | - block size | |
ms | - moment size | |
npart | - number of partitions when splitting the communicator | |
bsmax | - max block size | |
realmats | - T(z) is real for real z |