Home
last modified time | relevance | path

Searched refs:nsol (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/interface/
H A Dts.c6062 PetscErrorCode TSGetEvaluationSolutions(TS ts, PetscInt *nsol, const PetscReal *sol_times[], Vec *S… in TSGetEvaluationSolutions() argument
6066 if (nsol) PetscAssertPointer(nsol, 2); in TSGetEvaluationSolutions()
6070 if (nsol) *nsol = 0; in TSGetEvaluationSolutions()
6074 if (nsol) *nsol = ts->eval_times->sol_idx; in TSGetEvaluationSolutions()
/petsc/include/
H A Dpetscts.h475 …utions()", ) static inline PetscErrorCode TSGetTimeSpanSolutions(TS ts, PetscInt *nsol, Vec **Sols) in TSGetTimeSpanSolutions() argument
477 return TSGetEvaluationSolutions(ts, nsol, NULL, Sols); in TSGetTimeSpanSolutions()