Skip to content
Snippets Groups Projects
Commit ba267073 authored by John Apostolakis's avatar John Apostolakis
Browse files

Rolling & Scalar IntegrationDriver: count only 'good' steps towards step number limit

RollingIntegrationDriver: count only 'good' steps towards step number limit
 - Co-works with changes in ScalarIntegrationDriver.

ScalarIntegrationDriver: changed while exit condition re number of iterations
- Co-works with change in RollingIntegrationDriver that counts 'good' steps only
- Suppressed old code for very small steps. [ Cleaned up if( true ) & else .]
   That 'branch' was not used in order to be compatible with vector code.

Agreement shown in test case 3 of testVectorIntegrationDriver

Small changes in aux classes: BaseRkIntegrationDriver, TrialsStats, FormattedReporter
 - BaseRkIntegrationDriver:  number of components: int -> unsigned & check it
 - FormattedReporter: small refinement in ReportOneLane - use separate ostream, then send to cout
 - TrialStats: Added method PrintSummary.  Fixed names in some printouts.
parent 22f34966
No related branches found
No related tags found
1 merge request!337Development of new vector integration method
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment