Home
last modified time | relevance | path

Searched refs:cfltime (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/interface/
H A Dtscreate.c66 t->cfltime = PETSC_MAX_REAL; in TSCreate()
H A Dts.c5321 PetscErrorCode TSSetCFLTimeLocal(TS ts, PetscReal cfltime) in TSSetCFLTimeLocal() argument
5325 ts->cfltime_local = cfltime; in TSSetCFLTimeLocal()
5326 ts->cfltime = -1.; in TSSetCFLTimeLocal()
5345 PetscErrorCode TSGetCFLTime(TS ts, PetscReal *cfltime) in TSGetCFLTime() argument
5348 …if (ts->cfltime < 0) PetscCallMPI(MPIU_Allreduce(&ts->cfltime_local, &ts->cfltime, 1, MPIU_REAL, M… in TSGetCFLTime()
5349 *cfltime = ts->cfltime; in TSGetCFLTime()
5774 t->cfltime = tsin->cfltime; in TSClone()
/petsc/include/petsc/private/
H A Dtsimpl.h318 PetscReal cfltime, cfltime_local; member