You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*!\brief CENTRAL_JACOBIAN_FIX_FACTOR \n DESCRIPTION: Improve the numerical properties (diagonal dominance) of the global Jacobian matrix, 3 to 4 is "optimum" (central schemes) \ingroup Config*/
* \n DESCRIPTION: Convective numerical method for the adjoint solver.
1820
1820
* \n OPTIONS: See \link Upwind_Map \endlink , \link Centered_Map \endlink. Note: not all methods are guaranteed to be implemented for the adjoint solver. \ingroup Config */
@@ -4659,7 +4659,7 @@ void CConfig::SetPostprocessing(unsigned short val_software, unsigned short val_
4659
4659
nRough_Wall = nWall;
4660
4660
Roughness_Height = new su2double [nWall];
4661
4661
Kind_Wall = newunsignedshort [nWall];
4662
-
for (unsignedshortiMarker = 0; iMarker < nMarker_HeatFlux; iMarker++) {
4662
+
for (iMarker = 0; iMarker < nMarker_HeatFlux; iMarker++) {
4663
4663
Roughness_Height[iMarker] = 0.0;
4664
4664
Kind_Wall[iMarker] = SMOOTH;
4665
4665
}
@@ -5009,7 +5009,7 @@ void CConfig::SetPostprocessing(unsigned short val_software, unsigned short val_
5009
5009
if (edgeColorGroupSize==0) edgeColorGroupSize = 1<<30;
5010
5010
5011
5011
/*--- Specifying a deforming surface requires a mesh deformation solver. ---*/
5012
-
if (GetSurface_Movement(DEFORMING)) Deform_Mesh = true;
5012
+
if (GetSurface_Movement(DEFORMING)) Deform_Mesh = true;
5013
5013
5014
5014
}
5015
5015
@@ -5042,7 +5042,7 @@ void CConfig::SetMarkers(unsigned short val_software) {
0 commit comments