Skip to content

Commit f34a911

Browse files
committed
regenerate hypo_2materials?
1 parent e1ac8f4 commit f34a911

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

examples/1D_hypo_2materials/case.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
# Computational Domain Parameters ==========================
2020
'x_domain%beg' : 0.E+00,
2121
'x_domain%end' : 1.E+00,
22-
'm' : Nx,
22+
'm' : 25,
2323
'n' : 0,
2424
'p' : 0,
2525
'dt' : mydt,
2626
't_step_start' : 0,
27-
't_step_stop' : int(Nt),
28-
't_step_save' : int(math.ceil(Nt/1.)),
27+
't_step_stop' : 50,
28+
't_step_save' : 50,
2929
# ==========================================================
3030

3131
# Simulation Algorithm Parameters ==========================

tests/4D95A70E/golden-metadata.txt

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

0 commit comments

Comments
 (0)