Home
last modified time | relevance | path

Searched refs:PetscLogHandlerList (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/logging/handler/interface/
H A Dlhreg.c6 PetscFunctionList PetscLogHandlerList = NULL; variable
78 PetscCall(PetscFunctionListAdd(&PetscLogHandlerList, sname, function)); in PetscLogHandlerRegister()
104 PetscCall(PetscFunctionListFind(PetscLogHandlerList, name, &r)); in PetscLogHandlerSetType()
143 PetscCall(PetscFunctionListDestroy(&PetscLogHandlerList)); in PetscLogHandlerFinalizePackage()
/petsc/include/
H A Dpetsclog.h111 PETSC_EXTERN PetscFunctionList PetscLogHandlerList; variable