Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextransform.h55 PETSC_EXTERN PetscErrorCode DMPlexTransformGetChart(DMPlexTransform, PetscInt *, PetscInt *);
/petsc/doc/changes/
H A D319.md233 - Add `DMPlexTransformGetChart()`, `DMPlexTransformGetCellType()`, `DMPlexTransformGetDepth()`, `DM…
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c884 PetscErrorCode DMPlexTransformGetChart(DMPlexTransform tr, PetscInt *pStart, PetscInt *pEnd) in DMPlexTransformGetChart() function
2436 PetscCall(DMPlexTransformGetChart(tr, &pStart, &pEnd)); in DMPlexTransformApply()
/petsc/src/dm/impls/plex/
H A Dplex.c3091 if (mesh->tr) PetscCall(DMPlexTransformGetChart(mesh->tr, pStart, pEnd)); in DMPlexGetChart()