Home
last modified time | relevance | path

Searched refs:rejections (Results 1 – 25 of 63) sorted by relevance

123

/petsc/src/ts/tutorials/output/
H A Dex6_1.out8 maximum number of step rejections=10
H A Dex18_adv_0.out24 maximum number of step rejections=10
H A Dex18_adv_1.out24 maximum number of step rejections=10
H A Dex18_adv_3_ex.out42 maximum number of step rejections=10
H A Dex50_3.out12 maximum number of step rejections=10
H A Dex50_4.out12 maximum number of step rejections=10
H A Dex43_a.out7 maximum number of step rejections=10
H A Dex40_n_ts_max_step_rejections-1.out9 maximum number of step rejections=1
H A Dex3_5.out15 maximum number of step rejections=10
H A Dex40_n_ts_max_step_rejections-0.out8 maximum number of step rejections=0
/petsc/src/ts/tests/output/
H A Dex6_1.out18 maximum number of step rejections=10
H A Dex7_1.out18 maximum number of step rejections=10
H A Dex7_1_alt.out17 maximum number of step rejections=10
H A Dex6_1_alt.out17 maximum number of step rejections=10
H A Dex4_8.out21 maximum number of step rejections=10
H A Dex8_1.out8 maximum number of step rejections=10
H A Dex8_2.out8 maximum number of step rejections=10
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/
H A Dex2_1.out8 maximum number of step rejections=100
H A Dex2_1_alt_4.out8 maximum number of step rejections=100
H A Dex2_1_alt_2.out8 maximum number of step rejections=100
H A Dex2_1_alt.out8 maximum number of step rejections=100
H A Dex2_1_alt_3.out8 maximum number of step rejections=100
H A Dex1_1.out9 maximum number of step rejections=10
H A Dex1_3.out9 maximum number of step rejections=10
/petsc/src/ts/impls/pseudo/
H A Dposindep.c85 PetscInt nits, lits, rejections = 0; in TSStep_Pseudo() local
122 if (!ts->reason && ++rejections > ts->max_reject && ts->max_reject >= 0) { in TSStep_Pseudo()
124 …ions %" PetscInt_FMT " greater than current TS allowed, stopping solve\n", ts->steps, rejections)); in TSStep_Pseudo()

123