DMPlexTransformGetCone#
Return the cone of a point in the transformed mesh
Synopsis#
#include "petscdmplextransform.h"
PetscErrorCode DMPlexTransformGetCone(DMPlexTransform tr, PetscInt q, const PetscInt *cone[], const PetscInt *ornt[])
Not Collective
Input Parameters#
tr - The
DMPlexTransformq - The point number in the transformed mesh
Output Parameters#
cone - The cone points, obtained from an internal work array, or
NULLif not requestedornt - The orientations of the cone points, obtained from an internal work array, or
NULLif not requested
Note#
Any non-NULL output must be released with DMPlexTransformRestoreCone().
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPlexTransformRestoreCone(), DMPlexTransformGetConeOriented(), DMPlexTransformGetConeSize(), DMPlexGetCone()
Level#
developer
Location#
Examples#
Implementations#
DMPlexTransformGetCone_Internal() in src/dm/impls/plex/transform/interface/plextransform.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages