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 DMPlexTransform

  • q - The point number in the transformed mesh

  • cone - The cone points to release, or NULL

  • ornt - The orientations to release, or NULL

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPlexTransformGetCone(), DMPlexTransformGetConeOriented()

Level#

developer

Location#

src/dm/impls/plex/transform/interface/plextransform.c

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