コード例 #1
0
 SimulatorReport AdaptiveTimeStepping::
 step( const SimulatorTimer& simulatorTimer, Solver& solver, State& state, WellState& well_state,
       Output& outputWriter )
 {
     return stepImpl( simulatorTimer, solver, state, well_state, &outputWriter );
 }
コード例 #2
0
void AdaptiveTimeStepping::
step( const SimulatorTimer& simulatorTimer, Solver& solver, State& state, WellState& well_state )
{
    stepImpl( simulatorTimer, solver, state, well_state );
}