Home
last modified time | relevance | path

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

/petsc/src/sys/logging/utils/
H A Dstack.c39 PetscErrorCode PetscIntStackEmpty(PetscIntStack stack, PetscBool *empty) in PetscIntStackEmpty() function
/petsc/src/sys/logging/
H A Dplog.c348 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()
/petsc/src/sys/logging/state/
H A Dlogstate.c123 PetscCall(PetscIntStackEmpty(state->stage_stack, &empty)); in PetscLogStateStagePop()
/petsc/doc/changes/
H A D320.md39 …StackDestroy()`, `PetscIntStackPush()`, `PetscIntStackPop()`, and `PetscIntStackEmpty()` declarati…
/petsc/include/
H A Dpetsclog.h75 PETSC_EXTERN PetscErrorCode PetscIntStackEmpty(PetscIntStack, PetscBool *);