Searched refs:DMPlexTransformGetChart (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petscdmplextransform.h | 55 PETSC_EXTERN PetscErrorCode DMPlexTransformGetChart(DMPlexTransform, PetscInt *, PetscInt *);
|
| /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 | 884 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 D | plex.c | 3091 if (mesh->tr) PetscCall(DMPlexTransformGetChart(mesh->tr, pStart, pEnd)); in DMPlexGetChart()
|