This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- May 08, 2024
-
-
Some time-dependent material models are not running with the dt=1 (at restart) and require "proper" time step sizes.
-
- Jan 25, 2024
-
-
wenqing authored
-
- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Nov 28, 2023
-
-
Tom Fischer authored
-
Tom Fischer authored
[PL/TimeLoop] Apply computationOfChangeNeeded() before computeRelativeSolutionChangeFromPreviousTimestep()
-
Tom Fischer authored
The goal is to make the function independent from the TimeLoop class
-
- Nov 11, 2023
-
-
Tao_You authored
-
- Oct 02, 2023
-
-
-
-
-
-
... to preTsNonlinearSolvePostTs()
-
- Aug 04, 2023
-
-
Dmitri Naumov authored
Pass x_prev to all solve, computeResiduum, etc. functions.
-
- Jan 03, 2023
-
-
Dmitri Naumov authored
-
- Nov 07, 2022
-
-
Tom Fischer authored
Public interface function to request output
-
Tom Fischer authored
[PL] TimeLoop::outputSolution(): Use internal attribut _outputs instead passing one Output object as parameter # Conflicts: # ProcessLib/TimeLoop.cpp
-
- Oct 14, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- May 25, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
Use _output->getFixedOutputTimes() in a higher level abstraction level makes computeTimeStepping() a bit more independent from the output.
-
- May 09, 2022
-
-
Tom Fischer authored
-
- May 06, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
md rename timeloop::doTimestep
-
Tom Fischer authored
-
- Jan 27, 2022
-
-
Tom Fischer authored
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Aug 27, 2021
-
-
Dmitri Naumov authored
-
- Mar 18, 2021
-
-
Tom Fischer authored
-
- Mar 08, 2021
-
-
Tom Fischer authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Dec 30, 2020
-
-
renchao.lu authored
-
- May 29, 2020
-
-
renchao.lu authored
-
- May 07, 2020
-
-
Dmitri Naumov authored
This simplifies the TimeDiscretization interface: pushState and popState are no longer needed. The corresponding copies are done in the time loop. Since the previous time step solution is no longer stored in the time discretization, it is passed to all required functions like assemble, getRHS and the like.
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
No INFO/ERR/WARN/DBUG calls in this files.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-