AdaptiveTimeStepping.hpp
Go to the documentation of this file.
const double growth_factor_ factor to multiply time step when solver recovered from failed convergence Definition: AdaptiveTimeStepping.hpp:85 Definition: AnisotropicEikonal.hpp:43 Definition: ParameterGroup.hpp:109 double suggested_next_timestep_ suggested size of next timestep Definition: AdaptiveTimeStepping.hpp:91 const bool solver_verbose_ solver verbosity Definition: AdaptiveTimeStepping.hpp:89 const double max_time_step_ maximal allowed time step size Definition: AdaptiveTimeStepping.hpp:87 TimeStepControlType timeStepControl_ time step control object Definition: AdaptiveTimeStepping.hpp:83 const double max_growth_ factor that limits the maximum growth of a time step Definition: AdaptiveTimeStepping.hpp:86 Definition: AdaptiveTimeStepping.hpp:38 Definition: OutputWriter.hpp:61 const bool timestep_verbose_ timestep verbosity Definition: AdaptiveTimeStepping.hpp:90 std::unique_ptr< TimeStepControlInterface > TimeStepControlType Definition: AdaptiveTimeStepping.hpp:81 const int solver_restart_max_ how many restart of solver are allowed Definition: AdaptiveTimeStepping.hpp:88 void stepImpl(const SimulatorTimer &timer, Solver &solver, State &state, WellState &well_state, OutputWriter *outputWriter) const double restart_factor_ factor to multiply time step with when solver fails to converge Definition: AdaptiveTimeStepping.hpp:84 Definition: SimulatorTimer.hpp:34 AdaptiveTimeStepping(const parameter::ParameterGroup ¶m, const boost::any &pinfo=boost::any(), const bool terminal_output=true) contructor taking parameter object Definition: AdaptiveTimeStepping_impl.hpp:37 bool full_timestep_initially_ beginning with the size of the time step from data file Definition: AdaptiveTimeStepping.hpp:92 void step(const SimulatorTimer &timer, Solver &solver, State &state, WellState &well_state) step method that acts like the solver::step method in a sub cycle of time steps Definition: AdaptiveTimeStepping_impl.hpp:83 |