Searched defs:_StackElement (Results 1 – 1 of 1) sorted by relevance
52 typedef struct _StackElement { struct53 PetscInt stepnum;54 Vec X;55 Vec *Y;56 PetscReal time;57 PetscReal timeprev; /* for no solution_only mode */58 PetscReal timenext; /* for solution_only mode */59 CheckpointType cptype;