Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtsimpl.h92 struct _p_TSTrajectory { struct
94 TSHistory tsh; /* associates times to unique step ids */
96 struct {
119 } lag;
120 Vec U, Udot; /* used by TSTrajectory{Get|Restore}UpdatedHistoryVecs */
121 PetscBool usehistory; /* whether to use TSHistory */
122 PetscBool solution_only; /* whether we dump just the solution or also the stages */
123 …ool adjoint_solve_mode; /* whether we will use the Trajectory inside a TSAdjointSolve() or not */
124 PetscViewer monitor;
125 PetscBool setupcalled; /* true if setup has been called */
[all …]