Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/nested/
H A Dlognested.c5 …ode PetscLogHandlerNestedSetThreshold(PetscLogHandler h, PetscLogDouble newThresh, PetscLogDouble … in PetscLogHandlerNestedSetThreshold() argument
11 if (newThresh == (PetscLogDouble)PETSC_DECIDE) newThresh = 0.01; in PetscLogHandlerNestedSetThreshold()
12 if (newThresh == (PetscLogDouble)PETSC_DEFAULT) newThresh = 0.01; in PetscLogHandlerNestedSetThreshold()
13 nested->threshold = PetscMax(newThresh, 0.0); in PetscLogHandlerNestedSetThreshold()
/petsc/src/sys/logging/
H A Dplog.c2133 PetscErrorCode PetscLogSetThreshold(PetscLogDouble newThresh, PetscLogDouble *oldThresh) in PetscLogSetThreshold() argument
2139 PetscCall(PetscLogHandlerNestedSetThreshold(handler, newThresh, oldThresh)); in PetscLogSetThreshold()