Home
last modified time | relevance | path

Searched refs:Stack (Results 1 – 4 of 4) sorted by relevance

/petsc/lib/petsc/bin/saws/
H A DgetStack.bash11 ${PETSC_DIR}/bin/saws/getSAWs.bash PETSc/Stack | jshon -e directories -e Stack -e variables -e func…
/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c97 } Stack; typedef
125 Stack stack;
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()
[all …]
/petsc/src/sys/tests/output/
H A Dex73_0_alt_2.out5 [0]PETSC ERROR: --------------------- Stack Frames ------------------------------------
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DBasic.pm351 my ($Stack, $Value) = @_;
352 return (grep {$_ eq $Value} @{$Stack});