Searched refs:span_times (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/ |
| H A D | petscts.h | 447 …)", ) static inline PetscErrorCode TSGetTimeSpan(TS ts, PetscInt *n, const PetscReal *span_times[]) in TSGetTimeSpan() argument 449 return TSGetEvaluationTimes(ts, n, span_times); in TSGetTimeSpan()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 6108 PetscErrorCode TSSetTimeSpan(TS ts, PetscInt n, PetscReal span_times[]) in TSSetTimeSpan() argument 6113 PetscCall(TSSetEvaluationTimes(ts, n, span_times)); in TSSetTimeSpan() 6114 PetscCall(TSSetTime(ts, span_times[0])); in TSSetTimeSpan() 6115 PetscCall(TSSetMaxTime(ts, span_times[n - 1])); in TSSetTimeSpan()
|