Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmlabel.h57 PETSC_EXTERN PetscErrorCode DMLabelGetValueBounds(DMLabel, PetscInt *, PetscInt *);
/petsc/doc/changes/
H A D322.md169 - Add `DMLabelGetValueBounds()`
/petsc/src/dm/label/
H A Ddmlabel.c1259 PetscErrorCode DMLabelGetValueBounds(DMLabel label, PetscInt *minValue, PetscInt *maxValue) in DMLabelGetValueBounds() function
/petsc/src/dm/impls/plex/
H A Dplex.c5438 if (label) PetscCall(DMLabelGetValueBounds(label, NULL, &d)); in DMPlexGetDepth()