Home
last modified time | relevance | path

Searched refs:next_time_step (Results 1 – 17 of 17) sorted by relevance

/petsc/src/ts/impls/explicit/euler/
H A Deuler.c15 PetscReal next_time_step = ts->time_step; in TSStep_Euler() local
33 PetscCall(TSAdaptChoose(ts->adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_Euler()
41 ts->time_step = next_time_step; in TSStep_Euler()
/petsc/src/ts/impls/pseudo/
H A Dposindep.c87 PetscReal next_time_step = ts->time_step, fnorm; in TSStep_Pseudo() local
108 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_Pseudo()
111 ts->time_step = next_time_step; in TSStep_Pseudo()
115 ts->time_step = next_time_step; in TSStep_Pseudo()
/petsc/src/ts/impls/implicit/alpha/
H A Dalpha1.c184 PetscReal next_time_step = ts->time_step; in TSStep_Alpha() local
212 PetscCall(TSAdaptChoose(ts->adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_Alpha()
216 ts->time_step = next_time_step; in TSStep_Alpha()
221 ts->time_step = next_time_step; in TSStep_Alpha()
H A Dalpha2.c240 PetscReal next_time_step = ts->time_step; in TSStep_Alpha() local
271 PetscCall(TSAdaptChoose(ts->adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_Alpha()
276 ts->time_step = next_time_step; in TSStep_Alpha()
281 ts->time_step = next_time_step; in TSStep_Alpha()
/petsc/src/ts/impls/explicit/ssp/
H A Dssp.c192 PetscReal next_time_step = ts->time_step; in TSStep_SSP() local
203 PetscCall(TSAdaptChoose(ts->adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_SSP()
210 ts->time_step = next_time_step; in TSStep_SSP()
/petsc/src/ts/impls/implicit/discgrad/
H A Dtsdiscgrad.c226 PetscReal next_time_step = ts->time_step; in TSStep_DiscGrad() local
247 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_DiscGrad()
251 ts->time_step = next_time_step; in TSStep_DiscGrad()
255 ts->time_step = next_time_step; in TSStep_DiscGrad()
/petsc/src/ts/impls/bdf/
H A Dbdf.c253 PetscReal next_time_step = ts->time_step; in TSStep_BDF() local
282 PetscCall(TSAdaptChoose(ts->adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_BDF()
285 ts->time_step = next_time_step; in TSStep_BDF()
291 ts->time_step = next_time_step; in TSStep_BDF()
/petsc/src/ts/impls/explicit/rk/
H A Dmrk.c130 PetscReal next_time_step = ts->time_step, t = ts->ptime, h = ts->time_step; in TSStep_RK_MultirateNonsplit() local
164 ts->time_step = next_time_step; in TSStep_RK_MultirateNonsplit()
375 PetscReal next_time_step = ts->time_step, t = ts->ptime, h = ts->time_step; in TSStep_RK_MultirateSplit() local
412 ts->time_step = next_time_step; in TSStep_RK_MultirateSplit()
H A Drk.c788 PetscReal next_time_step = ts->time_step; in TSStep_RK() local
819 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_RK()
823 ts->time_step = next_time_step; in TSStep_RK()
833 ts->time_step = next_time_step; in TSStep_RK()
/petsc/src/ts/impls/arkimex/
H A Dfsarkimex.c228 PetscReal next_time_step = ts->time_step; in TSStep_ARKIMEX_FastSlowSplit() local
384 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_ARKIMEX_FastSlowSplit()
388 ts->time_step = next_time_step; in TSStep_ARKIMEX_FastSlowSplit()
393 ts->time_step = next_time_step; in TSStep_ARKIMEX_FastSlowSplit()
H A Darkimex.c1344 PetscReal next_time_step = ts->time_step; in TSStep_ARKIMEX() local
1515 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_ARKIMEX()
1519 ts->time_step = next_time_step; in TSStep_ARKIMEX()
1524 ts->time_step = next_time_step; in TSStep_ARKIMEX()
/petsc/src/ts/impls/glee/
H A Dglee.c506 PetscReal next_time_step; in TSStep_GLEE() local
516 next_time_step = ts->time_step; in TSStep_GLEE()
566 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, &next_scheme, &next_time_step, &accept)); in TSStep_GLEE()
570 ts->time_step = next_time_step; in TSStep_GLEE()
580 ts->time_step = next_time_step; in TSStep_GLEE()
/petsc/src/ts/impls/symplectic/basicsymplectic/
H A Dbasicsymplectic.c211 PetscReal ptime, next_time_step = ts->time_step; in TSStep_BasicSymplectic() local
249 else ts->ptime += next_time_step; in TSStep_BasicSymplectic()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c317 PetscReal next_time_step = ts->time_step; in TSStep_IRK() local
343 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_IRK()
347 ts->time_step = next_time_step; in TSStep_IRK()
352 ts->time_step = next_time_step; in TSStep_IRK()
/petsc/src/ts/impls/rosw/
H A Drosw.c1140 PetscReal next_time_step = ts->time_step; in TSStep_RosW() local
1217 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_RosW()
1221 ts->time_step = next_time_step; in TSStep_RosW()
1226 ts->time_step = next_time_step; in TSStep_RosW()
/petsc/src/ts/impls/multirate/
H A Dmprk.c651 PetscReal next_time_step = ts->time_step, t = ts->ptime, h = ts->time_step; in TSStep_MPRK() local
709 ts->time_step = next_time_step; in TSStep_MPRK()
796 PetscReal next_time_step = ts->time_step, t = ts->ptime, h = ts->time_step; in TSStep_MPRKSPLIT() local
896 ts->time_step = next_time_step; in TSStep_MPRKSPLIT()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c202 PetscReal next_time_step = ts->time_step; in TSStep_Theta() local
244 PetscCall(TSAdaptChoose(ts->adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_Theta()
248 ts->time_step = next_time_step; in TSStep_Theta()
257 ts->time_step = next_time_step; in TSStep_Theta()