#include "slepceps.h" PetscErrorCode EPSKrylovSchurGetSubcommInfo(EPS eps,PetscInt *k,PetscInt *n,Vec *v)Collective on the subcommunicator (if v is given)
eps | - the eigenproblem solver context |
k | - index of the subinterval for the calling process | |
n | - number of eigenvalues found in the k-th subinterval | |
v | - a vector owned by processes in the subcommunicator with dimensions compatible for locally computed eigenvectors (or NULL) |
The returned Vec should be destroyed by the user.
Location: src/eps/impls/krylov/krylovschur/krylovschur.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages