Home
last modified time | relevance | path

Searched refs:DMPlexTransformGetCellType (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscdmplextransform.h56 PETSC_EXTERN PetscErrorCode DMPlexTransformGetCellType(DMPlexTransform, PetscInt, DMPolytopeType *);
/petsc/doc/changes/
H A D319.md233 - Add `DMPlexTransformGetChart()`, `DMPlexTransformGetCellType()`, `DMPlexTransformGetDepth()`, `DM…
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c892 PetscErrorCode DMPlexTransformGetCellType(DMPlexTransform tr, PetscInt cell, DMPolytopeType *cellty… in DMPlexTransformGetCellType() function
1066 PetscCall(DMPlexTransformGetCellType(tr, pNew, &ctN)); in DMPlexTransformGetSourcePoint()
1434 PetscCall(DMPlexTransformGetCellType(tr, q, &ctNew)); in DMPlexTransformGetConeSize()
/petsc/src/dm/impls/plex/
H A Dplex.c5660 PetscCall(DMPlexTransformGetCellType(mesh->tr, cell, celltype)); in DMPlexGetCellType()