Skip to content

Commit

Permalink
updates after simd size of 1 for reverse AD
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarruscag committed Sep 19, 2022
1 parent 4357145 commit 37b4f58
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
74 changes: 37 additions & 37 deletions TestCases/cont_adj_euler/naca0012/of_grad_cd_disc.dat.ref
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
VARIABLES="VARIABLE" , "GRADIENT" , "FINDIFF_STEP"
0 , -2654.17 , 0.001
1 , -12995.5 , 0.001
2 , -21781.7 , 0.001
3 , -27675.9 , 0.001
4 , -30438.6 , 0.001
5 , -30444.6 , 0.001
6 , -28343.8 , 0.001
7 , -24794.9 , 0.001
8 , -20330.1 , 0.001
9 , -15377.4 , 0.001
10 , -10418.8 , 0.001
11 , -6202.42 , 0.001
12 , -3878.85 , 0.001
13 , -4911.73 , 0.001
14 , -10574.3 , 0.001
15 , -20611.7 , 0.001
16 , -30111.5 , 0.001
17 , -26295.8 , 0.001
18 , -62395.3 , 0.001
19 , -2807.68 , 0.001
20 , -838.255 , 0.001
21 , -672.494 , 0.001
22 , -1776.6 , 0.001
23 , -5721.22 , 0.001
24 , -13719.0 , 0.001
25 , -25698.8 , 0.001
26 , -40060.1 , 0.001
27 , -53726.4 , 0.001
28 , -62410.5 , 0.001
29 , -61286.9 , 0.001
30 , -46498.5 , 0.001
31 , -17834.2 , 0.001
32 , 18190.2 , 0.001
33 , 48451.4 , 0.001
0 , -2656.96 , 0.001
1 , -12995.9 , 0.001
2 , -21781.3 , 0.001
3 , -27675.3 , 0.001
4 , -30437.9 , 0.001
5 , -30443.9 , 0.001
6 , -28343.1 , 0.001
7 , -24794.2 , 0.001
8 , -20329.4 , 0.001
9 , -15376.6 , 0.001
10 , -10418.0 , 0.001
11 , -6201.67 , 0.001
12 , -3878.08 , 0.001
13 , -4910.93 , 0.001
14 , -10573.5 , 0.001
15 , -20610.7 , 0.001
16 , -30110.4 , 0.001
17 , -26294.5 , 0.001
18 , -62393.8 , 0.001
19 , -2797.26 , 0.001
20 , -832.067 , 0.001
21 , -668.081 , 0.001
22 , -1773.25 , 0.001
23 , -5718.86 , 0.001
24 , -13717.8 , 0.001
25 , -25699.0 , 0.001
26 , -40061.9 , 0.001
27 , -53729.8 , 0.001
28 , -62415.6 , 0.001
29 , -61293.4 , 0.001
30 , -46505.9 , 0.001
31 , -17841.7 , 0.001
32 , 18183.8 , 0.001
33 , 48447.5 , 0.001
34 , 62322.0 , 0.001
35 , 64135.8 , 0.001
36 , 54563.9 , 0.001
37 , 64854.5 , 0.001
35 , 64139.5 , 0.001
36 , 54568.2 , 0.001
37 , 64856.8 , 0.001
16 changes: 8 additions & 8 deletions TestCases/disc_adj_fsi/dyn_fsi/grad_dv.opt.ref
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
INDEX GRAD
0 -3.461460562561343e-03
1 -1.841786233479942e-03
2 -7.915535761739026e-04
3 -2.739621893483675e-04
4 -2.734869271695357e-04
5 -7.881162914578071e-04
6 -1.828978375508056e-03
7 -3.427219521629237e-03
0 -3.461460630332286e-03
1 -1.841786279602490e-03
2 -7.915536035493717e-04
3 -2.739622003666185e-04
4 -2.734869244046031e-04
5 -7.881162775931060e-04
6 -1.828978353197476e-03
7 -3.427219493292633e-03
4 changes: 2 additions & 2 deletions TestCases/multiple_ffd/naca0012/of_grad_cd.dat.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VARIABLES="VARIABLE" , "GRADIENT" , "FINDIFF_STEP"
0 , 0.076707 , 0.001
1 , -0.113016 , 0.001
0 , 0.0767137 , 0.001
1 , -0.113024 , 0.001
2 changes: 1 addition & 1 deletion TestCases/parallel_regression_AD.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def main():
discadj_fsi2.cfg_dir = "disc_adj_fsi/Airfoil_2d"
discadj_fsi2.cfg_file = "config.cfg"
discadj_fsi2.test_iter = 8
discadj_fsi2.test_vals = [-3.479486, 0.122216, -1.303589, 7.5407e-09, 2.3244]
discadj_fsi2.test_vals = [-3.479484, 0.127482, -1.303589, 7.5407e-09, 2.3244]
discadj_fsi2.test_vals_aarch64 = [-3.479505, 0.127953, -1.303589, 7.5407e-09, 2.3244]
discadj_fsi2.su2_exec = "mpirun -n 2 SU2_CFD_AD"
discadj_fsi2.timeout = 1600
Expand Down

0 comments on commit 37b4f58

Please sign in to comment.