TimeStepControlInterface.hpp
Go to the documentation of this file.
61 virtual double computeTimeStepSize( const double dt, const int iterations, const RelativeChangeInterface& relativeChange , const AdaptiveSimulatorTimer& substepTimer) const = 0;
Simulation timer for adaptive time stepping. Definition: AdaptiveSimulatorTimer.hpp:41 Definition: TimeStepControlInterface.hpp:34 RelativeChangeInterface() Definition: TimeStepControlInterface.hpp:36 virtual ~RelativeChangeInterface() virtual destructor (empty) Definition: TimeStepControlInterface.hpp:42 virtual double relativeChange() const =0 Definition: TimeStepControlInterface.hpp:51 virtual bool timeStepAccepted(const double error, const double timeStepJustCompleted) const =0 virtual ~TimeStepControlInterface() virtual destructor (empty) Definition: TimeStepControlInterface.hpp:68 TimeStepControlInterface() Definition: TimeStepControlInterface.hpp:53 virtual double computeTimeStepSize(const double dt, const int iterations, const RelativeChangeInterface &relativeChange, const AdaptiveSimulatorTimer &substepTimer) const =0 Definition: blackoilboundaryratevector.hh:39 |