VecRestoreArrayF90(Vec x,{Scalar, pointer :: xx_v(:)},integer ierr)
Logically Collective on Vec Many br
| x | - vector Many br | |
| xx_v | - the Fortran90 pointer to the array Many br |
PetscScalar, pointer :: xx_v(:)
....
call VecGetArrayF90(x,xx_v,ierr)
xx_v(3) = a
call VecRestoreArrayF90(x,xx_v,ierr)
Many br
Many br
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