Skip to content

Commit 62abbf4

Browse files
committed
update config_template
1 parent 4783e40 commit 62abbf4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

config_template.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ KIND_SGS_MODEL= NONE
3333
KIND_VERIFICATION_SOLUTION= NO_VERIFICATION_SOLUTION
3434
%
3535
% Mathematical problem (DIRECT, CONTINUOUS_ADJOINT, DISCRETE_ADJOINT)
36+
% Defaults to DISCRETE_ADJOINT for the SU2_*_AD codes, and to DIRECT otherwise.
3637
MATH_PROBLEM= DIRECT
3738
%
3839
% Axisymmetric simulation, only compressible flows (NO, YES)
@@ -976,13 +977,13 @@ ADJ_JST_SENSOR_COEFF= ( 0.5, 0.02 )
976977
% BCGSTAB, FGMRES, RESTARTED_FGMRES, CONJUGATE_GRADIENT (self-adjoint problems only), SMOOTHER.
977978
LINEAR_SOLVER= FGMRES
978979
%
979-
% Same for discrete adjoint (smoothers not supported)
980+
% Same for discrete adjoint (smoothers not supported), replaces LINEAR_SOLVER in SU2_*_AD codes.
980981
DISCADJ_LIN_SOLVER= FGMRES
981982
%
982983
% Preconditioner of the Krylov linear solver or type of smoother (ILU, LU_SGS, LINELET, JACOBI)
983984
LINEAR_SOLVER_PREC= ILU
984985
%
985-
% Same for discrete adjoint (JACOBI or ILU)
986+
% Same for discrete adjoint (JACOBI or ILU), replaces LINEAR_SOLVER_PREC in SU2_*_AD codes.
986987
DISCADJ_LIN_PREC= ILU
987988
%
988989
% Linael solver ILU preconditioner fill-in level (0 by default)

0 commit comments

Comments
 (0)