Searched refs:DMLabelGetValueBounds (Results 1 – 4 of 4) sorted by relevance
57 PETSC_EXTERN PetscErrorCode DMLabelGetValueBounds(DMLabel, PetscInt *, PetscInt *);
169 - Add `DMLabelGetValueBounds()`
1259 PetscErrorCode DMLabelGetValueBounds(DMLabel label, PetscInt *minValue, PetscInt *maxValue) in DMLabelGetValueBounds() function
5438 if (label) PetscCall(DMLabelGetValueBounds(label, NULL, &d)); in DMPlexGetDepth()