Skip to content

Commit 8a1b3da

Browse files
committed
something else we dont need?
1 parent 4162c72 commit 8a1b3da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SU2_CFD/include/solvers/CFVMFlowSolverBase.inl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,9 @@ void CFVMFlowSolverBase<V, FlowRegime>::BC_Sym_Plane(CGeometry* geometry, CSolve
12351235

12361236
for (unsigned short iVar = 0; iVar < nVar * nVar; iVar++)
12371237
block[iVar] = SU2_TYPE::GetValue(newJac[iVar]);
1238-
1238+
1239+
/*--- TODO(pedro): Do we still need this for stability? ---*/
1240+
#if 0
12391241
/*--- The modification also leaves the Jacobian ill-conditioned. Similar to setting
12401242
* the normal velocity we need to recover the diagonal dominance of the Jacobian. ---*/
12411243
if (jPoint == iPoint) {
@@ -1246,6 +1248,7 @@ void CFVMFlowSolverBase<V, FlowRegime>::BC_Sym_Plane(CGeometry* geometry, CSolve
12461248
}
12471249
}
12481250
}
1251+
#endif
12491252
};
12501253
ModifyJacobian(iPoint);
12511254
for (size_t iNeigh = 0; iNeigh < geometry->nodes->GetnPoint(iPoint); ++iNeigh) {

0 commit comments

Comments
 (0)