Searched defs:PetscLogSetThreshold (Results 1 – 2 of 2) sorted by relevance
2133 PetscErrorCode PetscLogSetThreshold(PetscLogDouble newThresh, PetscLogDouble *oldThresh) in PetscLogSetThreshold() function
670 #define PetscLogSetThreshold(a, b) ((void)(a), (void)(b), PETSC_SUCCESS) macro