Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dts.c5965 PetscErrorCode TSSetEvaluationTimes(TS ts, PetscInt n, PetscReal time_points[]) in TSSetEvaluationTimes()
6023 PetscErrorCode TSGetEvaluationTimes(TS ts, PetscInt *n, const PetscReal *time_points[]) in TSGetEvaluationTimes()
/petsc/include/petsc/private/
H A Dtsimpl.h150 PetscReal *time_points; /* array of the time span */ member