Searched refs:PetscIntStack (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/logging/utils/ |
| H A D | stack.c | 15 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 D | petsclogtypes.h | 51 typedef struct _n_PetscIntStack *PetscIntStack; typedef 186 PetscIntStack stage_stack;
|
| H A D | petsclogdeprecated.h | 78 PetscIntStack stack;
|
| H A D | petsclog.h | 70 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 D | lognested.h | 46 PetscIntStack nested_stack; // stack of nested ids 47 PetscIntStack orig_stack; // stack of the original ids
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 278 PetscIntStack orig_stack, temp_stack; in PetscLogHandlerStart() 330 PetscIntStack orig_stack, temp_stack; in PetscLogHandlerStop() 2028 PetscIntStack temp_stack; in PetscLogView()
|