#include "slepcpep.h" PetscErrorCode PEPCISSGetSizes(PEP pep,PetscInt *ip,PetscInt *bs,PetscInt *ms,PetscInt *npart,PetscInt *bsmax,PetscBool *realmats)Not Collective
pep | - the polynomial 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 | - all coefficient matrices of P(.) are real |