This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jan 29, 2019
-
-
Lars Bilke authored
Re-enable code coverage
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jan 25, 2019
-
-
Tom Fischer authored
Small fixes.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jan 24, 2019
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jan 23, 2019
-
-
Lars Bilke authored
-
Tom Fischer authored
[PL] Multi-component transport process
-
- Jan 22, 2019
-
-
renchao.lu authored
-
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
Dmitri Naumov authored
-
Lars Bilke authored
cppcheck
-
Dmitri Naumov authored
Iteration number based time stepping
-
Lars Bilke authored
ogs-[git tag]-[number of commits since tag]-[git hash]-...
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jan 21, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
First removal force the convergence checks to be executed. Last two changes handle the t being (almost) equal to the end time.
-
Dmitri Naumov authored
-
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
-
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.
-