VecDestroyVecsF90#

Frees a block of vectors obtained with VecDuplicateVecsF90().

Synopsis#

VecDestroyVecsF90(PetscInt n,{Vec, pointer :: x(:)},PetscErrorCode ierr)

Collective

Input Parameters#

  • n - the number of vectors previously obtained

  • x - pointer to array of vector pointers

Output Parameter#

  • ierr - error code

See Also#

Vectors and Parallel Data, Vec, 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