PETSc version 3.15.5
VecDestroyVecsF90
Frees a block of vectors obtained with VecDuplicateVecsF90(). 
Synopsis
VecDestroyVecsF90(PetscInt n,{Vec, pointer :: x(:)},PetscErrorCode ierr)
Collective on Vec
Input Parameters
|  | n | - the number of vectors previously obtained | 
|  | x | - pointer to array of vector pointers | 
Output Parameter
Notes
Not yet supported for all F90 compilers
See Also
  VecDestroyVecs(), VecDuplicateVecsF90()
Level
beginner
Location
src/vec/vec/interface/rvector.c
Examples
src/vec/vec/tutorials/ex1f90.F90.html
src/vec/vec/tutorials/ex20f90.F90.html
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages