Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtsimpl.h160 struct _p_TS { struct
162 TSProblemType problem_type;
163 TSEquationType equation_type;
165 DM dm;
166 Vec vec_sol; /* solution vector in first and second order equations */
167 Vec vec_sol0; /* solution vector at the beginning of the step */
168 Vec vec_dot; /* time derivative vector in second order equations */
169 TSAdapt adapt;
170 TSAdaptType default_adapt_type;
171 TSEvent event;
[all …]