AdaptiveTimeStepping: pass object to compute time error to time step control. This

allows us to shift the computation of the error to the physical model.
This commit is contained in:
Robert Kloefkorn
2015-10-31 12:42:23 +01:00
parent 2399629ebc
commit 005a0c2930
5 changed files with 71 additions and 111 deletions

View File

@@ -43,7 +43,6 @@ namespace Opm {
//! \param pinfo The information about the data distribution
//! and communication for a parallel run.
AdaptiveTimeStepping( const parameter::ParameterGroup& param,
const boost::any& pinfo=boost::any(),
const bool terminal_output = true );
/** \brief step method that acts like the solver::step method