Skip to content

Commit 148ac19

Browse files
committed
fix example test 3
1 parent 701cf4b commit 148ac19

File tree

3 files changed

+78
-83
lines changed

3 files changed

+78
-83
lines changed

examples/2D_axisym_hypoelasticity/case.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"y_domain%beg": 0.0,
1414
"y_domain%end": 0.0005,
1515
"cyl_coord": "T",
16-
"m": 50,
17-
"n": 25,
16+
"m": 100,
17+
"n": 50,
1818
"p": 0,
19-
"dt": 4e-9,
19+
"dt": 4e-12,
2020
"t_step_start": 0,
21-
"t_step_stop": 400,
22-
"t_step_save": 20,
21+
"t_step_stop": 40000,
22+
"t_step_save": 2000,
2323
# Simulation Algorithm Parameters
2424
"num_patches": 2,
2525
"model_eqns": 2,

tests/9C9B2CBC/golden-metadata.txt

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

0 commit comments

Comments
 (0)