This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jul 16, 2019
-
-
Dmitri Naumov authored
Including - usage of static_cast instead of c-style cast, - single variable declaration per line, - removing const from return types - omit unnecessary string to char* conversions, The used clang-tidy checks are: google-readability-casting, readability-const-return-type, readability-container-size-empty, readability-delete-null-pointer, readability-deleted-default, readability-else-after-return, readability-function-size, readability-identifier-naming, readability-inconsistent-declaration-parameter-name, readability-isolate-declaration, readability-misleading-indentation, readability-misplaced-array-index, readability-named-parameter, readability-redundant-*, readability-simplify-*, readability-static-accessed-through-instance, readability-static-definition-in-anonymous-namespace, readability-string-compare, readability-uniqueptr-delete-release
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Update dependencies.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Most of the current .clang-tidy contained checks: google-explicit-constructor google-readability-braces-around-statements modernize-loop-convert modernize-use-default-member-init modernize-use-emplace modernize-use-using readability-braces-around-statements readability-else-after-return readability-named-parameter *readability-namespace-comments *readability-inconsistent-* readability-redundant-member-init readability-simplify-boolean-expr readability-string-compare *explicit-conversions*
-
Dmitri Naumov authored
-
Dmitri Naumov authored
[Web] Update equilibrium phase benchmark
-
Dmitri Naumov authored
[CL] Output Solutions of Immobile Phases
-
- Jul 15, 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
-
Lars Bilke authored
[Jenkins] Explicitly use clcache on Windows
-
Lars Bilke authored
-
Lars Bilke authored
Before it was globally set on the host.
-
Lars Bilke authored
Bump lodash from 4.17.11 to 4.17.14 in /web
-
- Jul 14, 2019
-
-
Dmitri Naumov authored
-
- Jul 13, 2019
-
-
dependabot[bot] authored
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jul 12, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
renchao.lu authored
[T] KineticReactant_AllAsComponents
-
-
Dmitri Naumov authored
LIE Mohr-Coulomb; Use Newton-Raphson solver internally.
-
Johannes Boog authored
-
Johannes Boog authored
-
Johannes Boog authored
-
Lars Bilke authored
[Conan] Use lower-case packages
-
Lars Bilke authored
-
- Jul 11, 2019
-
-
Dmitri Naumov authored
And drop the relative error comparison for displacements, because some of the displacements are zero.
-
Dmitri Naumov authored
The results are taken from the now implemented Newton version of Mohr-Coulomb. For a physical test see the load path ctest.
-