Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextransform.h76 PETSC_EXTERN PetscErrorCode DMPlexTransformGetConeSize(DMPlexTransform, PetscInt, PetscInt *);
/petsc/doc/changes/
H A D319.md233 …PlexTransformGetDepth()`, `DMPlexTransformGetDepthStratum()`, `DMPlexTransformGetConeSize()` to en…
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1427 PetscErrorCode DMPlexTransformGetConeSize(DMPlexTransform tr, PetscInt q, PetscInt *coneSize) in DMPlexTransformGetConeSize() function
/petsc/src/dm/impls/plex/
H A Dplex.c3145 if (mesh->tr) PetscCall(DMPlexTransformGetConeSize(mesh->tr, p, size)); in DMPlexGetConeSize()