Skip to content
Snippets Groups Projects
Commit c9f75979 authored by Kevin Jacques's avatar Kevin Jacques
Browse files

fix in Team32: To compute Residual based on PostOperation when using...

fix in Team32: To compute Residual based on PostOperation when using IterativeLoopN && Flag_UpdateSeparated=1
parent 3a8f2306
No related branches found
No related tags found
No related merge requests found
Pipeline #3582 passed
......@@ -1067,6 +1067,11 @@ Resolution {
Evaluate[$relaxcount=$NbrTestedFac];
EndIf
// To compute Residual based on PostOperation h_only
If (Flag_UpdateSeparated && Flag_ItLoopNRes==NLITLOOPN_POSTOPH)
Generate[UpH]; Solve[UpH];
EndIf
Evaluate[$syscount = $syscount + 1 ];
Evaluate[$relaxcounttot=$relaxcounttot+$relaxcount];
Evaluate[$relax= $RelaxFac];
......
......@@ -1049,6 +1049,11 @@ Resolution {
Evaluate[$relaxcount=$NbrTestedFac];
EndIf
// To compute Residual based on PostOperation h_only
If (Flag_UpdateSeparated && Flag_ItLoopNRes==NLITLOOPN_POSTOPH)
Generate[UpH]; Solve[UpH];
EndIf
Evaluate[$syscount = $syscount + 1 ];
Evaluate[$relaxcounttot=$relaxcounttot+$relaxcount];
Evaluate[$relax= $RelaxFac];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment