Searched refs:Sols (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | ts.c | 6062 …rrorCode TSGetEvaluationSolutions(TS ts, PetscInt *nsol, const PetscReal *sol_times[], Vec *Sols[]) in TSGetEvaluationSolutions() argument 6068 if (Sols) PetscAssertPointer(Sols, 4); in TSGetEvaluationSolutions() 6072 if (Sols) *Sols = NULL; in TSGetEvaluationSolutions() 6076 if (Sols) *Sols = ts->eval_times->sol_vecs; in TSGetEvaluationSolutions()
|
| /petsc/include/ |
| H A D | petscts.h | 475 …utions()", ) static inline PetscErrorCode TSGetTimeSpanSolutions(TS ts, PetscInt *nsol, Vec **Sols) in TSGetTimeSpanSolutions() argument 477 return TSGetEvaluationSolutions(ts, nsol, NULL, Sols); in TSGetTimeSpanSolutions()
|