slepc-3.18.2 2023-01-26
Report Typos and Errors

SlepcVecPoolRestoreVecs

Get back an array of Vec previously returned by SlepcVecPoolGetVecs().

Synopsis

#include "slepcvec.h" 
PetscErrorCode SlepcVecPoolRestoreVecs(VecPool p,PetscInt n,Vec **vecs)
Collective on p

Input Parameters

p  - pool of Vec.
n  - number of vectors.
vecs  - vectors

See Also

SlepcVecPoolGetVecs()

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