slepc-3.19.2 2023-09-05
   
SlepcVecPoolGetVecs
Get an array of Vec from the pool. 
Synopsis
#include "slepcvec.h" 
PetscErrorCode SlepcVecPoolGetVecs(VecPool p,PetscInt n,Vec **vecs)
Collective
Input Parameters
|  | p | - pool of Vec. | 
|  | n | - number of vectors. | 
Output Parameter
See Also
 SlepcVecPoolRestoreVecs()
Level
developer
Location
src/sys/vec/pool.c
Index of all sys routines
Table of Contents for all manual pages
Index of all manual pages