Home
last modified time | relevance | path

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

/petsc/src/sys/logging/
H A Dplog.c749 PetscErrorCode PetscLogStageRegister(const char sname[], PetscLogStage *stage) in PetscLogStageRegister() function
/petsc/include/
H A Dpetsclog.h624 #define PetscLogStageRegister(a, b) ((void)(a), *(b) = -1, PETSC_SUCCESS) macro