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