Skip to content

Commit d6d339a

Browse files
committed
fix example test 2
1 parent f112d6e commit d6d339a

File tree

3 files changed

+82
-78
lines changed

3 files changed

+82
-78
lines changed

examples/2D_axisym_hypoelasticity/case.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"y_domain%beg": 0.0,
1414
"y_domain%end": 0.0005,
1515
"cyl_coord": "T",
16-
"m": 100,
17-
"n": 50,
16+
"m": 50,
17+
"n": 25,
1818
"p": 0,
19-
"dt": 1e-9,
19+
"dt": 4e-9,
2020
"t_step_start": 0,
2121
"t_step_stop": 400,
2222
"t_step_save": 20,
@@ -30,8 +30,7 @@
3030
"time_stepper": 3,
3131
"weno_order": 5,
3232
"weno_eps": 1.0e-16,
33-
"teno": "T",
34-
"teno_CT": 1e-8,
33+
"mapped_weno": 'T',
3534
"null_weights": "F",
3635
"mp_weno": "F",
3736
"riemann_solver": 1,

tests/9C9B2CBC/golden-metadata.txt

Lines changed: 67 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)