Searched refs:root_stage (Results 1 – 1 of 1) sorted by relevance
216 PetscLogStage root_stage; in PetscLogHandlerContextCreate_Nested() local231 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()