Home
last modified time | relevance | path

Searched refs:PetscLogObjects (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/tests/
H A Dex68.c23 PetscCall(PetscLogObjects(PETSC_FALSE)); in main()
/petsc/include/
H A Dpetsclog.h278 PETSC_EXTERN PetscErrorCode PetscLogObjects(PetscBool);
669 #define PetscLogObjects(a) ((void)(a), PETSC_SUCCESS) macro
/petsc/src/sys/logging/
H A Dplog.c722 PetscErrorCode PetscLogObjects(PetscBool flag) in PetscLogObjects() function