Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dtscreate.c67 t->cfltime_local = PETSC_MAX_REAL; in TSCreate()
H A Dts.c5325 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()
/petsc/include/petsc/private/
H A Dtsimpl.h318 PetscReal cfltime, cfltime_local; member