Searched refs:cfltime_local (Results 1 – 3 of 3) sorted by relevance
67 t->cfltime_local = PETSC_MAX_REAL; in TSCreate()
5325 ts->cfltime_local = cfltime; in TSSetCFLTimeLocal()5348 …if (ts->cfltime < 0) PetscCallMPI(MPIU_Allreduce(&ts->cfltime_local, &ts->cfltime, 1, MPIU_REAL, M… in TSGetCFLTime()5775 t->cfltime_local = tsin->cfltime_local; in TSClone()
318 PetscReal cfltime, cfltime_local; member