Searched refs:PetscLogIsActive (Results 1 – 6 of 6) sorted by relevance
13 PetscErrorCode PetscLogIsActive(PetscBool*)
263 petsc.PetscLogIsActive267 CHKERR(PetscLogIsActive(&flag))
20 PetscCall(PetscLogIsActive(&is_active)); in main()
293 PETSC_EXTERN PetscErrorCode PetscLogIsActive(PetscBool *);672 #define PetscLogIsActive(flag) (*(flag) = PETSC_FALSE, PETSC_SUCCESS) macro
376 PetscErrorCode PetscLogIsActive(PetscBool *isActive) in PetscLogIsActive() function
333 - Add `PetscLogIsActive()` to determine if logging is in progress or not