Skip to content

Commit 768aa92

Browse files
committed
update 3D agglomeration
1 parent c364dc4 commit 768aa92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SU2_CFD/include/solvers/CFVMFlowSolverBase.inl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ void CFVMFlowSolverBase<V, R>::ComputeUnderRelaxationFactor(const CConfig* confi
593593

594594
template <class V, ENUM_REGIME R>
595595
void CFVMFlowSolverBase<V, R>::ImplicitEuler_Iteration(CGeometry *geometry, CSolver**, CConfig *config) {
596+
596597
PrepareImplicitIteration(geometry, nullptr, config);
597598

598599
/*--- Solve or smooth the linear system. ---*/
@@ -605,7 +606,7 @@ void CFVMFlowSolverBase<V, R>::ImplicitEuler_Iteration(CGeometry *geometry, CSol
605606
END_SU2_OMP_FOR
606607

607608
auto iter = System.Solve(Jacobian, LinSysRes, LinSysSol, geometry, config);
608-
cout << "iter = " << iter << " " << System.GetResidual() << endl;
609+
609610
BEGIN_SU2_OMP_SAFE_GLOBAL_ACCESS {
610611
SetIterLinSolver(iter);
611612
SetResLinSolver(System.GetResidual());

0 commit comments

Comments
 (0)