Skip to content

Commit 85311b4

Browse files
authored
Merge branch 'develop' into cleanup_python_wrapper
2 parents 67b5aec + 88fbcd6 commit 85311b4

39 files changed

Lines changed: 39 additions & 39 deletions

File tree

TestCases/axisymmetric_rans/air_nozzle/air_nozzle.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ LINEAR_SOLVER= FGMRES
143143
% Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI)
144144
LINEAR_SOLVER_PREC= ILU
145145
%
146-
% Linael solver ILU preconditioner fill-in level (0 by default)
146+
% Linear solver ILU preconditioner fill-in level (0 by default)
147147
LINEAR_SOLVER_ILU_FILL_IN= 0
148148
%
149149
% Minimum error of the linear solver for implicit formulations

TestCases/cont_adj_euler/naca0012/inv_NACA0012.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ LINEAR_SOLVER_ERROR= 1E-6
112112
% Max number of iterations of the linear solver for the implicit formulation
113113
LINEAR_SOLVER_ITER= 5
114114
%
115-
% Linael solver ILU preconditioner fill-in level (1 by default)
115+
% Linear solver ILU preconditioner fill-in level (1 by default)
116116
LINEAR_SOLVER_ILU_FILL_IN= 0
117117

118118
% -------------------------- MULTIGRID PARAMETERS -----------------------------%

TestCases/cont_adj_euler/naca0012/inv_NACA0012_FD.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ LINEAR_SOLVER= FGMRES
110110
% Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI)
111111
LINEAR_SOLVER_PREC= ILU
112112
%
113-
% Linael solver ILU preconditioner fill-in level (1 by default)
113+
% Linear solver ILU preconditioner fill-in level (1 by default)
114114
LINEAR_SOLVER_ILU_FILL_IN= 0
115115

116116
% -------------------------- MULTIGRID PARAMETERS -----------------------------%

TestCases/cont_adj_euler/wedge/inv_wedge_ROE_multiobj.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ LINEAR_SOLVER_ITER= 5
112112
% Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI)
113113
LINEAR_SOLVER_PREC= ILU
114114
%
115-
% Linael solver ILU preconditioner fill-in level (1 by default)
115+
% Linear solver ILU preconditioner fill-in level (1 by default)
116116
LINEAR_SOLVER_ILU_FILL_IN= 0
117117

118118

TestCases/coupled_cht/comp_2d/flow_cylinder.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LINEAR_SOLVER= FGMRES
9797
% Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI)
9898
LINEAR_SOLVER_PREC= ILU
9999
%
100-
% Linael solver ILU preconditioner fill-in level (0 by default)
100+
% Linear solver ILU preconditioner fill-in level (0 by default)
101101
LINEAR_SOLVER_ILU_FILL_IN= 0
102102
%
103103
% Minimum error of the linear solver for implicit formulations

TestCases/coupled_cht/comp_2d/solid_cylinder1.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ LINEAR_SOLVER= FGMRES
8989
% Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI)
9090
LINEAR_SOLVER_PREC= ILU
9191
%
92-
% Linael solver ILU preconditioner fill-in level (0 by default)
92+
% Linear solver ILU preconditioner fill-in level (0 by default)
9393
LINEAR_SOLVER_ILU_FILL_IN= 0
9494
%
9595
% Minimum error of the linear solver for implicit formulations

TestCases/coupled_cht/comp_2d/solid_cylinder2.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ LINEAR_SOLVER= FGMRES
9898
% Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI)
9999
LINEAR_SOLVER_PREC= ILU
100100
%
101-
% Linael solver ILU preconditioner fill-in level (0 by default)
101+
% Linear solver ILU preconditioner fill-in level (0 by default)
102102
LINEAR_SOLVER_ILU_FILL_IN= 0
103103
%
104104
% Minimum error of the linear solver for implicit formulations

TestCases/coupled_cht/comp_2d/solid_cylinder3.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ LINEAR_SOLVER= FGMRES
9898
% Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI)
9999
LINEAR_SOLVER_PREC= ILU
100100
%
101-
% Linael solver ILU preconditioner fill-in level (0 by default)
101+
% Linear solver ILU preconditioner fill-in level (0 by default)
102102
LINEAR_SOLVER_ILU_FILL_IN= 0
103103
%
104104
% Minimum error of the linear solver for implicit formulations

TestCases/coupled_cht/disc_adj_incomp_2d/flow_cylinder.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ LINEAR_SOLVER= FGMRES
151151
% Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI)
152152
LINEAR_SOLVER_PREC= ILU
153153
%
154-
% Linael solver ILU preconditioner fill-in level (0 by default)
154+
% Linear solver ILU preconditioner fill-in level (0 by default)
155155
LINEAR_SOLVER_ILU_FILL_IN= 0
156156
%
157157
% Minimum error of the linear solver for implicit formulations

TestCases/coupled_cht/disc_adj_incomp_2d/solid_cylinder1.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ LINEAR_SOLVER= FGMRES
8989
% Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI)
9090
LINEAR_SOLVER_PREC= ILU
9191
%
92-
% Linael solver ILU preconditioner fill-in level (0 by default)
92+
% Linear solver ILU preconditioner fill-in level (0 by default)
9393
LINEAR_SOLVER_ILU_FILL_IN= 0
9494
%
9595
% Minimum error of the linear solver for implicit formulations

0 commit comments

Comments
 (0)