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

sort by:
Revision Author Date Message Commit Date
83c298e Merge branch 'ReinsertEarClipping' into 'master' [FileIO] Adding EarClipping triangulation ... again See merge request ogs/ogs!3646 28 June 2021, 11:25:58 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
1655873 [GL] Make Grid and SurfaceGrid final. 18 June 2021, 09:20:16 UTC
24fc8f5 [GL/Grid] Access min / max point via interface methods. - access the minimal / maximal point of the AABB via public interface functions. - Using auto for minimal / maximal point to get independent from the point type. 18 June 2021, 09:20:16 UTC
8b899bc [GL/SurfaceGrid] Access min / max point via interface methods. - don't modify the bounding box in SurfaceGrid - access the minimal / maximal point of the AABB via public interface functions. - Using auto for minimal / maximal point to get independent from the point type. 18 June 2021, 09:20:16 UTC
a2f719b [GL/OctTree] Use Eigen::Vector3d instead of MathLib::Point3d. 18 June 2021, 09:20:16 UTC
de456dc Merge branch 'mfront-runtime-fix' into 'master' [ML] Preload mfront libraries on Linux. Closes #3073 and #3037 See merge request ogs/ogs!3663 17 June 2021, 17:43:27 UTC
08b72ba [ML] Preload mfront libraries on Linux. Fixes #3073. 17 June 2021, 08:04:39 UTC
8576730 Merge branch 'SmallFixes_2021-06' into 'master' Small unrelated fixes almost all in GeoLib See merge request ogs/ogs!3661 16 June 2021, 08:04:31 UTC
eb59a31 [GL/OctTree] Clang format. 16 June 2021, 05:13:59 UTC
aee33b9 [GL/Grid] Clang format. 16 June 2021, 05:13:59 UTC
58cf1e7 [GL/AABB] Clang format. 16 June 2021, 05:13:59 UTC
7f4d947 [NL/ODESolver] Fix spelling. 16 June 2021, 05:13:59 UTC
bd55787 [GL/IO] Print a warning for a unnamed polyline in gml. 16 June 2021, 05:13:59 UTC
6f17c15 Merge branch 'ThermoRichardsFlow' into 'master' New Process: Non-isothermal Richards flow See merge request ogs/ogs!3419 15 June 2021, 20:24:52 UTC
32f04f9 Merge branch 'LisFixes' into 'master' LIS fixes See merge request ogs/ogs!3660 15 June 2021, 20:22:52 UTC
faa9307 add documentation for ThermoRichardsFlow 15 June 2021, 19:31:56 UTC
8c833f2 add required properties for simplified elasticity models and for vapor diffusion to MPL 15 June 2021, 19:31:56 UTC
14e6513 add tests for ThermoRichardsFlow 15 June 2021, 19:31:56 UTC
44b4fd9 add simplified elasticity models for ThermoRichardsFlow process 15 June 2021, 19:31:56 UTC
0ca170b add ThermoRichardsFlow process 15 June 2021, 19:31:35 UTC
bb5ecdc Require conan LIS version to be compiled w/ OpenMP. 15 June 2021, 19:16:06 UTC
2bc39ea [MaL/LIS] Fix spdlog formatters in INFO messages. 15 June 2021, 10:39:13 UTC
7aa3e1c [MaL/LIS] CMake fix for USE_LIS define. 15 June 2021, 10:39:07 UTC
da6cf5f [MaL/LIS] Include and function call fixes. 14 June 2021, 20:49:49 UTC
f1dc72b Fixing dead URL. 14 June 2021, 08:48:47 UTC
2e5c9ff Merge branch 'RemoveGlobalCaching' into 'master' Remove caching of GlobalMatrix and GlobalVector objects. See merge request ogs/ogs!3659 14 June 2021, 07:17:01 UTC
052b1b5 Merge branch 'StokesFlowDoc' into 'master' [Web] Web documentation of the parallel-plate testcase. See merge request ogs/ogs!3658 11 June 2021, 15:17:58 UTC
48f8090 [Web] Web documentation of the parallel-plate testcase. 11 June 2021, 14:37:35 UTC
0864b40 [NL/DOF] Remove pair with deleted pointer from vector. 11 June 2021, 07:18:47 UTC
back to top