Home
last modified time | relevance | path

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

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