Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextransform.h58 PETSC_EXTERN PetscErrorCode DMPlexTransformGetDepth(DMPlexTransform, PetscInt *);
/petsc/doc/changes/
H A D319.md233 - Add `DMPlexTransformGetChart()`, `DMPlexTransformGetCellType()`, `DMPlexTransformGetDepth()`, `DM…
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c919 PetscErrorCode DMPlexTransformGetDepth(DMPlexTransform tr, PetscInt *depth) in DMPlexTransformGetDepth() function
/petsc/src/dm/impls/plex/
H A Dplex.c5434 PetscCall(DMPlexTransformGetDepth(mesh->tr, depth)); in DMPlexGetDepth()