Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 9 of 9) 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/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c125 Stack stack; member
161 static PetscErrorCode ElementCreate(TS ts, CheckpointType cptype, Stack *stack, StackElement *e) in ElementCreate()
198 static PetscErrorCode ElementSet(TS ts, Stack *stack, StackElement *e, PetscInt stepnum, PetscReal … in ElementSet()
222 static PetscErrorCode ElementDestroy(Stack *stack, StackElement e) in ElementDestroy()
234 static PetscErrorCode StackResize(Stack *stack, PetscInt newsize) in StackResize()
248 static PetscErrorCode StackPush(Stack *stack, StackElement e) in StackPush()
256 static PetscErrorCode StackPop(Stack *stack, StackElement *e) in StackPop()
265 static PetscErrorCode StackTop(Stack *stack, StackElement *e) in StackTop()
272 static PetscErrorCode StackInit(Stack *stack, PetscInt size, PetscInt ny) in StackInit()
282 static PetscErrorCode StackDestroy(Stack *stack) in StackDestroy()
[all …]
/petsc/include/petsc/private/
H A Dlogimpl.h182 int *stack; /* The storage */ member
H A Dpetscimpl.h24 #define PetscStackPrint(stack, file) PETSC_SUCCESS argument
/petsc/src/sys/yaml/src/
H A Dyaml_private.h423 #define STACK_INIT(context,stack,type) \ argument
431 #define STACK_DEL(context,stack) \ argument
435 #define STACK_EMPTY(context,stack) \ argument
438 #define STACK_LIMIT(context,stack,size) \ argument
444 #define PUSH(context,stack,value) \ argument
453 #define POP(context,stack) \ argument
/petsc/src/sys/memory/
H A Dmtr.c29 PetscStack stack; member
642 PetscErrorCode PetscMallocGetStack(void *ptr, PetscStack **stack) in PetscMallocGetStack()
/petsc/src/sys/utils/
H A Dsortso.c570 …e_t size, CompFunc cmp, PetscCtx ctx, PetscTimSortBuffer *buff, PetscTimSortStack *stack, PetscInt… in PetscTimSortForceCollapse_Private()
595 …cCtx ctx, PetscTimSortBuffer *abuff, PetscTimSortBuffer *bbuff, PetscTimSortStack *stack, PetscInt… in PetscTimSortForceCollapseWithArray_Private()
622 …e_t size, CompFunc cmp, PetscCtx ctx, PetscTimSortBuffer *buff, PetscTimSortStack *stack, PetscInt… in PetscTimSortMergeCollapse_Private()
710 …cCtx ctx, PetscTimSortBuffer *abuff, PetscTimSortBuffer *bbuff, PetscTimSortStack *stack, PetscInt… in PetscTimSortMergeCollapseWithArray_Private()
/petsc/include/
H A Dpetsclogdeprecated.h78 PetscIntStack stack; member
/petsc/src/sys/objects/
H A Dinherit.c354 PetscStack *stack = NULL; in PetscObjectsDump() local