Searched refs:PetscIntStackEmpty (Results 1 – 5 of 5) sorted by relevance
39 PetscErrorCode PetscIntStackEmpty(PetscIntStack stack, PetscBool *empty) in PetscIntStackEmpty() function
348 PetscCall(PetscIntStackEmpty(temp_stack, &empty)); in PetscLogHandlerStop()2052 PetscCall(PetscIntStackEmpty(temp_stack, &is_empty)); in PetscLogView()2056 PetscCall(PetscIntStackEmpty(temp_stack, &is_empty)); in PetscLogView()
123 PetscCall(PetscIntStackEmpty(state->stage_stack, &empty)); in PetscLogStateStagePop()
39 …StackDestroy()`, `PetscIntStackPush()`, `PetscIntStackPop()`, and `PetscIntStackEmpty()` declarati…
75 PETSC_EXTERN PetscErrorCode PetscIntStackEmpty(PetscIntStack, PetscBool *);