Home
last modified time | relevance | path

Searched refs:TSSetTimeSpan (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tests/
H A Dex29.c38 PetscCall(TSSetTimeSpan(ts, 8, tspan)); in main()
/petsc/src/ts/event/tests/
H A Dex3span.c162 PetscCall(TSSetTimeSpan(ts, tspan_size, tspan)); in main()
/petsc/doc/changes/
H A D318.md236 - Add `TSSetTimeSpan()`, `TSGetTimeSpan()` and `TSGetTimeSpanSolutions()` to support time span
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi200 PetscErrorCode TSSetTimeSpan(PetscTS, PetscInt, PetscReal*)
H A DTS.pyx1586 setEvaluationTimes, petsc.TSSetTimeSpan
1592 CHKERR(TSSetTimeSpan(self.ts, nt, rtspan))
/petsc/include/
H A Dpetscts.h422 PETSC_EXTERN PetscErrorCode TSSetTimeSpan(TS, PetscInt, PetscReal[]);
/petsc/src/ts/interface/
H A Dts.c118 if (flg) PetscCall(TSSetTimeSpan(ts, num_eval_times, eval_times)); in TSSetFromOptions()
6108 PetscErrorCode TSSetTimeSpan(TS ts, PetscInt n, PetscReal span_times[]) in TSSetTimeSpan() function