Home
last modified time | relevance | path

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

/petsc/src/sys/logging/
H A Dplog.c1707 PetscErrorCode PetscLogEventGetId(const char name[], PetscLogEvent *event) in PetscLogEventGetId() function
/petsc/include/
H A Dpetsclog.h646 #define PetscLogEventGetId(a, b) ((void)(a), *(b) = -1, PETSC_SUCCESS) macro