petsc-3.4.5 2014-06-29

DMMeshGetSupport

Return the points on the out-edges for this point in the Sieve DAG

Synopsis

#include "petscdmmesh.h"   
PetscErrorCode DMMeshGetSupport(DM dm, PetscInt p, const PetscInt *support[])
Not collective

Input Parameters

mesh - The DMMesh
p - The Sieve point, which must lie in the chart set with DMMeshSetChart()

Output Parameter

support -An array of points which are on the out-edges for point p

See Also

DMMeshCreate(), DMMeshSetCone(), DMMeshSetChart(), DMMeshGetCone()

Level:beginner
Location:
src/dm/impls/mesh/mesh.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages