Lines Matching defs:handler

28 PetscErrorCode PetscLogHandlerCreate(MPI_Comm comm, PetscLogHandler *handler)  in PetscLogHandlerCreate()
54 PetscErrorCode PetscLogHandlerDestroy(PetscLogHandler *handler) in PetscLogHandlerDestroy()
365 PetscErrorCode PetscLogHandlerGetEventPerfInfo(PetscLogHandler handler, PetscLogStage stage, PetscL… in PetscLogHandlerGetEventPerfInfo()
392 PetscErrorCode PetscLogHandlerGetStagePerfInfo(PetscLogHandler handler, PetscLogStage stage, PetscE… in PetscLogHandlerGetStagePerfInfo()
423 PetscErrorCode PetscLogHandlerSetLogActions(PetscLogHandler handler, PetscBool flag) in PetscLogHandlerSetLogActions()
452 PetscErrorCode PetscLogHandlerSetLogObjects(PetscLogHandler handler, PetscBool flag) in PetscLogHandlerSetLogObjects()
460 PetscErrorCode PetscLogHandlerLogObjectState_Internal(PetscLogHandler handler, PetscObject obj, con… in PetscLogHandlerLogObjectState_Internal()
487 PetscErrorCode PetscLogHandlerLogObjectState(PetscLogHandler handler, PetscObject obj, const char f… in PetscLogHandlerLogObjectState()
521 PetscErrorCode PetscLogHandlerGetNumObjects(PetscLogHandler handler, PetscInt *num_objects) in PetscLogHandlerGetNumObjects()
549 PetscErrorCode PetscLogHandlerEventDeactivatePush(PetscLogHandler handler, PetscLogStage stage, Pet… in PetscLogHandlerEventDeactivatePush()
576 PetscErrorCode PetscLogHandlerEventDeactivatePop(PetscLogHandler handler, PetscLogStage stage, Pets… in PetscLogHandlerEventDeactivatePop()
601 PetscErrorCode PetscLogHandlerEventsPause(PetscLogHandler handler) in PetscLogHandlerEventsPause()
626 PetscErrorCode PetscLogHandlerEventsResume(PetscLogHandler handler) in PetscLogHandlerEventsResume()
652 PetscErrorCode PetscLogHandlerDump(PetscLogHandler handler, const char sname[]) in PetscLogHandlerDump()
678 PetscErrorCode PetscLogHandlerStageSetVisible(PetscLogHandler handler, PetscLogStage stage, PetscBo… in PetscLogHandlerStageSetVisible()
707 PetscErrorCode PetscLogHandlerStageGetVisible(PetscLogHandler handler, PetscLogStage stage, PetscBo… in PetscLogHandlerStageGetVisible()