mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Moved saturation copying out of transport time measurement.
This commit is contained in:
parent
ddc53646d5
commit
b30e64630f
@ -371,11 +371,11 @@ main(int argc, char** argv)
|
|||||||
&reorder_sat[0],
|
&reorder_sat[0],
|
||||||
&state.concentration()[0],
|
&state.concentration()[0],
|
||||||
&state.cmax()[0]);
|
&state.cmax()[0]);
|
||||||
Opm::toBothSat(reorder_sat, state.saturation());
|
|
||||||
transport_timer.stop();
|
transport_timer.stop();
|
||||||
double tt = transport_timer.secsSinceStart();
|
double tt = transport_timer.secsSinceStart();
|
||||||
std::cout << "Transport solver took: " << tt << " seconds." << std::endl;
|
std::cout << "Transport solver took: " << tt << " seconds." << std::endl;
|
||||||
ttime += tt;
|
ttime += tt;
|
||||||
|
Opm::toBothSat(reorder_sat, state.saturation());
|
||||||
|
|
||||||
current_time += stepsize;
|
current_time += stepsize;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user