Home
last modified time | relevance | path

Searched refs:PetscLogSetThreshold (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex1f.F90185 PetscCallA(PetscLogSetThreshold(threshold, oldthreshold, ierr))
/petsc/include/
H A Dpetsclog.h279 PETSC_EXTERN PetscErrorCode PetscLogSetThreshold(PetscLogDouble, PetscLogDouble *);
670 #define PetscLogSetThreshold(a, b) ((void)(a), (void)(b), PETSC_SUCCESS) macro
/petsc/src/sys/objects/
H A Dinit.c586 if (flg1) PetscCall(PetscLogSetThreshold((PetscLogDouble)threshold, NULL)); in PetscOptionsCheckInitial_Private()
/petsc/src/sys/logging/
H A Dplog.c2133 PetscErrorCode PetscLogSetThreshold(PetscLogDouble newThresh, PetscLogDouble *oldThresh) in PetscLogSetThreshold() function