This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jul 17, 2024
-
-
Dmitri Naumov authored
The matrices are not in use by any process.
-
- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Aug 04, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Apr 26, 2023
-
-
Christoph Lehmann authored
-
- Jan 03, 2023
-
-
Dmitri Naumov authored
-
- Sep 17, 2022
-
-
Dmitri Naumov authored
-
- Apr 08, 2022
-
-
Dmitri Naumov authored
Similar to the central differences Jacobian assembler but taking 1/3 time less.
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Dec 02, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Nov 30, 2020
-
-
Dmitri Naumov authored
From \dot{x} \approx (x - x0)/dt with a perturbation of \hat{x} = x + \eps it follows that for consistency xdot has to be perturbed with \eps/dt to keep the x0 unchanged.
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 23, 2019
-
-
Dmitri Naumov authored
Exemplary on SmallDeformationProcess, storage of dt is no longer required and the assembly can be repeated without dependency on the t/dt values.
-
- 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/'
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Oct 17, 2018
-
-
Christoph Lehmann authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Jan 10, 2017
-
-
Dmitri Naumov authored
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- Sep 20, 2016
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
# remove #pragma once: grep -r --include=*.h -Fx '#pragma once' -l . \ | while read f; do hg="`realpath --relative-to=. "$f" | tr '/.[:lower:]' '__[:upper:]'`" sed -i -e "/#pragma once/ c \\ #ifndef $hg\\ #define $hg $ a \\ \\ #endif // $hg" "$f"; done
-