Searched refs:maxValue (Results 1 – 1 of 1) sorted by relevance
1259 PetscErrorCode DMLabelGetValueBounds(DMLabel label, PetscInt *minValue, PetscInt *maxValue) in DMLabelGetValueBounds() argument1273 if (maxValue) { in DMLabelGetValueBounds()1274 PetscAssertPointer(maxValue, 3); in DMLabelGetValueBounds()1275 *maxValue = max; in DMLabelGetValueBounds()