Home
last modified time | relevance | path

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

/petsc/src/sys/logging/
H A Dplog.c266 PetscErrorCode PetscLogHandlerStart(PetscLogHandler h) in PetscLogHandlerStart() function
/petsc/include/
H A Dpetsclog.h618 #define PetscLogHandlerStart(a) ((void)(a), PETSC_SUCCESS) macro