This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Aug 02, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- May 17, 2019
-
-
jbathmann authored
Introduced information flow whether the timestep was accepted or not. This prevents the times in the timestepper and the external loop to diverge which causes two issues otherwise: 1.) Endless loop at t --> t_end, if max_iter > largest multiplier 2.) Endless loop at t --> t_end, if nonlinear solver fails during execution
-
- May 11, 2019
-
-
Dmitri Naumov authored
If the number of iterations is smaller than the first entry in the iterations vector, the multiplier will be set to the first entry value.
-
- Jan 21, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Change the way a multiplier is computed, s.t. for a set of iterations and multipliers as: i = 5 8 10 m = 2 1 0.5 following multiplier is taken m(<5) = 2 m(5-7) = 2 m(8-9) = 1 m(>=10) = 0.5 This is easier to comprehend in the project files.
-
Dmitri Naumov authored
Otherwise the timestepper will repeat the second iteration of the first time step with the initial_dt and simulation will be aborted. In the current implementation the minimum dt will be taken for the second iteration.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Check vector sizes.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 20, 2019
-
-
Dmitri Naumov authored
It is obviously adaptive.
-
Dmitri Naumov authored
Obligatory clang-format too. Choosing int over size_t for number of iterations -- nobody is going to wait that long anyway.
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Jun 29, 2017
- May 02, 2017
-
-
Dmitri Naumov authored
This potentially saves a second copy compared to using const reference. See Effective Modern C++, Item 41.
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Mar 12, 2014
-
-
Lars Bilke authored
-
- Mar 07, 2014
-
-
Norihiro Watanabe authored
-