Searched refs:TSSetTimeSpan (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex29.c | 38 PetscCall(TSSetTimeSpan(ts, 8, tspan)); in main()
|
| /petsc/src/ts/event/tests/ |
| H A D | ex3span.c | 162 PetscCall(TSSetTimeSpan(ts, tspan_size, tspan)); in main()
|
| /petsc/doc/changes/ |
| H A D | 318.md | 236 - Add `TSSetTimeSpan()`, `TSGetTimeSpan()` and `TSGetTimeSpanSolutions()` to support time span
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 200 PetscErrorCode TSSetTimeSpan(PetscTS, PetscInt, PetscReal*)
|
| H A D | TS.pyx | 1586 setEvaluationTimes, petsc.TSSetTimeSpan 1592 CHKERR(TSSetTimeSpan(self.ts, nt, rtspan))
|
| /petsc/include/ |
| H A D | petscts.h | 422 PETSC_EXTERN PetscErrorCode TSSetTimeSpan(TS, PetscInt, PetscReal[]);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 118 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
|