slepc-3.19.2 2023-09-05
   
SlepcVecPoolCreate
Create a pool of Vec. 
Synopsis
#include "slepcvec.h" 
PetscErrorCode SlepcVecPoolCreate(Vec v,PetscInt init_size,VecPool *p)
Collective
Input Parameters
|  | v | - template vector. | 
|  | init_size | - first guess of maximum vectors. | 
Output Parameter
See Also
 SlepcVecPoolGetVecs(), SlepcVecPoolDestroy()
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