https://gitlab.opengeosys.org/ogs/ogs.git

sort by:
Revision Author Date Message Commit Date
e60e58e TH2M ctests for HM/THM confined compression. 04 July 2021, 12:22:40 UTC
7d3e1e7 TH2M_THM non-isothermal confined compression 04 July 2021, 12:22:40 UTC
f44c0e5 TH2M_HM confined compression benchmark 04 July 2021, 11:38:50 UTC
e3d1c23 Merge branch 'external-petsc' into 'master' PETSc as ExternalProject instead of Conan See merge request ogs/ogs!3686 02 July 2021, 14:48:32 UTC
52e44bc [ci] Removed obsolete Linux Conan job. 02 July 2021, 13:33:23 UTC
c5ec929 [cmake] Added option OGS_PETSC_CONFIG_OPTIONS. Can be used to pass petsc config options such as --download-hypre etc. 02 July 2021, 13:33:23 UTC
2e39341 [cpm] Build gtest statically. Fixes macOS rpath issue. 02 July 2021, 13:33:23 UTC
734afc2 [cmake] Added Windows PETSc check. 02 July 2021, 13:33:23 UTC
53f26dc [web] Update Conan instructions. 02 July 2021, 13:33:23 UTC
f7bedd5 [cmake] Removed options OGS_LIB_[lib]=[System,...]. 02 July 2021, 13:33:23 UTC
624d389 [cmake] Removed option OGS_NO_EXTERNAL_LIBS. 02 July 2021, 13:33:23 UTC
b51a829 [cmake] Moved PETSc dependency to ExternalProject_Add() instead of Conan. Moved tfel dep to DependenciesExternalProject.cmake 02 July 2021, 13:33:23 UTC
37b3d43 [cmake] Add mac archs to FindPETSc.cmake. 02 July 2021, 13:33:23 UTC
3a62e0d Added BuildExternalProject() to cmake-format config. 02 July 2021, 13:33:23 UTC
a2a002c Merge branch 'mfront-mac' into 'master' [ci] Enable mfront on mac See merge request ogs/ogs!3671 02 July 2021, 12:23:31 UTC
db2ec02 [t] Relax tolerance in Mechanics/ModifiedCamClay/model_triaxtest. 01 July 2021, 19:23:15 UTC
59a90cc [cmake] Prefer system tfel before local tfel. 01 July 2021, 19:23:15 UTC
4007f54 [T] Move MohrCoulombAbboSloan/slope under OGS_USE_MFRONT condition. 01 July 2021, 19:23:15 UTC
d0fcff8 [cmake] Builds tfel via ExternalProject_Add(). - Removes tfel as a Conan dependency - To discuss: Ignores system-installed tfel 01 July 2021, 19:23:15 UTC
988b115 [cmake] Modified BuildExternalProject. 01 July 2021, 19:23:15 UTC
812d2db [cmake] Added module BuildExternalProject. https://github.com/Sbte/BuildExternalProject/commit/ce1a70996aa538aac17a6faf07db487c3a238838 01 July 2021, 19:23:15 UTC
2ae4ff7 [cmake] Fix packaging. 01 July 2021, 19:23:15 UTC
9faf451 [T/MatL] Add missing template keyword. 01 July 2021, 19:23:15 UTC
ee7218a [ci] Enable mfront on mac job. 01 July 2021, 19:23:15 UTC
6b67ad4 Merge branch 'SmallFixes_2021-Week26' into 'master' [GL] Small code improvements. See merge request ogs/ogs!3685 01 July 2021, 19:14:58 UTC
0dc914c [GL/Station] Correct copy constr. implementation. 01 July 2021, 14:41:44 UTC
0e45bee [GL/Station] Avoid mem leak in addSensorDataFromCSV. 01 July 2021, 14:41:44 UTC
e4ff28b [GL/SensorData] Use std::is_sorted, vec.front(), vec.back(). 01 July 2021, 14:41:44 UTC
d0a9c7a [GL/Station] Refactor createStation(). 01 July 2021, 14:17:05 UTC
c80890d [GL] Remove enum StationType and Station::_type. This data isn't required anymore. The type of station can be obtained via dynamic_cast. 01 July 2021, 14:17:05 UTC
66b63d0 [GL] Remove unnecessary Station::type method. The type ('simple' station or borehole) of the object can be obtained by dynamic_cast. 01 July 2021, 14:17:05 UTC
93a4a46 [GL/StationBorehole] Clang format constructor impl. 01 July 2021, 14:16:39 UTC
204dd94 [cmake] Fix unity build settings when MaterialLib is disabled. 30 June 2021, 10:16:20 UTC
249cf6c Merge branch 'TH2M_Updates' into 'master' TH2M updates See merge request ogs/ogs!3680 29 June 2021, 18:21:34 UTC
83d48cc Merge branch 'fix-cmake-3.16' into 'master' [cmake] Restore 3.16 compatibility. See merge request ogs/ogs!3681 29 June 2021, 13:26:05 UTC
92f61be Merge branch 'LIE_improvement' into 'master' Use the existing class to compute the rotation matrix in LIE See merge request ogs/ogs!3672 29 June 2021, 13:17:59 UTC
35b254f [cmake] Restore 3.16 compatibility. 29 June 2021, 11:46:56 UTC
98aeeb3 [ci] Fixed Docker image build on master. 29 June 2021, 11:41:40 UTC
1f4191c [Test/postLIE] added a 3D test for post LIE 29 June 2021, 08:38:07 UTC
43619c0 [Test/postLIE] Update result files for post-processing 29 June 2021, 08:38:07 UTC
4b4d4c3 [Test/LIE] Removed the test for the functions, which are removed now. 29 June 2021, 08:38:07 UTC
6506222 [LIE] Removed two unused functions 29 June 2021, 08:38:07 UTC
163a442 [LIE] Update a reference file, in which the jump orientation is inversed. 29 June 2021, 08:38:07 UTC
be5899a [LIE] Use ElementCoordinatesMappingLocal to compute the rotation matrix 29 June 2021, 08:38:07 UTC
0c44de6 [PL/TH2M] Fix w_LS computation. Using rho_LR now. 29 June 2021, 08:35:06 UTC
f499fcf [PL/TH2M] Add missing Eigen evaluation calls. 29 June 2021, 08:35:06 UTC
befa6b2 [T/TH2M/T] Remove unused parameters. 29 June 2021, 08:35:06 UTC
ed9ddc0 Merge branch 'bench-tolerance' into 'master' Update MGIS; Failing MohrCoulombAbboSloan tests. See merge request ogs/ogs!3647 29 June 2021, 08:34:26 UTC
2803af3 [T/M/MCAS] Update reference files. 28 June 2021, 16:05:56 UTC
7762ac9 [conan] Use version info for tfel. 28 June 2021, 13:28:12 UTC
611e33d Update container-maker using version info for tfel. 28 June 2021, 13:28:08 UTC
dd3f9a6 [conan] Updated tfel to 3.4. 28 June 2021, 13:19:45 UTC
21948de Use MGIS rliv-1.2 branch with ogs specific changes This requires tfel 3.4.x series to be installed. 28 June 2021, 12:58:07 UTC
f9e9ea1 Merge branch 'ReinsertEarClipping' into 'master' [FileIO] Adding EarClipping triangulation ... again See merge request ogs/ogs!3646 28 June 2021, 11:56:27 UTC
d72d4ae [App/IO] Remove two memory leaks from sfc creation 28 June 2021, 11:25:31 UTC
12f9c5e clang-format 28 June 2021, 11:25:31 UTC
a49d0a6 [T/MGTL] Ear clipping algorithm test. 28 June 2021, 11:25:31 UTC
fb3fc35 Bringing old ear clipping code up to current standards more optimisations, range loops, typos, etc. 28 June 2021, 11:25:07 UTC
366e050 [gui] using ear clipping for meshing polygons 28 June 2021, 11:24:53 UTC
949a5b2 [FileIO] Adding EarClipping triangulation ... again 28 June 2021, 11:24:53 UTC
e044ea9 Merge branch 'SmallFixes_2021-Week25' into 'master' [GeoLib] Code improvements (Constify, remove unnecessary code, ...) See merge request ogs/ogs!3675 28 June 2021, 10:32:01 UTC
18fc2a1 [GL/StationBorehole] Don't use def. args in constr. 28 June 2021, 06:28:02 UTC
a6ab995 [GL/SensorData] Readability: Omit 'this->'. 28 June 2021, 06:12:59 UTC
f94aca9 [GL/Polyline] Substitute rarely used length. The length was used only internaly and can be computed on the fly. This makes the cumbersome and errorprone update of the length unnecessary. 28 June 2021, 06:12:59 UTC
92d7b26 [GL/Polyline] friend declaration isn't necessary. 28 June 2021, 06:12:59 UTC
b09b2f2 [GL/Polyline] Rm. unused write method and operator<<. 28 June 2021, 06:12:59 UTC
71e6ac8 [GL/Polygon] Remove unused method. 28 June 2021, 06:12:58 UTC
0ec7f97 [A/U | A/IO] Use MathLib::Point3d version of Polygon::isPntInPolygon. 28 June 2021, 06:12:58 UTC
33c8b59 [GL] Use MathLib::Point3d instead of GL::Point. This allows to use MeshLib::Node and GL::Point in the changed methods. 28 June 2021, 06:12:58 UTC
5154874 [GL/StationBorehole] Clang format. 28 June 2021, 06:12:58 UTC
3893d3c [A/FileIO/CsvInterface] Add namespace std to getline. 28 June 2021, 06:12:58 UTC
00e5f62 [A/FileIO/CsvInterface] Narrow scope of variable. 28 June 2021, 06:12:58 UTC
74fe829 [A/DE/DataView] DiagramList: continue when time series isn't avail. 28 June 2021, 06:12:58 UTC
2c705c3 [GL/SensorData] Remove unused constructor. 28 June 2021, 06:12:58 UTC
ea93819 [GL/StationBorehole] Remove unused function. 28 June 2021, 06:12:58 UTC
daa2ff4 [GL/StationBorehole] Init. date attr. in constructor. 28 June 2021, 06:12:58 UTC
17f9f2c [GL/StationBorehole] Init. depth attr. in constructor. 25 June 2021, 09:30:25 UTC
b748b33 [GL/StationBorehole] Early exit if there isn't enough data. 25 June 2021, 09:30:24 UTC
7913fda [GL/StationBorehole] Use constructor to init attributes. 25 June 2021, 09:30:24 UTC
6fa5edc [GL/Station] Make attr. private instead of protected. 25 June 2021, 09:30:24 UTC
c183372 [GL/Station] Init station type in constructor. 25 June 2021, 09:30:24 UTC
752ca9f [GL/SensorData] Early return + constify data. 24 June 2021, 10:09:45 UTC
a2f11e6 [GL/SensorData] Avoid temporary. 24 June 2021, 10:09:45 UTC
5ff4364 [GL/SensorData] Constify vars. 24 June 2021, 10:09:45 UTC
2b7fbea Merge branch 'FixCppCheckWarnings3' into 'master' Some tiny code quality improvements: Fix cppcheck warnings. See merge request ogs/ogs!3673 24 June 2021, 09:23:28 UTC
d71e696 [MGTL] IdentifySubdomainMesh: fix warning. warning: statement should be inside braces [google-readability-braces-around-statements] 24 June 2021, 07:26:51 UTC
1174eea [MeL/MG/MeshLayerMapper] Fix warning. warning: uninitialized record type: 'pyramid_nodes' [cppcoreguidelines-pro-type-member-init] 24 June 2021, 07:26:51 UTC
169ab99 [PL/ProcessVariable] Fix: Local variable 'mesh' shadows outer argument. 24 June 2021, 07:26:51 UTC
876328a Merge branch 'Brinkman' into 'master' [PL/Stokes] add Stokes-Brinkman model See merge request ogs/ogs!3668 24 June 2021, 07:09:23 UTC
1fb2bab Apply 1 suggestion(s) to 1 file(s) 23 June 2021, 19:56:24 UTC
e8298ef [T] 2D planar permeable fracture testcase. 23 June 2021, 10:45:52 UTC
4e96b37 [Docu] add documentation for the optional tag. 23 June 2021, 10:45:52 UTC
3082eb7 [PL/Stokes] check required medium properties. 23 June 2021, 10:45:52 UTC
638dc2f [PL/Stokes] assemble darcy term. 23 June 2021, 10:45:52 UTC
6e557f0 [PL/Stokes] add optional field "stokes-brinkman variant". 23 June 2021, 10:45:52 UTC
e77cf09 Merge branch 'ctest-coverage-vis' into 'master' Code coverage visualization See merge request ogs/ogs!3664 23 June 2021, 08:16:01 UTC
ffe9190 [ci] Generate coverage vis. 23 June 2021, 06:29:09 UTC
9f84df9 [coverage] genhtml fix for macOS. 23 June 2021, 06:20:59 UTC
4396e2c [ci] coverage vis runner. 23 June 2021, 06:20:59 UTC
6be5115 Update container-maker. 23 June 2021, 06:20:59 UTC
back to top