Home
last modified time | relevance | path

Searched defs:span_times (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscts.h447 …)", ) static inline PetscErrorCode TSGetTimeSpan(TS ts, PetscInt *n, const PetscReal *span_times[]) in TSGetTimeSpan()
/petsc/src/ts/interface/
H A Dts.c6108 PetscErrorCode TSSetTimeSpan(TS ts, PetscInt n, PetscReal span_times[]) in TSSetTimeSpan()