Skip to content

Commit 9f4e61b

Browse files
authored
update the convection I/O defaults (#337)
now we only output based on simulation time
1 parent 8f5a072 commit 9f4e61b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyro/compressible/problems/inputs.convection

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tmax = 10.0
77

88
[io]
99
basename = convection_
10-
n_out = 100
10+
n_out = 100000000
11+
dt_out = 0.5
1112

1213

1314
[mesh]

0 commit comments

Comments
 (0)