MeshCreateGlobalScatter

Create a VecScatter which maps from local, overlapping storage in the Section to a global Vec

Synopsis

#include "petscmesh.h"   
PetscErrorCode PETSCDM_DLLEXPORT MeshCreateGlobalScatter(Mesh mesh, SectionReal section, VecScatter *scatter)
Collective on Mesh

Input Parameters

mesh - the mesh object
section - The Scetion which determines data layout

Output Parameter

scatter -the VecScatter

See Also

MeshDestroy(), MeshCreateGlobalVector(), MeshCreate()

Level:advanced
Location:
src/dm/mesh/mesh.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages