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

sort by:
Revision Author Date Message Commit Date
045d247 Merge branch 'rm-ogs_use_python' into 'master' Remove option OGS_USE_PYTHON See merge request ogs/ogs!4521 03 April 2023, 14:31:44 UTC
cab0cf2 [ci] Ignore ld warning about visibility mismatch. 03 April 2023, 14:31:36 UTC
94d8be8 [AppL] Set -fvisibility=hidden for compatibility with pybind11. See https://pybind11.readthedocs.io/en/stable/faq.html#someclass-declared-with-greater-visibility-than-the-type-of-its-field-someclass-member-wattributes Prevents warning: warning: ‘ProjectData’ declared with greater visibility than the type of its field ‘ProjectData::_py_scoped_interpreter’ 03 April 2023, 14:31:36 UTC
89cb26f [cmake] Removed indentation. 03 April 2023, 14:31:36 UTC
2087d30 [AppL] Initialize embedded Python only when used. 03 April 2023, 14:31:36 UTC
eafd15b [web] Some updates on Python docs. 03 April 2023, 14:31:36 UTC
9d82036 Removed OGS_USE_PYTHON in remaining places. 03 April 2023, 14:31:36 UTC
badc53c [ci] Removed OGS_USE_PYTHON. 03 April 2023, 14:31:36 UTC
b72e93f [PL] Removed #ifdef OGS_USE_PYTHON. 03 April 2023, 14:31:36 UTC
409ecd0 [App] Removed #ifdef OGS_USE_PYTHON. 03 April 2023, 14:31:36 UTC
3f0c775 [cmake] Removed option OGS_USE_PYTHON. 03 April 2023, 14:31:36 UTC
03775f6 Merge branch 'UpdateVtkdiff' into 'master' Update vtkdiff See merge request ogs/ogs!4551 03 April 2023, 13:57:11 UTC
93a525c Merge branch 'fix-win-race' into 'master' [cmake] Fix win race condition. See merge request ogs/ogs!4554 03 April 2023, 11:24:21 UTC
a1987dc [versions] Updated cpm cache info. 03 April 2023, 11:05:28 UTC
6e0339d Update vtkdiff New minimum cmake, tclap update, and c++20 standard. 03 April 2023, 09:26:57 UTC
c0e5ed0 [cmake] Fix win race condition. 03 April 2023, 08:42:19 UTC
0e08dbd [ci] Updated wheel. 03 April 2023, 08:29:04 UTC
9281b8b Merge branch 'CorpDes' into 'master' Update of logo in Jupyter notebooks See merge request ogs/ogs!4553 03 April 2023, 06:49:44 UTC
8a45883 Update of coroporate design TUBAF logo. 02 April 2023, 13:43:57 UTC
4896848 Merge branch 'strong-type' into 'master' Strong types for additional safety See merge request ogs/ogs!4539 31 March 2023, 14:59:54 UTC
945094e [PL/TRM] Exemplary use of strong types 31 March 2023, 13:38:56 UTC
e8ce839 [T] Added test for strong types 31 March 2023, 13:38:56 UTC
13ca9f3 [BL] Added StrongType 31 March 2023, 13:38:56 UTC
63a5ac5 Merge branch 'TH2M_MoveVolumetricStrainBeforeSaturation' into 'master' [TH2M] Move volumetric strain before saturation See merge request ogs/ogs!4544 29 March 2023, 13:33:08 UTC
b3f2720 [TH2M] Move volumetric strain before saturation For a volumetric strain dependent saturaration the value must be set before saturation evaluation. 29 March 2023, 12:53:15 UTC
7f52656 Merge branch 'SDMultiMaterialRestart' into 'master' Multi-material restart See merge request ogs/ogs!4535 29 March 2023, 06:55:13 UTC
6c151ba [T/SD] restart; Disable epsilon cmp of 1st ts 28 March 2023, 21:55:01 UTC
3220991 [PL] Move up equal number of components check Replace assertion; If collection is empty, the condition is fulfilled. 28 March 2023, 20:57:06 UTC
56a047a [PL] Move findInternalVariable into a class Simplifies access to members. 28 March 2023, 20:56:58 UTC
b2d5814 [PL] Extract common data class 28 March 2023, 20:56:11 UTC
02f67c2 [PL] Replace callback creators with functors Easier to understand and improves const-correctness somewhat. 28 March 2023, 20:56:11 UTC
6340c73 [PL] Avoid copy of a vector; working with r-values 28 March 2023, 20:56:11 UTC
3ca97d7 [T/SD] Restart two solid materials with state 28 March 2023, 20:56:11 UTC
97be510 [T/SD] Update references including internal vars For the solids the internal state variables are stored in the integration point data to be read for restart. 28 March 2023, 20:56:11 UTC
de82977 [PL] Extract another loop and collection of IVs ... used in that loop. 28 March 2023, 20:56:11 UTC
d58ebba [PL] Extract findInternalVariable in both callbacks 28 March 2023, 20:56:11 UTC
7695bce [PL] Allow reading of zero integration points 28 March 2023, 20:56:11 UTC
3e90b40 [PL] Extract callback creation for IP writer 28 March 2023, 20:56:11 UTC
5d18014 [PL] Extract callback creation for secondary vars 28 March 2023, 20:56:11 UTC
ea14884 [PL] Extract collecting of internal variables 28 March 2023, 20:56:11 UTC
171e069 [PL/SD] Add ip writer for solid material states 28 March 2023, 20:56:11 UTC
0d7ea72 Merge branch 'getBulkIDShortCut' into 'master' Easier access to bulk node / element ids See merge request ogs/ogs!4541 28 March 2023, 07:26:20 UTC
d4b5e24 Use MeshLib::bulkNodeIDs() 28 March 2023, 05:36:21 UTC
242270b [PL/BCandST] Use function to access bulk IDs 28 March 2023, 05:36:21 UTC
e9363d3 [MeL] Short cut for access to bulk ids. 28 March 2023, 05:36:21 UTC
bf47966 [PL/Output] Use MeL::getBulkIDString() 27 March 2023, 15:42:09 UTC
311265d Merge branch 'fix-win-race' into 'master' [cmake] Added locking for concurrent write actions for ext deps. See merge request ogs/ogs!4545 27 March 2023, 09:50:10 UTC
b8e1044 [cmake] Added locking for concurrent write actions for ext deps. Should fix errors on Windows: ninja: error: failed recompaction: Permission denied 27 March 2023, 06:42:02 UTC
81dde5e Merge branch 'ci-unittests' into 'master' [ci] Introduced MR label ci::unit_tests. See merge request ogs/ogs!4542 26 March 2023, 22:16:40 UTC
3021fc5 [ci] Introduced MR label ci::unit_tests. 26 March 2023, 21:44:56 UTC
3d5b73d Merge branch 'WellboreSimulator-EOS1' into 'master' WellboreSimulator-EOS1: Water Saturation Temperature IAPWSIF97 Region4 See merge request ogs/ogs!4531 24 March 2023, 18:16:32 UTC
ef2e529 Merge branch 'eigen-3.4.0' into 'master' Fix OGS for Eigen 3.4.0 See merge request ogs/ogs!4538 24 March 2023, 14:17:22 UTC
0051413 [Doc] Add para doc of water saturation temperature. 24 March 2023, 12:17:32 UTC
b7c04a9 [UnitTest] Water saturation temperature in IAPWSIF97 region4. 24 March 2023, 12:17:32 UTC
f91571a [MPL/Water] Add the calculation of water saturation temperature in region4. 24 March 2023, 12:17:32 UTC
2e74f6c [cmake] Fix order of eigen options. 24 March 2023, 10:13:29 UTC
8e76772 [T] Fix eigen unsupported benchmarks requirements. 24 March 2023, 10:13:28 UTC
e5a16a9 [ML] Fix EigenLinearSolver on Eigen 3.4.0 24 March 2023, 10:13:28 UTC
c024e5a [cmake] Use proper Eigen version 3.4.0 if OGS_USE_EIGEN_UNSUPPORTED=OFF. 24 March 2023, 10:13:26 UTC
0df4097 [web] Fixed data_explorer_manual links (repo was moved). 24 March 2023, 10:12:33 UTC
5d45097 Merge branch 'rm-boost-mp11' into 'master' [cmake] Removed boost-mp11 from cpm (is part of Boost itself). See merge request ogs/ogs!4537 24 March 2023, 09:54:51 UTC
08965c2 [versions] Updated cpm cache info. 23 March 2023, 08:18:00 UTC
c13a1b1 Bumped Boost minimum to 1.73.0 for mp11. 23 March 2023, 07:37:38 UTC
037626a [cmake] Removed boost-mp11 from cpm (is part of Boost itself). Updated Boost subset tar. 23 March 2023, 07:37:38 UTC
032090c Merge branch 'web-benchmark-order' into 'master' [web] Sort benchmark sections alphabetically See merge request ogs/ogs!4536 21 March 2023, 23:52:02 UTC
5aab068 Merge branch 'gtest-eigen-nan' into 'master' Make custom Eigen Googletest predicate work correctly with NaN values. See merge request ogs/ogs!4529 21 March 2023, 23:42:50 UTC
e4955c2 [T] Test Eigen predicate with NaNs 21 March 2023, 10:29:31 UTC
ad6362c [T] Make Eigen test predicate work with NaNs 21 March 2023, 10:29:31 UTC
13d2069 [T/TM] Slightly relax ctest sigma tolerance 21 March 2023, 09:48:14 UTC
8f6abc0 [wheel] Print warning when CMAKE_ARGS given and preset is overridden. 21 March 2023, 07:52:51 UTC
c634d74 [web] Sort benchmark subsections alphabetically. 21 March 2023, 07:46:08 UTC
8a5eee4 [web] Added subsection parameter sort_alphabetically (default to false). 21 March 2023, 07:45:45 UTC
74ea140 [web] Removed subsection settings (are already defaults). 21 March 2023, 07:42:04 UTC
de2b895 Merge branch 'SDComputeEpsPrevDontStore' into 'master' [PL/SD] Compute eps_prev instead of storing it. See merge request ogs/ogs!4403 20 March 2023, 16:18:42 UTC
8b9b92c [PL/SD] Use localDOF access 20 March 2023, 15:09:34 UTC
5ce799c [MaL] Slightly relax assertion tol for deviators This is a temporary measure. The computation of deviators and there usage will be rewritten. 20 March 2023, 15:09:34 UTC
04ef1e6 [T/SD] Excavation replace reference On domain deactivation, and especially on reactivation (backfilling) the current implementation is/was using the previously stored value for the strain, which is not entirely correct. Much better would be to set the secondary variables to a given value upon deactivation/reactivation. But this is out of scope for now. 20 March 2023, 15:09:33 UTC
b490aaf [T/SD] Slightly relax vtkdiff tolerances 20 March 2023, 15:09:33 UTC
b8a3e5d [PL/SD] Calculate eps prev instead of storing it 20 March 2023, 15:09:33 UTC
4683f6f [PL/SD] Rename primary variables locally 20 March 2023, 15:09:33 UTC
2bc45c9 [PL] Pass solution time derivatives to postTimestep 20 March 2023, 15:09:33 UTC
e87f1b0 Merge branch 'ext-petsc-parallel' into 'master' [cmake] Honor CMAKE_BUILD_PARALLEL_LEVEL when building PETSc or LIS. See merge request ogs/ogs!4532 20 March 2023, 10:18:47 UTC
da1d5b2 Merge branch 'cleanup-benchmark' into 'master' Small cleanup in SteadyStateDIffusion benchmarks See merge request ogs/ogs!4530 17 March 2023, 15:18:14 UTC
428becf [cmake] Honor CMAKE_BUILD_PARALLEL_LEVEL when building PETSc or LIS. 17 March 2023, 15:08:55 UTC
237b84f Merge branch 'wheel-preset' into 'master' [wheel,web] Use env var CMAKE_ARGS to override CMake preset for wheel. See merge request ogs/ogs!4525 17 March 2023, 12:48:33 UTC
993afac [wheel,web] Use env var CMAKE_ARGS to override CMake preset for wheel. 17 March 2023, 12:16:46 UTC
0462cae [T] Cleanup in SteadyStateDiffusion/Tests.cmake. 17 March 2023, 09:52:58 UTC
ca0dfe1 [T] Removed unused prj file. 17 March 2023, 09:52:46 UTC
fda342f Merge branch 'SmallImprovementsInNodePartitionedMeshReader' into 'master' [MeL/IO/MPI_IO] Tiny improvements in NodePartitionedMeshReader See merge request ogs/ogs!4527 16 March 2023, 22:06:42 UTC
cf0a028 [MeL/IO/MPI_IO] Reduce scope of mesh 16 March 2023, 15:25:40 UTC
53e9cc6 [MeL/IO/MPI_IO] Rank output already in spdlog For the parallel execution the spdlog format specifier already contains the rank almost always 16 March 2023, 15:25:23 UTC
0726b32 [MeL/IO/MPI_IO] Comment for better understanding 16 March 2023, 15:24:58 UTC
87e3cf1 [ci] Test artifacts for linux ctest large job. 16 March 2023, 13:28:50 UTC
3b7d782 [web] Update release procedure. 15 March 2023, 13:42:06 UTC
98dacaf Merge branch 'stabilizer_update1' into 'master' [HC] Refactoring the implementation of the isotropic diffusion stabilization See merge request ogs/ogs!4490 15 March 2023, 01:48:08 UTC
04dcb45 [HC] Refactored the implementation of the isotropic diffusion stability 14 March 2023, 22:41:55 UTC
405254a Merge branch 'localdof' into 'master' Beautiful access to element degrees of freedom See merge request ogs/ogs!4507 14 March 2023, 22:40:16 UTC
10144ff Merge branch 'kregime-propagating' into 'master' Hydraulic Fracturing in the Toughness-Dominated Regime See merge request ogs/ogs!4508 14 March 2023, 22:39:04 UTC
2e3e7ed Adding Kregime hydraulic fracturing-J. notebook 14 March 2023, 15:36:28 UTC
ab3f388 [NL] Extract MatrixPolicy for fixed and dynamic This separation helps using dynamic and fixed Eigen matrices and vectors independently from the shape matrices. 14 March 2023, 14:10:27 UTC
back to top