petsc-3.14.6 2021-03-30
PetscIntStackEmpty
This function determines whether any items have been pushed.
Synopsis
#include "petscsys.h"
PetscErrorCode PetscIntStackEmpty(PetscIntStack stack, PetscBool *empty)
Not Collective
Input Parameter
Output Parameter
See Also
PetscIntStackCreate(), PetscIntStackDestroy(), PetscIntStackPush(), PetscIntStackPop(), PetscIntStackTop()
Level
developer
Location
src/sys/logging/utils/stack.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages