slepc-3.6.1 2015-09-03
Report Typos and Errors

NEPCISSGetSizes

Gets the values of various size parameters in the CISS solver.

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPCISSGetSizes(NEP nep,PetscInt *ip,PetscInt *bs,PetscInt *ms,PetscInt *npart,PetscInt *bsmax,PetscBool *isreal)
Not Collective

Input Parameter

nep - the eigenproblem solver context

Output Parameters

ip - number of integration points
bs - block size
ms - moment size
npart - number of partitions when splitting the communicator
bsmax - max block size
isreal - A and B are real

See Also

NEPCISSSetSizes()

Location: src/nep/impls/ciss/nciss.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages