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

sort by:
Revision Author Date Message Commit Date
b098029 Merge branch 'SmallCompilationSpeedups' into 'master' Compilation speedup, refactorings using ranges, remove dead code. See merge request ogs/ogs!4650 20 June 2023, 16:45:29 UTC
84121c2 [App/py] Replace some for-loops with ranges algos 20 June 2023, 16:45:18 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
50d95e7 Setting all TODOs as HTML-comments. Minor formatting alterations on the fly. 14 June 2023, 14:35:53 UTC
6c721e2 Updated User Guide: Somewhat improved wording 14 June 2023, 14:35:53 UTC
9006d5a [ci] Always run pre-commit and clang-format. They used to run for maintainer pipelines only. Now they run for all developer pipelines. 14 June 2023, 12:48:54 UTC
fc0a92b [ci] Allow mac petsc failures. Related #3412. 14 June 2023, 07:32:13 UTC
80ee416 [ci] Ignore mybinder.org urls. 14 June 2023, 07:32:10 UTC
3567371 Merge branch 'Voxel.final' into 'master' [Data Explorer] Include Layers2Grid See merge request ogs/ogs!4622 13 June 2023, 18:56:38 UTC
2c79ef8 Merge branch 'MFrontVariableInitialization' into 'master' MFront internal state variable initialization from project file See merge request ogs/ogs!4636 13 June 2023, 17:56:30 UTC
911b54e Updated errorbox for faulty layer + new text for dialog 13 June 2023, 16:34:52 UTC
2bfe60b pass mesh_model by reference 13 June 2023, 16:34:52 UTC
bed56dd Include Layers2Grid in DataExplorer to create Voxelgrids 13 June 2023, 16:34:52 UTC
f2eb018 [DE] clang-format 13 June 2023, 16:24:13 UTC
7425caf [PL] Initialize null-states for C_elastic comput. 13 June 2023, 14:47:14 UTC
a5e8343 [MatL/S] MFront; Copy initial state from s1 to s0 13 June 2023, 14:47:14 UTC
706c1f3 [MatL/S] Automatic formatting of python script 13 June 2023, 14:47:14 UTC
9168d64 [MatL/S] ModCampClay; Remove "initial mat. props. The material properties were created to for initialization which is now possible directly from OGS' project file. The two material properties are removed and the python script are updated. The previously reused pc0 material property is renamed to characteristic pre-consolidation pressure. 13 June 2023, 14:47:14 UTC
321e727 [T] Update initialization in modified Cam-Clay prj 13 June 2023, 14:47:14 UTC
44c3a4d [PL] Call internal state variables initialization 13 June 2023, 14:47:14 UTC
back to top