Skip to content

Commit

Permalink
Merge pull request #176 from UCBoulder/bug/reset-iteration-number-dur…
Browse files Browse the repository at this point in the history
…ing-relaxed-solve

MAINT: Reset iteration data between relaxation iterations
  • Loading branch information
NateAM authored Oct 7, 2024
2 parents 6409dff + 29c7d15 commit e64cb72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/tardigrade_hydra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,7 @@ namespace tardigradeHydra{

// Reset hydra
updateUnknownVector( *getUnknownVector( ) ); //This allows for the relaxed to change the projection and adjust the decomposition
resetIterations( );

}

Expand Down

0 comments on commit e64cb72

Please sign in to comment.