Searched defs:sol_times (Results 1 – 4 of 4) sorted by relevance
28 const PetscReal *tspan2, *sol_times; in main() local
181 const PetscReal *sol_times; in main() local
157 PetscReal *sol_times; /* array of times that sol_vecs was taken at */ member
6062 PetscErrorCode TSGetEvaluationSolutions(TS ts, PetscInt *nsol, const PetscReal *sol_times[], Vec *S… in TSGetEvaluationSolutions()