PETSC_EXTERN PetscErrorCode VecCUDARestoreArrayReadWrite(Vec v, PetscScalar **a)This marks the host data as out of date. Subsequent access to the vector data on the host side with for instance VecGetArray() incurs a data transfer.
v | - the vector | |
a | - the CUDA device pointer. This pointer is invalid after VecCUDARestoreArrayReadWrite() returns. |