This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Sep 06, 2021
-
-
Dmitri Naumov authored
Follow-up of !3676 "Dropped the rotation of the shape function gradients".
-
- Jul 13, 2021
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Jul 26, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Putting IntegrationMethod after GlobalDim enables automatic template argument deduction for that type.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 23, 2019
-
-
Dmitri Naumov authored
This saves passing dt to all the computeSecondaryVariable functions. Having the dt finally removes the dt member from the ProcessData. Calling postTimestep is equivalent to the call of compute secondary; see TimeLoop.cpp; those are called one after each other.
-
Dmitri Naumov authored
-
- 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/'
-
- Jul 04, 2019
-
-
Dmitri Naumov authored
Adding permeability model to the derived class.
-
- Jul 01, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Mar 11, 2019
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Dec 10, 2018
-
-
Dmitri Naumov authored
clang-tidy '*readability-braces-around-statements'
-
Dmitri Naumov authored
The usage in the code is simpler due to value semantics. Initialization is more safe.
-
- May 23, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
With this the aperture0 can be defined on mesh nodes and will be interpolated onto the integration points.
-
- May 22, 2018
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Dec 11, 2017
-
-
Dmitri Naumov authored
for consistency.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Nov 23, 2017
-
-
Dmitri Naumov authored
As in all other processes.
-
Dmitri Naumov authored
-
- Oct 16, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This is used to prevent negative apertures.
-
- Jul 25, 2017
-
-
Dmitri Naumov authored
New mesh properties for fracture relative displacement and shear stress in the additional coordinate for output.
-
Dmitri Naumov authored
-
- Jun 23, 2017
-
-
Dmitri Naumov authored
Otherwise in the first output of secondary variables these are uninitialized.
-
Dmitri Naumov authored
... instead of setZero() call. This is idiomatic and saves few cycles.
-
- Jun 12, 2017
-
-
Dmitri Naumov authored
-
- Jan 10, 2017
-
-
Dmitri Naumov authored
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-