Skip to content

Commit b801067

Browse files
authored
increase the maximum number of steps for convection (#339)
1 parent 888a86a commit b801067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyro/compressible/problems/inputs.convection

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# simple inputs files for the four-corner problem.
22

33
[driver]
4-
max_steps = 10000
4+
max_steps = 100000
55
tmax = 25.0
66

77

pyro/compressible/problems/inputs.convection.big

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# simple inputs files for the four-corner problem.
22

33
[driver]
4-
max_steps = 10000
4+
max_steps = 100000
55
tmax = 25.0
66

77

0 commit comments

Comments
 (0)