Home
last modified time | relevance | path

Searched refs:maxValue (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
1273 if (maxValue) { in DMLabelGetValueBounds()
1274 PetscAssertPointer(maxValue, 3); in DMLabelGetValueBounds()
1275 *maxValue = max; in DMLabelGetValueBounds()