Home
last modified time | relevance | path

Searched refs:PetscIntStack (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/logging/utils/
H A Dstack.c15 PetscErrorCode PetscIntStackDestroy(PetscIntStack stack) in PetscIntStackDestroy()
39 PetscErrorCode PetscIntStackEmpty(PetscIntStack stack, PetscBool *empty) in PetscIntStackEmpty()
63 PetscErrorCode PetscIntStackTop(PetscIntStack stack, int *top) in PetscIntStackTop()
85 PetscErrorCode PetscIntStackPush(PetscIntStack stack, int item) in PetscIntStackPush()
112 PetscErrorCode PetscIntStackPop(PetscIntStack stack, int *item) in PetscIntStackPop()
137 PetscErrorCode PetscIntStackCreate(PetscIntStack *stack) in PetscIntStackCreate()
/petsc/include/
H A Dpetsclogtypes.h51 typedef struct _n_PetscIntStack *PetscIntStack; typedef
186 PetscIntStack stage_stack;
H A Dpetsclogdeprecated.h78 PetscIntStack stack;
H A Dpetsclog.h70 PETSC_EXTERN PetscErrorCode PetscIntStackCreate(PetscIntStack *);
71 PETSC_EXTERN PetscErrorCode PetscIntStackDestroy(PetscIntStack);
72 PETSC_EXTERN PetscErrorCode PetscIntStackPush(PetscIntStack, int);
73 PETSC_EXTERN PetscErrorCode PetscIntStackPop(PetscIntStack, int *);
74 PETSC_EXTERN PetscErrorCode PetscIntStackTop(PetscIntStack, int *);
75 PETSC_EXTERN PetscErrorCode PetscIntStackEmpty(PetscIntStack, PetscBool *);
/petsc/src/sys/logging/handler/impls/nested/
H A Dlognested.h46 PetscIntStack nested_stack; // stack of nested ids
47 PetscIntStack orig_stack; // stack of the original ids
/petsc/src/sys/logging/
H A Dplog.c278 PetscIntStack orig_stack, temp_stack; in PetscLogHandlerStart()
330 PetscIntStack orig_stack, temp_stack; in PetscLogHandlerStop()
2028 PetscIntStack temp_stack; in PetscLogView()