This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jun 17, 2019
-
-
renchao.lu authored
-
Dmitri Naumov authored
CPPCheck warning fixes
-
Tom Fischer authored
[HT] Use const vars for sizes and indexes in local assembly.
-
Dmitri Naumov authored
Since at least gcc-9.1 the original code didn't compile any longer with error message: computeSurfaceNodeIDsInPolygonalRegion.cpp:147:48: error: converting to ‘const GeoLib::Polygon’ from initializer list would use explicit constructor ‘GeoLib::Polygon::Polygon(const GeoLib::Polyline&, bool)’ 147 | GeoLib::Polygon const& polygon{*plys[j]}; | ^ From reference_initialization page of cppreference.com: Lifetime of a temporary: ... - a temporary bound to a reference member in a constructor initializer list persists only until the constructor exits, not as long as the object exists. (note: such initialization is ill-formed as of DR 1696).
-
Dmitri Naumov authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Lars Bilke authored
-
Lars Bilke authored
Can now be used via singularity. https://www.opengeosys.org/docs/userguide/post-processing/paraview-on-eve
-
- Jun 16, 2019
-
-
Dmitri Naumov authored
Also use own findElementOrError() algorithm.
-
- Jun 15, 2019
-
-
Dmitri Naumov authored
CPPCheck warning type: redundantAssignment.
-
Dmitri Naumov authored
Either by renaming or removing the variable or adding an extra scope to the top variable. CPPCheck warning type: shadowVar.
-
Dmitri Naumov authored
CPPCheck warning type: unusedVariable.
-
Dmitri Naumov authored
CPPCheck warning type: variableScope.
-
- Jun 14, 2019
-
-
Lars Bilke authored
Clang minimal image was outdated and is not required anymore. On the old image an old Conan version was installed which had this bug: https://github.com/conan-io/conan/issues/5055 Which lead Sanitizer-jobs to fail...
-
Selection of tests published in the benchmark-books
-
Dmitri Naumov authored
Include some suppressions for python, omp, and ld_load.
-
- Jun 12, 2019
-
-
Dmitri Naumov authored
Add an optional chemical formula flag under the subtree of kinetic reactant
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
- Jun 11, 2019
-
-
Lars Bilke authored
Eve deploy fix
-
Lars Bilke authored
Currently tested on eve. Docker uses 7.4.
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
- modulecmd is in another directory - added fatal error when not found on eve
-
Lars Bilke authored
-
Dmitri Naumov authored
Fixed a few cppcheck/clang-tidy warnings in chemistry library
-
Dmitri Naumov authored
Iphreeqc CMake and databases updates.
-
Dmitri Naumov authored
Also reserve memory beforehand.
-
Dmitri Naumov authored
-
- Jun 10, 2019
-
-
renchao.lu authored
-
- Jun 09, 2019
-
-
renchao.lu authored
-
renchao.lu authored
-
- Jun 07, 2019
-
-
Dmitri Naumov authored
Change readme file to reflect the origin. Reformat to the standard 80 chars per line.
-
Dmitri Naumov authored
Set missing cmake project language specification, especially for the Var.c file, which must be compiled with c++ and compilation with c issued a warning.
-
Lars Bilke authored
[web] Updated CSS framework Tailwind to 1.0
-