Searched refs:PetscLogActions (Results 1 – 3 of 3) sorted by relevance
22 PetscCall(PetscLogActions(PETSC_FALSE)); in main()
277 PETSC_EXTERN PetscErrorCode PetscLogActions(PetscBool);668 #define PetscLogActions(a) ((void)(a), PETSC_SUCCESS) macro
691 PetscErrorCode PetscLogActions(PetscBool flag) in PetscLogActions() function