#include "petscdmcomposite.h" PetscErrorCode DMCompositeGetLocalAccessArray(DM dm,Vec pvec,PetscInt nwanted,const PetscInt *wanted,Vec *vecs)Collective on DMComposite.
dm | - the packer object | |
pvec | - packed vector | |
nwanted | - number of vectors wanted | |
wanted | - sorted array of vectors wanted, or NULL to get all vectors |
Notes: Use DMCompositeRestoreLocalAccessArray() to return the vectors when you no longer need them.
Level:advanced
Location:src/dm/impls/composite/pack.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages