Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscts.h475 …utions()", ) static inline PetscErrorCode TSGetTimeSpanSolutions(TS ts, PetscInt *nsol, Vec **Sols) in TSGetTimeSpanSolutions()
/petsc/src/ts/interface/
H A Dts.c6062 …rrorCode TSGetEvaluationSolutions(TS ts, PetscInt *nsol, const PetscReal *sol_times[], Vec *Sols[]) in TSGetEvaluationSolutions()