Searched refs:StackResize (Results 1 – 1 of 1) sorted by relevance
234 static PetscErrorCode StackResize(Stack *stack, PetscInt newsize) in StackResize() function643 if (stack->top + 1 == stack->stacksize) PetscCall(StackResize(stack, 2 * stack->stacksize)); in TSTrajectoryMemorySet_N()664 if (stack->top + 1 == stack->stacksize) PetscCall(StackResize(stack, 2 * stack->stacksize)); in TSTrajectoryMemorySet_N_2()