Skip to content

Commit d9c1bfb

Browse files
committed
hybrid AD
1 parent 1656474 commit d9c1bfb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

TestCases/hybrid_regression_AD.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def main():
8686
discadj_rans_naca0012_sst.cfg_dir = "disc_adj_rans/naca0012"
8787
discadj_rans_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
8888
discadj_rans_naca0012_sst.test_iter = 10
89-
discadj_rans_naca0012_sst.test_vals = [-2.201847, -0.172462, 3.043300, -0.041820]
89+
discadj_rans_naca0012_sst.test_vals = [-2.201504, -0.175221, 3.044800, -0.041845]
9090
discadj_rans_naca0012_sst.test_vals_aarch64 = [-2.201855, -0.172443, 3.043400, -0.041820]
9191
test_list.append(discadj_rans_naca0012_sst)
9292

@@ -111,7 +111,7 @@ def main():
111111
discadj_incomp_cylinder.cfg_dir = "disc_adj_incomp_navierstokes/cylinder"
112112
discadj_incomp_cylinder.cfg_file = "heated_cylinder.cfg"
113113
discadj_incomp_cylinder.test_iter = 20
114-
discadj_incomp_cylinder.test_vals = [20.000000, -2.746353, -2.934792, 0.000000]
114+
discadj_incomp_cylinder.test_vals = [20.000000, -2.746353, -2.934777, 0.000000]
115115
discadj_incomp_cylinder.test_vals_aarch64 = [20.000000, -2.731541, -2.890897, 0.000000]
116116
discadj_incomp_cylinder.tol_aarch64 = 2e-1
117117
test_list.append(discadj_incomp_cylinder)
@@ -133,7 +133,7 @@ def main():
133133
discadj_incomp_turb_NACA0012_sst.cfg_dir = "disc_adj_incomp_rans/naca0012"
134134
discadj_incomp_turb_NACA0012_sst.cfg_file = "turb_naca0012_sst.cfg"
135135
discadj_incomp_turb_NACA0012_sst.test_iter = 10
136-
discadj_incomp_turb_NACA0012_sst.test_vals = [-3.775713, -3.089085, -7.142524, 0.000000, -0.897100]
136+
discadj_incomp_turb_NACA0012_sst.test_vals = [-3.775646, -3.089083, -7.142512, 0.000000, -0.897106]
137137
test_list.append(discadj_incomp_turb_NACA0012_sst)
138138

139139
#######################################################
@@ -173,7 +173,7 @@ def main():
173173
discadj_DT_1ST_cylinder.cfg_dir = "disc_adj_rans/cylinder_DT_1ST"
174174
discadj_DT_1ST_cylinder.cfg_file = "cylinder.cfg"
175175
discadj_DT_1ST_cylinder.test_iter = 9
176-
discadj_DT_1ST_cylinder.test_vals = [1.196346, -3.339016, -0.006212, 0.000020]
176+
discadj_DT_1ST_cylinder.test_vals = [1.196347, -3.339014, -0.006212, 0.000020]
177177
discadj_DT_1ST_cylinder.unsteady = True
178178
discadj_DT_1ST_cylinder.enabled_with_tsan = False
179179
test_list.append(discadj_DT_1ST_cylinder)
@@ -226,7 +226,7 @@ def main():
226226
pywrapper_FEA_AD_FlowLoad.cfg_dir = "py_wrapper/disc_adj_fea/flow_load_sens"
227227
pywrapper_FEA_AD_FlowLoad.cfg_file = "configAD_fem.cfg"
228228
pywrapper_FEA_AD_FlowLoad.test_iter = 100
229-
pywrapper_FEA_AD_FlowLoad.test_vals = [-0.132037, -0.554472, -0.000364, -0.003101]
229+
pywrapper_FEA_AD_FlowLoad.test_vals = [-0.132861, -0.558149, -0.000364, -0.003101]
230230
pywrapper_FEA_AD_FlowLoad.test_vals_aarch64 = [-0.131745, -0.553214, -0.000364, -0.003101]
231231
pywrapper_FEA_AD_FlowLoad.command = TestCase.Command(exec = "python", param = "run_adjoint.py --parallel -f")
232232
pywrapper_FEA_AD_FlowLoad.timeout = 1600
@@ -241,7 +241,7 @@ def main():
241241
pywrapper_CFD_AD_MeshDisp.cfg_dir = "py_wrapper/disc_adj_flow/mesh_disp_sens"
242242
pywrapper_CFD_AD_MeshDisp.cfg_file = "configAD_flow.cfg"
243243
pywrapper_CFD_AD_MeshDisp.test_iter = 1000
244-
pywrapper_CFD_AD_MeshDisp.test_vals = [30.000000, -2.496218, 1.441643, 0.000000]
244+
pywrapper_CFD_AD_MeshDisp.test_vals = [30.000000, -2.496268, 1.441667, 0.000000]
245245
pywrapper_CFD_AD_MeshDisp.test_vals_aarch64 = [30.000000, -2.499079, 1.440068, 0.000000]
246246
pywrapper_CFD_AD_MeshDisp.command = TestCase.Command(exec = "python", param = "run_adjoint.py --parallel -f")
247247
pywrapper_CFD_AD_MeshDisp.timeout = 1600

0 commit comments

Comments
 (0)