#include "slepcnep.h" PetscErrorCode NEPCISSSetSizes(NEP nep,PetscInt ip,PetscInt bs,PetscInt ms,PetscInt npart,PetscInt bsmax,PetscBool isreal)Logically Collective on NEP
nep | - the eigenproblem solver context | |
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 |
-nep_ciss_integration_points | - Sets the number of integration points | |
-nep_ciss_blocksize | - Sets the block size | |
-nep_ciss_moments | - Sets the moment size | |
-nep_ciss_partitions | - Sets the number of partitions | |
-nep_ciss_maxblocksize | - Sets the maximum block size | |
-nep_ciss_realmats | - A and B are real |
Location: src/nep/impls/ciss/nciss.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages