Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c258 PetscLogActionArray petsc_actions; member
279 PetscCall(PetscLogActionArrayCreate(64, &def->petsc_actions)); in PetscLogHandlerContextCreate_Default()
296 PetscCall(PetscLogActionArrayDestroy(&def->petsc_actions)); in PetscLogHandlerDestroy_Default()
412 PetscCall(PetscLogActionArrayPush(def->petsc_actions, new_action)); in PetscLogHandlerObjectCreate_Default()
476 PetscCall(PetscLogActionArrayPush(def->petsc_actions, new_action)); in PetscLogHandlerObjectDestroy_Default()
601 PetscCall(PetscLogActionArrayPush(def->petsc_actions, new_action)); in PetscLogHandlerEventBegin_Default()
648 PetscCall(PetscLogActionArrayPush(def->petsc_actions, new_action)); in PetscLogHandlerEventEnd_Default()
917 PetscCall(PetscLogActionArrayGetSize(def->petsc_actions, &num_actions, NULL)); in PetscLogHandlerDump_Default()
922 PetscCall(PetscLogActionArrayGetRef(def->petsc_actions, a, &action)); in PetscLogHandlerDump_Default()