Skip to content

Commit

Permalink
replace DEFORM_LINEAR_ITER by DEFORM_LINEAR_SOLVER_ITER
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarruscag committed Oct 24, 2019
1 parent 69d284d commit 490be0f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Inc_Heated_Cylinders/flow_cylinder.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ WRT_CON_FREQ= 1
DEFORM_LINEAR_SOLVER= FGMRES
%
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 200
DEFORM_LINEAR_SOLVER_ITER= 200
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion Inc_Heated_Cylinders/solid_cylinder1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ WRT_CON_FREQ= 1
DEFORM_LINEAR_SOLVER= FGMRES
%
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 200
DEFORM_LINEAR_SOLVER_ITER= 200
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion Inc_Heated_Cylinders/solid_cylinder2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ WRT_CON_FREQ= 1
DEFORM_LINEAR_SOLVER= FGMRES
%
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 200
DEFORM_LINEAR_SOLVER_ITER= 200
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion Inc_Heated_Cylinders/solid_cylinder3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ WRT_CON_FREQ= 1
DEFORM_LINEAR_SOLVER= FGMRES
%
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 200
DEFORM_LINEAR_SOLVER_ITER= 200
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion Inviscid_2D_Unconstrained_NACA0012/inv_NACA0012_basic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ DV_VALUE= 1.0
% ------------------------ GRID DEFORMATION PARAMETERS ------------------------%
%
% Number of smoothing iterations for FEA mesh deformation
DEFORM_LINEAR_ITER= 500
DEFORM_LINEAR_SOLVER_ITER= 500
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ DV_VALUE= 0.0
DEFORM_LINEAR_SOLVER= FGMRES
%
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 500
DEFORM_LINEAR_SOLVER_ITER= 500
%
% Minimum residual criteria for the linear solver convergence of grid deformation
DEFORM_LINEAR_SOLVER_ERROR= 1E-14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ DV_PARAM= (MAIN_BOX, 3,0, 0,1.0,0,0 )
% Value of the shape deformation deformation
DV_VALUE= 0.5
% Number of smoothing iterations for FEA mesh deformation
DEFORM_LINEAR_ITER= 500
DEFORM_LINEAR_SOLVER_ITER= 500
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down

0 comments on commit 490be0f

Please sign in to comment.