Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtsimpl.h148 struct _TS_EvaluationTimes { struct
149 PetscInt num_time_points; /* number of time points */
150 PetscReal *time_points; /* array of the time span */
151 PetscReal reltol; /* relative tolerance for span point detection */
152 PetscReal abstol; /* absolute tolerance for span point detection */
153 … /* the ultimate tolerance (variable), maintained within a single TS time step for consistency */
154 PetscInt time_point_idx; /* index of the time_point to be reached next */
155 PetscInt sol_idx; /* index into sol_vecs and sol_times */
156 Vec *sol_vecs; /* array of the solutions at the specified time points */
157 PetscReal *sol_times; /* array of times that sol_vecs was taken at */