Home
last modified time | relevance | path

Searched defs:PetscLogSetThreshold (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/logging/
H A Dplog.c2133 PetscErrorCode PetscLogSetThreshold(PetscLogDouble newThresh, PetscLogDouble *oldThresh) in PetscLogSetThreshold() function
/petsc/include/
H A Dpetsclog.h670 #define PetscLogSetThreshold(a, b) ((void)(a), (void)(b), PETSC_SUCCESS) macro