AdaptiveSimulatorTimer: initialization of first time step size follows the same rule as

for later steps.
PIDTimeStepControl: added maxgrowth factor which indicates the maximum allow groth of
                    the time step from one to the next value.
This commit is contained in:
Robert K
2015-01-16 14:56:37 +01:00
parent aa66a4304f
commit 04e8533cee
3 changed files with 8 additions and 18 deletions

View File

@@ -105,8 +105,6 @@ namespace Opm
std::vector< double > steps_;
double suggestedMax_;
double suggestedAverage_;
double computeInitialTimeStep( const double lastDt ) const;
};
} // namespace Opm