MeshGetCone

Creates an array holding the cone of a given point

Synopsis

#include "petscmesh.h"   
PetscErrorCode MeshGetCone(Mesh mesh, PetscInt p, PetscInt *numPoints, PetscInt *points[])
Not Collective

Input Parameters

mesh - The Mesh 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

MeshCreate()

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