petsc-3.4.5 2014-06-29

DMMeshCreateScatterToZeroVertexSet

Creates the scatter required to scatter local (ghosted) Vecs associated with a field defined at the a vertex set of a mesh to a Vec on cpu 0.

Synopsis

#include "petscdmmesh.h" 
PetscErrorCode DMMeshCreateScatterToZeroVertexSet(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 DMMeshCreateScatterToZeroVertex DMMeshCreateScatterToZeroCellSet

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