petsc-3.14.6 2021-03-30
Report Typos and Errors

VecRestoreArrayInPlace

Restores a vector after VecGetArrayInPlace() has been called.

Synopsis

#include "petscvec.h"   
PetscErrorCode VecRestoreArrayInPlace(Vec x,PetscScalar **a)
Logically Collective on Vec

Input Parameters

x - the vector
a - location of pointer to array obtained from VecGetArrayInPlace()

See Also

VecGetArrayInPlace(), VecGetArray(), VecRestoreArrayRead(), VecRestoreArrays(), VecRestoreArrayF90(), VecRestoreArrayReadF90(),
VecPlaceArray(), VecRestoreArray2d(), VecGetArrayPair(), VecRestoreArrayPair()

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