DMPlexTransformRestoreCone#
Return the work arrays produced by DMPlexTransformGetCone() or DMPlexTransformGetConeOriented()
Synopsis#
#include "petscdmplextransform.h"
PetscErrorCode DMPlexTransformRestoreCone(DMPlexTransform tr, PetscInt q, const PetscInt *cone[], const PetscInt *ornt[])
Not Collective
Input Parameters#
tr - The
DMPlexTransformq - The point number in the transformed mesh
cone - The cone points to release, or
NULLornt - The orientations to release, or
NULL
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPlexTransformGetCone(), DMPlexTransformGetConeOriented()
Level#
developer
Location#
Examples#
src/dm/impls/plex/tutorials/ex11.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages