fixed: pass the fipnum data into the adaptive timer stepper

summary substep reports requires FIP data
This commit is contained in:
Arne Morten Kvarving
2017-02-06 16:51:22 +01:00
parent b5b42faba4
commit a14f5392ee
7 changed files with 26 additions and 2 deletions

View File

@@ -282,7 +282,8 @@ public:
// \Note: The report steps are met in any case
// \Note: The sub stepping will require a copy of the state variables
if( adaptiveTimeStepping ) {
report += adaptiveTimeStepping->step( timer, *solver, state, well_state, output_writer_ );
report += adaptiveTimeStepping->step( timer, *solver, state, well_state, output_writer_,
output_writer_.requireFIPNUM() ? &fipnum : nullptr );
}
else {
// solve for complete report step