Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h63 PetscErrorCode PetscLogEventFindId(const char name[], PetscLogEvent *eventid) in PetscLogEventFindId()
103 PetscErrorCode PetscLogEventFindName(PetscLogEvent eventid, const char *name[]) in PetscLogEventFindName()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DLog.pyx736 cdef LogEvent reg_LogEvent(object name, PetscLogEvent eventid):