Searched refs:minValue (Results 1 – 1 of 1) sorted by relevance
1259 PetscErrorCode DMLabelGetValueBounds(DMLabel label, PetscInt *minValue, PetscInt *maxValue) in DMLabelGetValueBounds() argument1269 if (minValue) { in DMLabelGetValueBounds()1270 PetscAssertPointer(minValue, 2); in DMLabelGetValueBounds()1271 *minValue = min; in DMLabelGetValueBounds()