Skip to content

Commit 170147f

Browse files
committed
Uncomment various steps from analysis
1 parent 7173cc9 commit 170147f

3 files changed

+9
-9
lines changed

apps/src/Distribute_ConvergenceWithMesh.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

2525

2626
def main():
27-
#run_simulations()
28-
#combine_output()
27+
run_simulations()
28+
combine_output()
2929
plot_results()
30-
#compress_output()
30+
compress_output()
3131

3232

3333
# Create a list of commands and pass them to separate processes

apps/src/Distribute_ConvergenceWithNodeSpacing.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

2626

2727
def main():
28-
#run_simulations()
29-
#combine_output()
28+
run_simulations()
29+
combine_output()
3030
plot_results()
31-
#compress_output()
31+
compress_output()
3232

3333

3434
# Create a list of commands and pass them to separate processes

apps/src/Distribute_ConvergenceWithTimestep.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

2626

2727
def main():
28-
#run_simulations()
29-
#combine_output()
28+
run_simulations()
29+
combine_output()
3030
plot_results()
31-
#compress_output()
31+
compress_output()
3232

3333

3434
# Create a list of commands and pass them to separate processes

0 commit comments

Comments
 (0)