Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dts.c5321 PetscErrorCode TSSetCFLTimeLocal(TS ts, PetscReal cfltime) in TSSetCFLTimeLocal()
5345 PetscErrorCode TSGetCFLTime(TS ts, PetscReal *cfltime) in TSGetCFLTime()
/petsc/include/petsc/private/
H A Dtsimpl.h318 PetscReal cfltime, cfltime_local; member