Skip to content

Commit

Permalink
updating the number of timesteps in the automatic tests so that it ta…
Browse files Browse the repository at this point in the history
…kes less time
  • Loading branch information
landinjm committed Nov 4, 2024
1 parent 4a5742f commit 2cb9401
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 43 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
0 f_tot 13.75327943
25 f_tot 13.51630081
50 f_tot 13.34759857
75 f_tot 13.20778038
100 f_tot 13.10931535
125 f_tot 13.03298241
150 f_tot 12.970002
175 f_tot 12.91601893
200 f_tot 12.86862888
400 f_tot 12.61546875
600 f_tot 12.47241551
800 f_tot 12.38346486
1000 f_tot 12.32727188
1200 f_tot 12.29142341
1400 f_tot 12.2682066
1600 f_tot 12.25308594
1800 f_tot 12.24307128
2000 f_tot 12.23634909
225 f_tot 12.82628958
250 f_tot 12.78805843
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ set Time step = 5.0e-2

# The simulation ends when either the number of time steps is reached or the
# simulation time is reached.
set Number of time steps = 40000
set Number of time steps = 5000

# =================================================================================
# Set the boundary conditions
Expand Down
20 changes: 10 additions & 10 deletions tests/automatic_tests/cahnHilliard/gold_integratedFields.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
0 f_tot 178.4134177
10 f_tot 164.8375696
20 f_tot 162.2879298
30 f_tot 161.0827396
40 f_tot 160.1467611
50 f_tot 159.1850197
60 f_tot 158.180812
70 f_tot 157.2059481
80 f_tot 156.3158274
90 f_tot 155.5147671
100 f_tot 154.7886179
0.5 f_tot 172.667371
1 f_tot 171.2161414
1.5 f_tot 170.3036306
2 f_tot 169.6330712
2.5 f_tot 169.0973261
3 f_tot 168.6452931
3.5 f_tot 168.249016
4 f_tot 167.8918812
4.5 f_tot 167.5634379
5 f_tot 167.2568298
2 changes: 1 addition & 1 deletion tests/automatic_tests/cahnHilliard/parameters.prm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set Time step = 1.0e-3

# The simulation ends when either the number of time steps is reached or the
# simulation time is reached.
set Number of time steps = 100000
set Number of time steps = 5000

# =================================================================================
# Set the boundary conditions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
0 f_tot -17990.96133
12 f_tot -17993.23453
24 f_tot -17993.28446
36 f_tot -17993.34482
48 f_tot -17993.41925
60 f_tot -17993.51311
72 f_tot -17993.63119
84 f_tot -17993.76989
96 f_tot -17994.0319
108 f_tot -17994.95862
120 f_tot -17995.02466
0.4 f_tot -17992.9989
0.8 f_tot -17993.03655
1.2 f_tot -17993.06419
1.6 f_tot -17993.08606
2 f_tot -17993.10394
2.4 f_tot -17993.11881
2.8 f_tot -17993.1313
3.2 f_tot -17993.14186
3.6 f_tot -17993.15082
4 f_tot -17993.16868
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ set Time step = 8.0e-4

# The simulation ends when either the number of time steps is reached or the
# simulation time is reached.
set Number of time steps = 150000
set Number of time steps = 5000

# =================================================================================
# Set the boundary conditions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
0 f_tot -2961.102683
1.2 f_tot -2965.677541
2.4 f_tot -2965.884581
3.6 f_tot -2966.061709
4.8 f_tot -2966.199195
6 f_tot -2966.302869
7.2 f_tot -2966.375264
8.4 f_tot -2966.427108
9.6 f_tot -2966.463559
10.8 f_tot -2966.488198
12 f_tot -2966.507931
0.3 f_tot -2965.48483
0.6 f_tot -2965.562625
0.9 f_tot -2965.620716
1.2 f_tot -2965.677529
1.5 f_tot -2965.731282
1.8 f_tot -2965.781551
2.1 f_tot -2965.832435
2.4 f_tot -2965.884556
2.7 f_tot -2965.93272
3 f_tot -2965.976343
2 changes: 1 addition & 1 deletion tests/automatic_tests/precipitateEvolution/parameters.prm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ set Time step = 6.0e-4

# The simulation ends when either the number of time steps is reached or the
# simulation time is reached.
set Number of time steps = 20000
set Number of time steps = 5000

# =================================================================================
# Set the linear solver parameters
Expand Down
35 changes: 35 additions & 0 deletions tests/automatic_tests/test_results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1757,3 +1757,38 @@ Time: 41.89884090423584

Tests Passed: 5/5
---------------------------------------------------------
---------------------------------------------------------
Unit test on 2024-11-04 11:55
---------------------------------------------------------
Unit Tests Passed: 22/22
---------------------------------------------------------
Regression test on 2024-11-04 11:55
Architecture: x86_64
Model name: AMD Ryzen 7 7745HX with Radeon Graphics
CPU(s): 16
CPU max/min MHz: None, None
Hypervisor vendor: Microsoft
Number of processes: 1
---------------------------------------------------------
Application: allenCahn
Result: New Gold Standard
Time: 16.540193557739258

Application: cahnHilliard
Result: New Gold Standard
Time: 11.50249695777893

Application: CHAC_anisotropyRegularized
Result: New Gold Standard
Time: 12.078028440475464

Application: coupledCahnHilliardAllenCahn
Result: New Gold Standard
Time: 5.930960178375244

Application: precipitateEvolution
Result: New Gold Standard
Time: 66.96555471420288

Tests Passed: 5/5
---------------------------------------------------------

0 comments on commit 2cb9401

Please sign in to comment.