#include "petscda.h" int DALocalToGlobalEnd(DA da,Vec l,Vec g)Collective on DA
da | - the distributed array context | |
l | - the local values |
The global and local vectors used here need not be the same as those obtained from DACreateGlobalVector() and DACreateLocalVector(), BUT they must have the same parallel data layout; they could, for example, be obtained with VecDuplicate() from the DA originating vectors.
Level:beginner
Location:src/dm/da/src/dagtol.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages