Searched refs:PetscLogSetThreshold (Results 1 – 4 of 4) sorted by relevance
185 PetscCallA(PetscLogSetThreshold(threshold, oldthreshold, ierr))
279 PETSC_EXTERN PetscErrorCode PetscLogSetThreshold(PetscLogDouble, PetscLogDouble *);670 #define PetscLogSetThreshold(a, b) ((void)(a), (void)(b), PETSC_SUCCESS) macro
586 if (flg1) PetscCall(PetscLogSetThreshold((PetscLogDouble)threshold, NULL)); in PetscOptionsCheckInitial_Private()
2133 PetscErrorCode PetscLogSetThreshold(PetscLogDouble newThresh, PetscLogDouble *oldThresh) in PetscLogSetThreshold() function