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 object

  • ct - The cell type

  • rct - The subcell type

  • r - The subcell index

Output Parameter#

See Also#

DMPLEX, DMPlexTransform, DMPolytopeType, DMPlexTransformGetCellVertices()

Level#

developer

Location#

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


Edit on GitLab

Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages