Home
last modified time | relevance | path

Searched defs:_n_PetscIntStack (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dlogimpl.h179 struct _n_PetscIntStack { struct
180 int top; /* The top of the stack */
181 int max; /* The maximum stack size */
182 int *stack; /* The storage */