Home
last modified time | relevance | path

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

/petsc/src/dm/label/
H A Ddmlabel.c1259 PetscErrorCode DMLabelGetValueBounds(DMLabel label, PetscInt *minValue, PetscInt *maxValue) in DMLabelGetValueBounds() argument
1269 if (minValue) { in DMLabelGetValueBounds()
1270 PetscAssertPointer(minValue, 2); in DMLabelGetValueBounds()
1271 *minValue = min; in DMLabelGetValueBounds()