Searched defs:_n_PetscIntStack (Results 1 – 1 of 1) sorted by relevance
179 struct _n_PetscIntStack { struct180 int top; /* The top of the stack */181 int max; /* The maximum stack size */182 int *stack; /* The storage */