Skip to content

Commit d7868cf

Browse files
authored
Merge pull request #21 from su2code/cleanup_linsol_options
Replace DEFORM_LINEAR_ITER by DEFORM_LINEAR_SOLVER_ITER
2 parents 69d284d + 490be0f commit d7868cf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Inc_Heated_Cylinders/flow_cylinder.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ WRT_CON_FREQ= 1
245245
DEFORM_LINEAR_SOLVER= FGMRES
246246
%
247247
% Number of smoothing iterations for mesh deformation
248-
DEFORM_LINEAR_ITER= 200
248+
DEFORM_LINEAR_SOLVER_ITER= 200
249249
%
250250
% Number of nonlinear deformation iterations (surface deformation increments)
251251
DEFORM_NONLINEAR_ITER= 1

Inc_Heated_Cylinders/solid_cylinder1.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ WRT_CON_FREQ= 1
173173
DEFORM_LINEAR_SOLVER= FGMRES
174174
%
175175
% Number of smoothing iterations for mesh deformation
176-
DEFORM_LINEAR_ITER= 200
176+
DEFORM_LINEAR_SOLVER_ITER= 200
177177
%
178178
% Number of nonlinear deformation iterations (surface deformation increments)
179179
DEFORM_NONLINEAR_ITER= 1

Inc_Heated_Cylinders/solid_cylinder2.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ WRT_CON_FREQ= 1
183183
DEFORM_LINEAR_SOLVER= FGMRES
184184
%
185185
% Number of smoothing iterations for mesh deformation
186-
DEFORM_LINEAR_ITER= 200
186+
DEFORM_LINEAR_SOLVER_ITER= 200
187187
%
188188
% Number of nonlinear deformation iterations (surface deformation increments)
189189
DEFORM_NONLINEAR_ITER= 1

Inc_Heated_Cylinders/solid_cylinder3.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ WRT_CON_FREQ= 1
183183
DEFORM_LINEAR_SOLVER= FGMRES
184184
%
185185
% Number of smoothing iterations for mesh deformation
186-
DEFORM_LINEAR_ITER= 200
186+
DEFORM_LINEAR_SOLVER_ITER= 200
187187
%
188188
% Number of nonlinear deformation iterations (surface deformation increments)
189189
DEFORM_NONLINEAR_ITER= 1

Inviscid_2D_Unconstrained_NACA0012/inv_NACA0012_basic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ DV_VALUE= 1.0
205205
% ------------------------ GRID DEFORMATION PARAMETERS ------------------------%
206206
%
207207
% Number of smoothing iterations for FEA mesh deformation
208-
DEFORM_LINEAR_ITER= 500
208+
DEFORM_LINEAR_SOLVER_ITER= 500
209209
%
210210
% Number of nonlinear deformation iterations (surface deformation increments)
211211
DEFORM_NONLINEAR_ITER= 1

Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ DV_VALUE= 0.0
304304
DEFORM_LINEAR_SOLVER= FGMRES
305305
%
306306
% Number of smoothing iterations for mesh deformation
307-
DEFORM_LINEAR_ITER= 500
307+
DEFORM_LINEAR_SOLVER_ITER= 500
308308
%
309309
% Minimum residual criteria for the linear solver convergence of grid deformation
310310
DEFORM_LINEAR_SOLVER_ERROR= 1E-14

Multi_Objective_Shape_Design/inv_wedge_ROE_multiobj_combo.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ DV_PARAM= (MAIN_BOX, 3,0, 0,1.0,0,0 )
329329
% Value of the shape deformation deformation
330330
DV_VALUE= 0.5
331331
% Number of smoothing iterations for FEA mesh deformation
332-
DEFORM_LINEAR_ITER= 500
332+
DEFORM_LINEAR_SOLVER_ITER= 500
333333
%
334334
% Number of nonlinear deformation iterations (surface deformation increments)
335335
DEFORM_NONLINEAR_ITER= 1

0 commit comments

Comments
 (0)