opm-simulators/opm/simulators/timestepping
Markus Blatt 98e11bf14e [bugfix] Use reasonable timestep if NEXTSTEP in ACTIONX is used.
The step size might still need to be smaller than suggested to not
simulate beyond the end of the current report step. To ensure this we
now use AdaptiveTimeSimulationTimer::provideTimeStepEstimate which
will limit it and also make sure that subsequent time steps will not
get to small either.
2024-03-22 14:25:09 +01:00
..
AdaptiveSimulatorTimer.cpp [Fix] Correct handling of NEXTSTEP in ACTIONX 2024-03-05 13:59:24 +01:00
AdaptiveSimulatorTimer.hpp [Fix] Correct handling of NEXTSTEP in ACTIONX 2024-03-05 13:59:24 +01:00
AdaptiveTimeStepping.cpp AdaptiveTimeSteppingEbos: rename to AdaptiveTimeStepping 2024-02-01 17:57:59 +01:00
AdaptiveTimeStepping.hpp [bugfix] Use reasonable timestep if NEXTSTEP in ACTIONX is used. 2024-03-22 14:25:09 +01:00
ConvergenceReport.cpp Move formatting utilities for convergence failures. 2024-01-23 11:16:57 +01:00
ConvergenceReport.hpp Move formatting utilities for convergence failures. 2024-01-23 11:16:57 +01:00
EclTimeSteppingParams.hpp move ebos/ecltimesteppingparams.hh to opm/simulators/timestepping 2024-02-19 09:28:50 +01:00
gatherConvergenceReport.cpp Capture Timestep's Non-Linear Convergence History 2022-12-09 16:22:36 +01:00
gatherConvergenceReport.hpp clean up after review 2021-10-05 13:07:52 +02:00
SimulatorReport.cpp Removing redundant report output and renaming. 2024-02-12 10:54:50 +01:00
SimulatorReport.hpp SimulatorReport: add serialization support 2023-02-16 11:56:40 +01:00
SimulatorTimer.cpp consistently use std::size_t 2023-08-15 09:32:10 +02:00
SimulatorTimer.hpp consistently use std::size_t 2023-08-15 09:32:10 +02:00
SimulatorTimerInterface.cpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
SimulatorTimerInterface.hpp SimulatorTimerInterface: avoid boost includes in header 2021-06-08 15:44:56 +02:00
TimeStepControl.cpp PIDAndIterationCountTimeStepControl: add serialization support 2023-02-13 22:03:19 +01:00
TimeStepControl.hpp AdaptiveTimeSteppingEbos: add serialization support 2023-02-13 22:03:58 +01:00
TimeStepControlInterface.hpp Timestepper based on userInput 2016-09-21 09:39:36 +02:00