Searched defs:_n_TSHistory (Results 1 – 1 of 1) sorted by relevance
3 struct _n_TSHistory { struct4 MPI_Comm comm; /* used for runtime collective checks */5 PetscReal *hist; /* time history */6 PetscInt *hist_id; /* stores the stepid in time history */7 PetscCount n; /* current number of steps registered */8 PetscBool sorted; /* if the history is sorted in ascending order */9 PetscCount c; /* current capacity of history */10 PetscCount s; /* reallocation size */