petsc-3.4.5 2014-06-29
DMMeshCreateScatterToZeroCellSet
Creates the scatter required to scatter local (ghosted) Vecs associated with a field defined at a cell set of a mesh to a Vec on cpu 0.
Synopsis
#include "petscdmmesh.h"
PetscErrorCode DMMeshCreateScatterToZeroCellSet(DM dm,IS is_local,IS is_zero,VecScatter *scatter)
Input parameters
dm -the DMMesh representing the mesh
Output parameters
scatter -the scatter
Keywords
mesh,ExodusII
See Also
DMMeshCreateScatterToZeroCell DMMeshCreateScatterToZeroVertexSet DMMeshCreateScatterToZeroVertex
Level:advanced
Location:src/dm/impls/mesh/meshexodus.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages