| /petsc/src/ts/impls/explicit/euler/ |
| H A D | euler.c | 15 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 D | posindep.c | 87 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 D | alpha1.c | 184 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 D | alpha2.c | 240 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 D | ssp.c | 192 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 D | tsdiscgrad.c | 226 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 D | bdf.c | 253 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 D | mrk.c | 130 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 D | rk.c | 788 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 D | fsarkimex.c | 228 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 D | arkimex.c | 1344 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 D | glee.c | 506 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 D | basicsymplectic.c | 211 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 D | irk.c | 317 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 D | rosw.c | 1140 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 D | mprk.c | 651 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 D | theta.c | 202 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()
|