Home
last modified time | relevance | path

Searched defs:maxtime (Results 1 – 5 of 5) sorted by relevance

/petsc/src/benchmarks/streams/
H A DSSEVersion.c74 …double rmstime[4] = {0}, maxtime[4] = {0}, mintime[4] = {FLT_MAX, FLT_MAX, FLT_MAX, FLT_MAX}; in main() local
H A DCUDAVersion.cu860 float maxtime[8] = {0., 0., 0., 0., 0., 0., 0., 0.}; in printResultsReadable() local
/petsc/src/ts/event/tests/
H A Dex3span.c64 PetscReal tspan[28], dtlast, tlast, tlast_expected, maxtime; in main() local
/petsc/src/ts/interface/
H A Dts.c2950 PetscErrorCode TSSetMaxTime(TS ts, PetscReal maxtime) in TSSetMaxTime()
2978 PetscErrorCode TSGetMaxTime(TS ts, PetscReal *maxtime) in TSGetMaxTime()
3010 PetscErrorCode TSGetDuration(TS ts, PetscInt *maxsteps, PetscReal *maxtime) in TSGetDuration()
3032 PetscErrorCode TSSetDuration(TS ts, PetscInt maxsteps, PetscReal maxtime) in TSSetDuration()
/petsc/src/ts/tutorials/multirate/
H A Dex4.c1191 PetscReal ptime, maxtime; in main() local