Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/nested/
H A Dlognested.c216 PetscLogStage root_stage; in PetscLogHandlerContextCreate_Nested() local
231 PetscCall(PetscLogStateStageRegister(nested->state, "", &root_stage)); in PetscLogHandlerContextCreate_Nested()
232 PetscAssert(root_stage == 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "root stage not zero"); in PetscLogHandlerContextCreate_Nested()
233 PetscCall(PetscLogHandlerStagePush(nested->handler, root_stage)); in PetscLogHandlerContextCreate_Nested()
234 PetscCall(PetscLogStateStagePush(nested->state, root_stage)); in PetscLogHandlerContextCreate_Nested()