DMPlexTransformGetSubcellVertices#
Get the set of transformed vertices defining a subcell in the reference cell of given type
Synopsis#
#include "petscdmplextransform.h"
PetscErrorCode DMPlexTransformGetSubcellVertices(DMPlexTransform tr, DMPolytopeType ct, DMPolytopeType rct, PetscInt r, PetscInt *subVerts[])
Input Parameters#
tr - The
DMPlexTransform
objectct - The cell type
rct - The subcell type
r - The subcell index
Output Parameter#
subVerts - The indices of these vertices in the set of vertices returned by
DMPlexTransformGetCellVertices()
See Also#
DMPLEX
, DMPlexTransform
, DMPolytopeType
, DMPlexTransformGetCellVertices()
Level#
developer
Location#
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