Searched refs:cfltime (Results 1 – 3 of 3) sorted by relevance
66 t->cfltime = PETSC_MAX_REAL; in TSCreate()
5321 PetscErrorCode TSSetCFLTimeLocal(TS ts, PetscReal cfltime) in TSSetCFLTimeLocal() argument5325 ts->cfltime_local = cfltime; in TSSetCFLTimeLocal()5326 ts->cfltime = -1.; in TSSetCFLTimeLocal()5345 PetscErrorCode TSGetCFLTime(TS ts, PetscReal *cfltime) in TSGetCFLTime() argument5348 …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()
318 PetscReal cfltime, cfltime_local; member