Searched refs:PetscIntStackTop (Results 1 – 5 of 5) sorted by relevance
63 PetscErrorCode PetscIntStackTop(PetscIntStack stack, int *top) in PetscIntStackTop() function119 PetscCall(PetscIntStackTop(stack, item)); in PetscIntStackPop()
27 PetscCall(PetscIntStackTop(nested->nested_stack, &key.root)); in PetscLogEventGetNestedEvent()58 PetscCall(PetscIntStackTop(nested->nested_stack, &key.root)); in PetscLogStageGetNestedEvent()125 PetscCall(PetscIntStackTop(nested->nested_stack, &key.root)); in PetscLogNestedCheckNested()
124 if (!empty) PetscCall(PetscIntStackTop(state->stage_stack, &state->current_stage)); in PetscLogStateStagePop()
349 if (!empty) PetscCall(PetscIntStackTop(temp_stack, &petsc_log_state->current_stage)); in PetscLogHandlerStop()355 PetscCall(PetscIntStackTop(petsc_log_state->stage_stack, &petsc_log_state->current_stage)); in PetscLogHandlerStop()
74 PETSC_EXTERN PetscErrorCode PetscIntStackTop(PetscIntStack, int *);