Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsclog.pxi56 PetscErrorCode PetscLogEventFindName(PetscLogEvent, char*[])
H A DLog.pyx600 CHKERR(PetscLogEventFindName(self.id, &cval))
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h103 PetscErrorCode PetscLogEventFindName(PetscLogEvent eventid, const char *name[]) in PetscLogEventFindName() function