Searched refs:PetscLogHandlerDestroy (Results 1 – 6 of 6) sorted by relevance
37 …stages, and objects", "Profiling", comm, (PetscObjectDestroyFn *)PetscLogHandlerDestroy, (PetscObj… in PetscLogHandlerCreate()54 PetscErrorCode PetscLogHandlerDestroy(PetscLogHandler *handler) in PetscLogHandlerDestroy() function
431 PetscCall(PetscLogHandlerDestroy(&handler)); in PetscLogTypeBegin()508 PetscCall(PetscLogHandlerDestroy(&handler)); in PetscLogTraceBegin()596 PetscCall(PetscLogHandlerDestroy(&handler)); in PetscLogLegacyCallbacksBegin()2599 …for (int i = 0; i < PETSC_LOG_HANDLER_MAX; i++) PetscCall(PetscLogHandlerDestroy(&PetscLogHandlers… in PetscLogFinalize()
83 …PetscCall(PetscLogHandlerDestroy(&bm->lhdlr)); // Temporarily here until PetscLogHandlerReset() ex… in PetscBenchReset()
282 PetscCall(PetscLogHandlerDestroy(&h)); in main()
285 PetscCall(PetscLogHandlerDestroy(&nested->handler)); in PetscLogHandlerDestroy_Nested()
117 PETSC_EXTERN PetscErrorCode PetscLogHandlerDestroy(PetscLogHandler *);