#include "petscvec.h" PetscErrorCode VecGetArrayRead(Vec x,const PetscScalar **a)Not Collective Many br
Many br
Unlike VecGetArray(), this routine is not collective and preserves cached information like vector norms. Many br
Standard PETSc vectors use contiguous storage so that this routine does not perform a copy. Other vector Many brimplementations may require a copy, but must such implementations should cache the contiguous representation so that Many bronly one copy is performed when this routine is called multiple times in sequence. 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