petsc-3.11.4 2019-09-28
DMCompositeRestoreAccessArray
Returns the vectors obtained with DMCompositeGetAccessArray()
Synopsis
#include "petscdmcomposite.h"
PetscErrorCode DMCompositeRestoreAccessArray(DM dm,Vec pvec,PetscInt nwanted,const PetscInt *wanted,Vec *vecs)
Collective on DMComposite
Input Parameters
| dm | - the packer object
|
| pvec | - packed vector
|
| nwanted | - number of vectors wanted
|
| wanted | - sorted array of vectors wanted, or NULL to get all vectors
|
| vecs | - array of global vectors to return
|
See Also
DMCompositeRestoreAccess(), DMCompositeRestoreEntries(), DMCompositeScatter(), DMCompositeGather()
Level
advanced
Location
src/dm/impls/composite/pack.c
Examples
src/snes/examples/tutorials/ex73f90t.F90.html
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages