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

sort by:
Revision Author Date Message Commit Date
96fecee Merge branch 'tailwind-update' into 'master' [web] Tailwind update See merge request ogs/ogs!3669 21 June 2021, 11:34:13 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
5d63554 [NL/DOF] Rm. template switch for searching cache objects. The caching mechanism was removed in previous commits. 11 June 2021, 05:58:48 UTC
0bac759 [NL/DOF] SimpleMatrixVectorProvider: Rm. unused attributes. 11 June 2021, 05:58:48 UTC
1cd1e6d [NL/DOF] MatrixProvider: Rm unused public methods. 11 June 2021, 05:58:48 UTC
7b783c2 [NL/DOF] Rm. not longer needed transfer functions. 11 June 2021, 05:58:48 UTC
7d158fd Remove caching. 11 June 2021, 05:58:48 UTC
054ceca Merge branch 'TH2M_refactorings' into 'master' TH2M refactorings See merge request ogs/ogs!3656 11 June 2021, 05:45:59 UTC
3adb271 Merge branch 'SmallFixes' into 'master' A set of independent small changes. See merge request ogs/ogs!3657 11 June 2021, 04:23:36 UTC
3972847 Don't additionally link spdlog in every library. spdlog is linked "public" in BaseLib. Reason is the violation of odr for some globals defined in the spdlog library. ==1540297==ERROR: AddressSanitizer: odr-violation (0x7f5ea9c9d020): [1] size=40 'vtable for spdlog::spdlog_ex' _deps/spdlog-src/src/spdlog.cpp [2] size=40 'vtable for spdlog::spdlog_ex' _deps/spdlog-src/src/spdlog.cpp These globals were registered at these points: [1]: #0 0x5614686e0dfa in __asan_register_globals.part.0 (/home/naumov/w/ogs/d/bin/ogs+0x1bfdfa) #1 0x7f5e6cdbe7eb in asan.module_ctor (/home/naumov/w/ogs/d/bin/../lib/libMeshLib.so+0x17d37eb) [2]: #0 0x558bd62b6dfa in __asan_register_globals.part.0 (/home/naumov/w/ogs/d/bin/ogs+0x1bfdfa) #1 0x7f831c7e54ab in asan.module_ctor (/home/naumov/w/ogs/d/bin/../lib/libBaseLib.so+0x89a4ab) 09 June 2021, 12:36:34 UTC
fa9c332 [BL] Extend error messages for xml patches. 09 June 2021, 12:36:34 UTC
76a3050 [PL/U/LocalDataInitializer] Clang format. 09 June 2021, 12:36:34 UTC
4159dc2 [T/ComponentTransport] Use multiple meshes tag in prj file instead of geometry. 09 June 2021, 12:36:34 UTC
ce3e379 [PL/TH2M] Use dt=0 in initialization. Needed for correct computation of thermal strains and solid material models' updates. 09 June 2021, 11:55:47 UTC
229f76a [PL/TH2M] Move solid variables update. Stresses and strains are now updated together with all the other constitutive variables. 09 June 2021, 11:55:47 UTC
cb5cdaa [PL/TH2M] Pass xdot to update constitutive vars. 09 June 2021, 11:55:47 UTC
b29d4e1 [PL/TH2M] rm postNonLinearSolverConcreteProcess(). Function is not needed. 09 June 2021, 11:55:47 UTC
5f6623a [PL/TH2M] Remove unused using type definition. 09 June 2021, 11:55:47 UTC
19e3e0b Merge branch 'FixMultipleDeactivatedSubdomainsBug' into 'master' Rewrite update of deactivated subdomains. See merge request ogs/ogs!3654 09 June 2021, 11:29:28 UTC
ca88a32 [MPL] clang-format; Sort includes. 09 June 2021, 10:43:51 UTC
1231de9 [ParL] Remove unnecessary data member and typedef. Data member is used only in constructor, no need to store it. 09 June 2021, 10:43:51 UTC
df20643 [T/HM] Use multiple meshes instead of geometry. 09 June 2021, 10:02:59 UTC
9aa8768 [PL/PV] DS; Readd special case for all active elements. Some parts of the code expect an empty set of active elements if all of the elements are active. 08 June 2021, 09:02:10 UTC
ff1d8c3 [T/HM] Excavation niches. Two parallel excavations starting at different times and with different excavation rates. Mainly for testing of the multi material excavation procedures. 08 June 2021, 09:02:10 UTC
0741131 [PL] Rename deactivated subdomain's function. 07 June 2021, 14:24:35 UTC
92578a0 [PL] Rewrite update of deactivated subdomains. The previous implementation was looking for one deactivated subdomain, but there could be multiple subdomains inactive at the same time. Now all deactivated subdomains are searched for active/inactive elements. 07 June 2021, 14:24:35 UTC
15a2ed9 Merge branch 'Stokes' into 'master' New Process: Stokes flow See merge request ogs/ogs!3617 07 June 2021, 10:16:13 UTC
24d8bcc [Docu] add parameter documentation. 03 June 2021, 17:31:19 UTC
28d0a4e [T] add parallel plate test case. 03 June 2021, 17:31:19 UTC
f77eba8 [PL/Stokes] add local assembler interface. 03 June 2021, 17:31:19 UTC
ca8ac88 [PL/Stokes] add integration point data. 03 June 2021, 17:31:19 UTC
fc99003 [PL/Stokes] add local assembler. 03 June 2021, 17:31:19 UTC
d34f8be [PL/Stokes] add process member functions. 03 June 2021, 17:31:19 UTC
55b078c [PL/Stokes] add process data. 03 June 2021, 17:31:19 UTC
3475b54 [PL/Stokes] create Stokes flow process. 03 June 2021, 17:31:19 UTC
3d3bca7 [CMake] include a Stokes process module. 03 June 2021, 17:31:19 UTC
a43db31 Merge branch 'RewritePolygonTreeInterfaces' into 'master' Refactor polygon tree interfaces. See merge request ogs/ogs!3634 03 June 2021, 17:08:49 UTC
4b12ab4 [GL] Make class members private. Moving them from protected section. All of the access is now through public interface and these parts can be hidden. 03 June 2021, 16:34:25 UTC
69a7f3a [App/IO] Remove unnecessary if-condition. The following for-loop is not run anyway. 03 June 2021, 16:34:25 UTC
65b3aff [A/IO/Gmsh] Constify methods of GMSHPolygonTree. 03 June 2021, 16:34:25 UTC
f6b03c8 [GL] Use for-range loops. Add iterator IF. 03 June 2021, 16:34:25 UTC
379b078 [GL] Remove unnecessary set function used once. 03 June 2021, 16:34:25 UTC
c9a92d1 [GL] Unify tree's polygon access. Replacing different two different access types, one through a getPolygon() member function, another through direct data member _node_polygon access. 03 June 2021, 16:34:25 UTC
c97479d [GL] Add parent node access. 03 June 2021, 16:34:25 UTC
81d347e [GL] Add SimplePolygonTree::isRoot query. 03 June 2021, 16:34:25 UTC
673f991 Merge branch 'saturation_dependent_thermal_conductivity' into 'master' [MPL] rename HeatConduction -> ThermalConductivity See merge request ogs/ogs!3651 03 June 2021, 15:01:13 UTC
bf4e1cd rename HeatConduction -> ThermalConductivity 03 June 2021, 10:21:49 UTC
334069c Merge branch 'ExchangeReactionsEquil' into 'master' [CL] Exchange reactions feature to ChemistryLib See merge request ogs/ogs!3648 03 June 2021, 08:11:42 UTC
8b35b21 Merge branch 'MFront_Update' into 'master' Updating MCAS UBI models for new MFront version See merge request ogs/ogs!3653 03 June 2021, 08:09:29 UTC
back to top