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

sort by:
Revision Author Date Message Commit Date
a99405a Merge branch 'imprv_HM_coupling' into 'master' [HM] Avoid to use _use_monolithic_scheme See merge request ogs/ogs!4655 27 June 2023, 15:48:43 UTC
997dcf6 [HM] Pass a quiet nan variable to an unused argument of two functions 27 June 2023, 15:42:09 UTC
ee14b0a [HM] Replaced process id number with the corresponding variable 27 June 2023, 15:20:44 UTC
03d3bd1 [HM] Removed the usage of _use_monolithic_scheme 26 June 2023, 15:39:26 UTC
071980e Merge branch 'wheel-version-scheme' into 'master' [wheel] Changes version scheme guess-next-dev. See merge request ogs/ogs!4654 26 June 2023, 14:09:27 UTC
ac8ab00 [ci] Label 'ci::wheels only' pipeline. 26 June 2023, 13:14:04 UTC
1d61dce Merge branch 'CohesiveBenchmarkIssue' into 'master' Fixes issue #3412 - phase field -cohesive linear model Closes #3412 See merge request ogs/ogs!4653 26 June 2023, 13:12:07 UTC
a949d8a [wheel] Changes version scheme guess-next-dev. See https://github.com/pypa/setuptools_scm#version-number-construction Allows better selecting master wheels from GitLab package index. 26 June 2023, 13:01:24 UTC
ebaf701 Using a tighter tolerance for the SNES solver 26 June 2023, 10:01:48 UTC
c49bbeb Merge branch 'doc_createTetgenSmeshFromRasters' into 'master' [web]Docu for new tool createTetgenSmeshFromRasters See merge request ogs/ogs!4641 22 June 2023, 12:00:06 UTC
5ddd299 [web]Docu for new tool createTetgenSmeshFromRasters 22 June 2023, 11:59:59 UTC
831b86d [T/TRM] Slightly relax tolerances for OpenMP run 22 June 2023, 11:05:46 UTC
9dd30bd Merge branch 'MoveRasterReaderToGeoLib' into 'master' Move AsciiRasterInterface from Application/FileIO to GeoLib/IO See merge request ogs/ogs!4649 22 June 2023, 08:16:06 UTC
621165b Merge branch 'SmallCompilationSpeedups' into 'master' Compilation speedup, refactorings using ranges, remove dead code. See merge request ogs/ogs!4650 22 June 2023, 05:06:52 UTC
b51e6c7 [App/DE/VtkVis] Link with MeshToolsLib 21 June 2023, 09:29:51 UTC
cba1bc1 [App/Utils] Link GeoLib is required due to the moving of AsciiRasterInterface 21 June 2023, 09:29:50 UTC
3521b6e Move AsciiRasterInterface from App/FileIO to GL/IO 21 June 2023, 09:29:50 UTC
2f18c2b [App/py] Fix includes, forward decls 20 June 2023, 21:35:27 UTC
2488a02 [App/py] Replace some for-loops with ranges algos 20 June 2023, 21:19:21 UTC
16fd2f9 [PL] Remove unnecessary include 20 June 2023, 16:45:18 UTC
0dea818 Replace BaseLib::contains() with ranges algorithm 20 June 2023, 16:45:18 UTC
b9aea19 [BL] Remove unused and untested algorithms 20 June 2023, 16:45:18 UTC
5ba23e1 [MPL] Replace function template arg with span Using std::span removes the necessity to use a template argument, which allows the function to be moved into the translation unit. 20 June 2023, 16:45:18 UTC
ec01622 Merge branch 'imprv_fixed_stress' into 'master' [HM] Improvement of the fixed stress splitting approach in the staggered scheme See merge request ogs/ogs!4578 20 June 2023, 16:40:06 UTC
6342a6c Merge branch 'THM_ImproveJacobianUUThermalExpansion' into 'master' THM: Improve J_uu for solid thermal expansion See merge request ogs/ogs!4646 20 June 2023, 08:36:42 UTC
2f97ed8 [PL/HM] Extract staggered scheme specific config. 20 June 2023, 08:30:47 UTC
6c56402 [web] Update the Conventions about the fixed stress splitting. 20 June 2023, 08:30:47 UTC
111f4a3 [web] Changed the title of one HM benchmark 20 June 2023, 08:30:47 UTC
7dc8146 [web] Added the description of the new benchmark 20 June 2023, 08:30:47 UTC
5fdb321 [web/bib] Added two references 20 June 2023, 08:30:47 UTC
1629871 [CTest/HM] Added a test for the fixed stress rate over time step 20 June 2023, 08:30:47 UTC
e2af472 [web/HM] Re-write the documentation of the fixed stress split 20 June 2023, 08:30:47 UTC
282923e [HM/Doc] Updated the documentation of the input parameters of coupling scheme 20 June 2023, 08:30:47 UTC
ca5ce61 [HM] Enabled restarting computation with the fixed stress splitting 20 June 2023, 08:30:47 UTC
0777c40 [HM/CTest] Updated the input of coupling_scheme accordingly 20 June 2023, 08:30:41 UTC
6d4f996 [cmake,CL] Fixed ChemistryLib dependencies. 20 June 2023, 08:06:17 UTC
bf56041 [ci] Made guix build optional, will be fixed later. 20 June 2023, 08:05:30 UTC
7f88581 [web] Fixed TUBAF logo. 20 June 2023, 08:04:51 UTC
f37a6e9 [HM] Changed the input syntax of oupling_scheme and added an optional input for fixed_stress_over_time_step 19 June 2023, 13:41:29 UTC
f271ae7 [HM/FixedStress] Added an option to fix stress rate over time step 19 June 2023, 13:41:28 UTC
73c8688 [HM] Improve the implementation of fixed stress splitting 19 June 2023, 13:41:28 UTC
02e5f5b [T/THM] Update reference results The change in Jacobian uu-block leads to this changes. 19 June 2023, 11:15:47 UTC
0f6a3e6 [PL/THM] Improve J_uu for solid thermal expansion 19 June 2023, 11:15:47 UTC
17b8e97 Merge branch 'PythonMeshInterface' into 'master' Python interface to access OGS mesh See merge request ogs/ogs!4620 19 June 2023, 08:04:09 UTC
8ef1220 [ci] Fixed web docker image. 19 June 2023, 08:02:48 UTC
10070d5 [App/Python/ogs.mesh] Use std::copy instead for loop 19 June 2023, 06:44:26 UTC
36fd2f8 [App/Python/ogs.mesh] Use std::copy instead for loop 19 June 2023, 06:44:26 UTC
0368b3f [App/Python] Use ref instead of pointer for mesh wrapper 19 June 2023, 06:44:26 UTC
69f367b [T] Project file for the python simulation and mesh modules 19 June 2023, 06:44:26 UTC
33c7614 [T] Add data array to the top boundary will be used in the python test to odify bc values 19 June 2023, 06:44:26 UTC
abba876 [App/Python/ogs.mesh] Add setPointDataArray() and getCellDatatArray() 19 June 2023, 06:44:26 UTC
f8ffce0 [Python,wheel,web] More docs. 19 June 2023, 06:44:26 UTC
0e613fa [Python] Revert global symbol visibility. 19 June 2023, 06:44:26 UTC
cd780da [Python] Compile OGSMesh into own helper lib, fixes linkage. 19 June 2023, 06:44:26 UTC
c3c8de2 [cmake] Don't propagate forced linking. 19 June 2023, 06:44:26 UTC
cfdb760 [Python] RTLD_GLOBAL is available on Unix only. 19 June 2023, 06:44:25 UTC
f16e23d [cmake] Build python modules on OGS_BUILD_WHEEL only. 19 June 2023, 06:44:25 UTC
ef5926e [Python,wheel,web] Instructions on how to give CMake arguments to pip install. 19 June 2023, 06:44:25 UTC
00b7722 [Python] Enabled global symbol visibility between modules. 19 June 2023, 06:44:25 UTC
f066efa [cmake] Fixed a compiler warning. 19 June 2023, 06:44:25 UTC
d756603 [Python,T] Test python simulator and mesh modules. 19 June 2023, 06:44:25 UTC
9372147 [App/Python/ogs.mesh] Get multi-component data arrays 19 June 2023, 06:44:25 UTC
02e3fb9 [App/Python/sim] Link with python mesh module 19 June 2023, 06:44:25 UTC
630d8fb [versions] Updated cpm cache info. 19 June 2023, 06:44:25 UTC
e7aba8c [py] Bump pybind11 to 2.10.4. 19 June 2023, 06:44:25 UTC
3971fb3 [App/AppLib] Access mesh managed by ProjectData 19 June 2023, 06:44:25 UTC
6b5f469 [MeL] Add view_closure for view coordinates of Nodes 19 June 2023, 06:44:25 UTC
6bf45ea [App/Python] Add bindings to OGSMesh::getCells() 19 June 2023, 06:44:25 UTC
bbd6e30 [App/Python] Add bindings to OGSMesh::setCellDataArray 19 June 2023, 06:44:25 UTC
e9a8852 [App/Python] Add bindings to OGSMesh::getPointDataArray 19 June 2023, 06:44:25 UTC
004e29b [py] Fix and instructions on importating simulator modules. 19 June 2023, 06:44:25 UTC
b355bae [App/Python] Use mesh module in simulator module 19 June 2023, 06:44:25 UTC
b9c0d22 [App/Python] Init step towards python mesh module 19 June 2023, 06:44:25 UTC
6549c99 [T/TRM] Slightly relax sigma ctest tolerance 18 June 2023, 21:06:35 UTC
756836a Merge branch 'ModifiedCamClayBasic' into 'master' Modified cam clay version with const E: clean-up, bug-fix, renaming See merge request ogs/ogs!4643 18 June 2023, 16:50:53 UTC
ba08a5a Renaming from ModCamClay_semiExplParaInit.mfront to ModCamClay_semiExpl_constE.mfront 17 June 2023, 21:50:56 UTC
2a45f12 Removed unnecessary Lamé constant in mfront 17 June 2023, 21:50:56 UTC
5f45e22 Relaxed tolerances in biaxial and shear test, insignificant numerical changes 17 June 2023, 21:50:56 UTC
7d42852 Removed time variable for initialization 17 June 2023, 21:50:56 UTC
3b1879d Removal of porosity in SD and RM test prj-files 17 June 2023, 21:50:56 UTC
c95d3e0 Final removal of porosity in mfront code 17 June 2023, 21:50:56 UTC
28c24b4 Python mtests clean-up and porosity handling 17 June 2023, 21:50:56 UTC
718c82a Parameter pcMin eliminated, now derived from pc_char 17 June 2023, 21:50:56 UTC
12659d0 Removed redundant porosity 17 June 2023, 21:50:56 UTC
cb0b109 Simplified initial elastic strain calculation 17 June 2023, 21:50:56 UTC
635e23a Linear elastic MCC model with minimum pc value 17 June 2023, 21:50:56 UTC
e9ab99d Bugfix algorithmic tangent, only relevant for theta<1 17 June 2023, 21:50:56 UTC
5b08795 Merge branch 'fix-docker-web' into 'master' [ci] Added netlify-cli dependency. See merge request ogs/ogs!4647 16 June 2023, 12:04:35 UTC
90e2cff [ci] Added netlify-cli dependency. 16 June 2023, 10:44:08 UTC
20ab056 [T] Relax tolerance in TRM square_1e1_2_matIDs_restart. 16 June 2023, 06:19:43 UTC
5d28902 Merge branch 'fix-wheel' into 'master' Fix wheel test See merge request ogs/ogs!4645 15 June 2023, 12:00:19 UTC
f8db0da Merge branch 'SmallMFrontOgsOptimization' into 'master' Small MFront to OGS and v.v. matrix conversion optimization See merge request ogs/ogs!4640 15 June 2023, 11:16:36 UTC
742d229 [wheel] Fixed test_parameter_with_underscore test. 15 June 2023, 08:34:04 UTC
ab02272 [ci] Trigger wheel job on changes in related code. 15 June 2023, 08:15:01 UTC
4a29e36 [ci] Fixed pre-commit job condition. 14 June 2023, 19:53:50 UTC
2e5d5fd [MatL/S] Rewrite swapping 4 and 5 rows/cols expr Using lambda and auto return type deduction shortens the code. 14 June 2023, 17:46:57 UTC
147ea9a [MatL/S] Nullary expr swapping 4 and 5 rows/cols Replaces the MFrontToOGS and OGSToMFront functions. Measurably decreases total runtime by 1-2% for MFront tests. 14 June 2023, 17:45:16 UTC
7f4e658 [T/MatL] Testing MFront to OGS and v.v. conversion 14 June 2023, 16:04:20 UTC
3c8512c Merge branch 'ci-pre-commit' into 'master' [ci] Always run pre-commit and clang-format. See merge request ogs/ogs!4644 14 June 2023, 15:24:17 UTC
2cacc7e Merge branch 'UserGuideUpdate' into 'master' Updated User Guide: Somewhat Improved Wording See merge request ogs/ogs!4611 14 June 2023, 14:57:36 UTC
back to top