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

sort by:
Revision Author Date Message Commit Date
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
216c26d Merge branch 'tailwind-update' into 'master' [web] Tailwind update See merge request ogs/ogs!3669 21 June 2021, 11:58:26 UTC
02e49fb [web] Minor site search css tweaks. 21 June 2021, 11:27:58 UTC
fc4d0a7 [web] Switched to tailwindcss-cli. 21 June 2021, 10:22:15 UTC
d0ae73f Merge branch 'SmallFixes' into 'master' [GeoLib] Various code improvements. See merge request ogs/ogs!3667 21 June 2021, 07:51:06 UTC
6305124 [GL/Grid] Precompute vector size to avoid reallocations. 18 June 2021, 15:56:35 UTC
46fcc1b [GL/Grid] Return result directly instead of using input/output parameter. 18 June 2021, 15:56:34 UTC
e75c84b [GL/Grid] Improve readability. 18 June 2021, 15:56:34 UTC
3908c72 [GL/Grid] Constify and narrow variable scope. 18 June 2021, 15:56:34 UTC
0158696 [GL/Grid] Improve readability using Eigen::Vector3d. 18 June 2021, 15:56:34 UTC
0728f61 [GL] Make geoPointsToStations a free function. 18 June 2021, 15:56:34 UTC
c7a1a42 [GL] Make markUnusedPoints a free function. 18 June 2021, 15:56:34 UTC
6cfe83a [GL | A/IO] Cleanup includes. 18 June 2021, 15:56:34 UTC
56d7ca1 [GL] Cleanup comment in PointVec. 18 June 2021, 12:35:59 UTC
3051e05 [GL] Remove unused class ClosestPair. 18 June 2021, 12:35:59 UTC
38fe786 [web] Updated tailwind. 18 June 2021, 10:08:43 UTC
ba21d18 Merge branch 'UseEigenVector3dInsteadPoint3d' into 'master' [GL] Make data structures more indepent from each other. See merge request ogs/ogs!3662 18 June 2021, 09:54:42 UTC
bd53a9c [web] Update paraview-on-eve.md 18 June 2021, 09:41:44 UTC
40b61fd [A/DE/DataView] Use Eigen aligned allocator for stl container. Explanation is here: https://eigen.tuxfamily.org/dox/group__TopicStlContainers.html 18 June 2021, 09:20:16 UTC
4edddb1 [GL] Use Eigen::Vector3d instead of std::array. Using Eigen::Vector3d allows some nice shortening of the code. 18 June 2021, 09:20:16 UTC
488881f [GL/Polyline] Add needed include MathTools.h. 18 June 2021, 09:20:16 UTC
e9f2f5e [GL/AABB] Remove MathLib includes / add Eigen include. 18 June 2021, 09:20:16 UTC
fc39f1d [GL/Grid] Reduce MathLib::Point3d dependency. 18 June 2021, 09:20:16 UTC
b2cb3bb [MGTL] Cleanup includes. 18 June 2021, 09:20:16 UTC
c1d1287 [GL/AABB] Use Eigen::Vector3d instead of MathLib::Point3d. 18 June 2021, 09:20:16 UTC
c7ebb6b [GL/AABB] Make minimal / maximal points private. 18 June 2021, 09:20:16 UTC
back to top