This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Jul 16, 2020
-
-
Dmitri Naumov authored
-
- Apr 28, 2020
-
-
Dmitri Naumov authored
This are all but backward Euler. The few testcases in H2-pp were updated to backward Euler without loss of accuracy. - All processes using a Newton scheme are discretized for the backward Euler scheme only. They are not usable with other time discretizations. - Greatly simplifies code maintenance in this part.
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 24, 2019
-
-
Dmitri Naumov authored
Avoid local variables `process_id' when looping over all processes. Move numbering of the processes to the ProcessData ctor.
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Aug 02, 2019
-
-
Dmitri Naumov authored
This seems to be unused. At least the current benchmarks do not need this special cases.
-
- Jun 25, 2019
-
-
The name is already included in the process.
-
- Jan 21, 2019
-
-
Dmitri Naumov authored
It contains a boolean for met error norms and a number of iterations of the solver made. The number of iterations is needed for a timestepping scheme.
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Dec 05, 2018
-
-
Tom Fischer authored
If 'old' prj-file is used abort with OGS_FATAL.
-
- Feb 05, 2018
-
-
Dmitri Naumov authored
Also update the variables' names and some of the docu.
-
Dmitri Naumov authored
-