SlicedGlobalToLocalBegin

Begins the communication from a global sliced vector to a local one

Synopsis

#include "petscda.h"     
#include "petscmat.h"    
#include "petscmat.h"    
PetscErrorCode PETSCDM_DLLEXPORT SlicedGlobalToLocalBegin(Sliced sliced,Vec g,InsertMode mode,Vec l)
Collective on DA

Input Parameters

sliced - the sliced context
g - the global vector
mode - one of INSERT_VALUES or ADD_VALUES

Output Parameter

l -the local values

Keywords

distributed array, global to local, begin

See Also

SlicedCreate(), SlicedGlobalToLocalEnd()

Level:beginner
Location:
src/dm/da/utils/sliced.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages