Searched refs:PetscLogStateStageGetInfo (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/tutorials/ |
| H A D | ex7.c | 146 PetscCall(PetscLogStateStageGetInfo(state, new_stage, &new_info)); in PetscLogHandlerStagePush_Ex7() 150 PetscCall(PetscLogStateStageGetInfo(state, old_stage, &old_info)); in PetscLogHandlerStagePush_Ex7() 166 PetscCall(PetscLogStateStageGetInfo(state, old_stage, &old_info)); in PetscLogHandlerStagePop_Ex7() 171 PetscCall(PetscLogStateStageGetInfo(state, new_stage, &new_info)); in PetscLogHandlerStagePop_Ex7()
|
| /petsc/src/sys/logging/handler/impls/perfstubs/ |
| H A D | logperfstubs.c | 101 PetscCall(PetscLogStateStageGetInfo(state, si, &stage_info)); in PetscLogHandlerPSUpdateStages()
|
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | lognested.c | 66 PetscCall(PetscLogStateStageGetInfo(state, stage, &stage_info)); in PetscLogStageGetNestedEvent() 112 PetscCall(PetscLogStateStageGetInfo(state, stage_id, &stage_info)); in PetscLogNestedFindNestedId()
|
| /petsc/src/sys/logging/state/ |
| H A D | logstate.c | 693 PetscErrorCode PetscLogStateStageGetInfo(PetscLogState state, PetscLogStage stage, PetscLogStageInf… in PetscLogStateStageGetInfo() function
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 1002 PetscCall(PetscLogStateStageGetInfo(state, stage, &stage_info)); in PetscLogStageGetName()
|
| /petsc/include/ |
| H A D | petsclog.h | 106 PETSC_EXTERN PetscErrorCode PetscLogStateStageGetInfo(PetscLogState, PetscLogStage, PetscLogStageIn…
|