Searched refs:DMPlexTransformGetDepth (Results 1 – 4 of 4) sorted by relevance
58 PETSC_EXTERN PetscErrorCode DMPlexTransformGetDepth(DMPlexTransform, PetscInt *);
233 - Add `DMPlexTransformGetChart()`, `DMPlexTransformGetCellType()`, `DMPlexTransformGetDepth()`, `DM…
919 PetscErrorCode DMPlexTransformGetDepth(DMPlexTransform tr, PetscInt *depth) in DMPlexTransformGetDepth() function
5434 PetscCall(DMPlexTransformGetDepth(mesh->tr, depth)); in DMPlexGetDepth()