Skip to content

Commit e173066

Browse files
committed
Removing options for DEFORM_TOL_FACTOR.
1 parent 6877ae7 commit e173066

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Inviscid_2D_Unconstrained_NACA0012/inv_NACA0012_basic.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ DEFORM_NONLINEAR_ITER= 1
213213
% Print the residuals during mesh deformation to the console (YES, NO)
214214
DEFORM_CONSOLE_OUTPUT= YES
215215
%
216-
% Factor to multiply smallest cell volume for deform tolerance (0.001 default)
217-
DEFORM_TOL_FACTOR = 0.001
216+
% Minimum residual criteria for the linear solver convergence of grid deformation
217+
DEFORM_LINEAR_SOLVER_ERROR= 1E-14
218218
%
219219
% Type of element stiffness imposed for FEA mesh deformation (INVERSE_VOLUME,
220220
% WALL_DISTANCE, CONSTANT_STIFFNESS)

Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ DEFORM_LINEAR_SOLVER= FGMRES
312312
% Number of smoothing iterations for mesh deformation
313313
DEFORM_LINEAR_ITER= 500
314314
%
315-
% Factor to multiply smallest cell volume for deform tolerance (0.001 default)
316-
DEFORM_TOL_FACTOR = 1E-6
315+
% Minimum residual criteria for the linear solver convergence of grid deformation
316+
DEFORM_LINEAR_SOLVER_ERROR= 1E-14
317317
%
318318
% Type of element stiffness imposed for FEA mesh deformation (INVERSE_VOLUME,
319319
% WALL_DISTANCE, CONSTANT_STIFFNESS)

Multi_Objective_Shape_Design/inv_wedge_ROE_multiobj_combo.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ DEFORM_NONLINEAR_ITER= 1
337337
% Print the residuals during mesh deformation to the console (YES, NO)
338338
DEFORM_CONSOLE_OUTPUT= YES
339339
%
340-
% Factor to multiply smallest cell volume for deform tolerance (0.001 default)
341-
DEFORM_TOL_FACTOR = 1e-15
340+
% Minimum residual criteria for the linear solver convergence of grid deformation
341+
DEFORM_LINEAR_SOLVER_ERROR= 1E-14
342342
%
343343
% Type of element stiffness imposed for FEA mesh deformation (INVERSE_VOLUME,
344344
% WALL_DISTANCE, CONSTANT_STIFFNESS)

0 commit comments

Comments
 (0)