DMMeshGetCone

Creates an array holding the cone of a given point

Synopsis

#include "petscdmmesh.h"   
PetscErrorCode DMMeshGetCone(DM dm, PetscInt p, PetscInt *numPoints, PetscInt *points[])
Not Collective

Input Parameters

dm - The DMMesh object
p - The mesh point

Output Parameters

numPoints - The number of points in the cone
points - The array holding the cone points

Keywords

mesh, cone

See Also

DMMeshCreate()

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