DAGlobalToNaturalEnd
Maps values from the global vector to a global vector in the natural ordering. Must be preceeded by DAGlobalToNaturalBegin().
Synopsis
#include "petscda.h"
PetscErrorCode PETSCDM_DLLEXPORT DAGlobalToNaturalEnd(DA da,Vec g,InsertMode mode,Vec l)
Collective on DA
Input Parameters
Output Parameter
l -the global values in the natural ordering
Notes
The global and local vectors used here need not be the same as those
obtained from DACreateGlobalVector() and DACreateNaturalVector(), BUT they
must have the same parallel data layout; they could, for example, be
obtained with VecDuplicate() from the DA originating vectors.
Keywords
distributed array, global to local, end
See Also
DAGlobalToNaturalBegin(), DALocalToGlobal(), DACreate2d(),
DAGlobalToLocalBegin(), DAGlobalToLocalEnd(), DACreateNaturalVector(),
DALocalToGlobalBegin(), DALocalToGlobalEnd()
Level:advanced
Location:src/dm/da/src/dagtol.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages