Home
last modified time | relevance | path

Searched refs:itime (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/impls/explicit/rk/
H A Dmrk.c30 static PetscErrorCode TSInterpolate_RK_MultirateNonsplit(TS ts, PetscReal itime, Vec X) in TSInterpolate_RK_MultirateNonsplit() argument
41 t = (itime - rk->ptime) / h; in TSInterpolate_RK_MultirateNonsplit()
232 static PetscErrorCode TSInterpolate_RK_MultirateSplit(TS ts, PetscReal itime, Vec X) in TSInterpolate_RK_MultirateSplit() argument
249 t = (itime - ts->ptime) / h; in TSInterpolate_RK_MultirateSplit()
253 t = (itime - ts->ptime) / h + 1; /* In the interval [0,1] */ in TSInterpolate_RK_MultirateSplit()
H A Drk.c1046 static PetscErrorCode TSInterpolate_RK(TS ts, PetscReal itime, Vec X) in TSInterpolate_RK() argument
1062 t = (itime - ts->ptime) / h; in TSInterpolate_RK()
1066 t = (itime - ts->ptime) / h + 1; /* In the interval [0,1] */ in TSInterpolate_RK()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c365 static PetscErrorCode TSInterpolate_IRK(TS ts, PetscReal itime, Vec U) in TSInterpolate_IRK() argument
380 t = (itime - ts->ptime) / h; in TSInterpolate_IRK()
384 t = (itime - ts->ptime) / h + 1; /* In the interval [0,1] */ in TSInterpolate_IRK()
/petsc/src/ts/impls/eimex/
H A Deimex.c149 static PetscErrorCode TSInterpolate_EIMEX(TS ts, PetscReal itime, Vec X) in TSInterpolate_EIMEX() argument
157 t = (itime - ts->ptime + h) / h; in TSInterpolate_EIMEX()
/petsc/src/ts/impls/glee/
H A Dglee.c590 static PetscErrorCode TSInterpolate_GLEE(TS ts, PetscReal itime, Vec X) in TSInterpolate_GLEE() argument
604 t = (itime - ts->ptime) / h; in TSInterpolate_GLEE()
608 t = (itime - ts->ptime) / h + 1; /* In the interval [0,1] */ in TSInterpolate_GLEE()
/petsc/src/ts/impls/rosw/
H A Drosw.c1240 static PetscErrorCode TSInterpolate_RosW(TS ts, PetscReal itime, Vec U) in TSInterpolate_RosW() argument
1259 t = (itime - ts->ptime) / h; in TSInterpolate_RosW()
1263 t = (itime - ts->ptime) / h + 1; /* In the interval [0,1] */ in TSInterpolate_RosW()
/petsc/src/ts/impls/arkimex/
H A Darkimex.c1669 static PetscErrorCode TSInterpolate_ARKIMEX(TS ts, PetscReal itime, Vec X) in TSInterpolate_ARKIMEX() argument
1685 t = (itime - ts->ptime) / h; in TSInterpolate_ARKIMEX()
1689 t = (itime - ts->ptime) / h + 1; /* In the interval [0,1] */ in TSInterpolate_ARKIMEX()