Searched refs:DMPlexTransformGetCellType (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petscdmplextransform.h | 56 PETSC_EXTERN PetscErrorCode DMPlexTransformGetCellType(DMPlexTransform, PetscInt, DMPolytopeType *);
|
| /petsc/doc/changes/ |
| H A D | 319.md | 233 - Add `DMPlexTransformGetChart()`, `DMPlexTransformGetCellType()`, `DMPlexTransformGetDepth()`, `DM…
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 892 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 D | plex.c | 5660 PetscCall(DMPlexTransformGetCellType(mesh->tr, cell, celltype)); in DMPlexGetCellType()
|