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

sort by:
Revision Author Date Message Commit Date
2bd29f7 Merge branch 'rm-ogs_use_python' into 'master' Remove option OGS_USE_PYTHON See merge request ogs/ogs!4521 31 March 2023, 09:04:24 UTC
e9d4227 [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’ 31 March 2023, 09:04:07 UTC
f914f5e [cmake] Removed indentation. 31 March 2023, 09:04:07 UTC
9a73957 [AppL] Initialize embedded Python only when used. 31 March 2023, 09:04:06 UTC
424aa83 [web] Some updates on Python docs. 31 March 2023, 09:04:06 UTC
07c7fef Removed OGS_USE_PYTHON in remaining places. 31 March 2023, 07:36:07 UTC
d7c2acc [ci] Removed OGS_USE_PYTHON. 31 March 2023, 07:36:07 UTC
a9a8a58 [PL] Removed #ifdef OGS_USE_PYTHON. 31 March 2023, 07:36:07 UTC
8ca58b3 [App] Removed #ifdef OGS_USE_PYTHON. 31 March 2023, 07:36:07 UTC
d5803f8 [cmake] Removed option OGS_USE_PYTHON. 31 March 2023, 07:36:07 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
cec0870 [PL] Use localDOF() in THM In one place an evaluation was pulled into the integration point loop. That might cause a tiny bit more computation. On the other hand the optimizer might take care of that. On the plus side we don't map data by hand anymore in these places, and the evaluations are more local than before. localDOF() seems to be incompatible with the current approach for staggered coupling. But I have the impression that there are some flaws with the current approach to staggered coupling. 14 March 2023, 14:10:27 UTC
4db6d7b [PL] Use localDOF() in TRM 14 March 2023, 14:10:27 UTC
bf5ae8f [NL] Added localDOF() implementation 14 March 2023, 14:10:27 UTC
b548934 [T] Added tests for localDOF() 14 March 2023, 14:10:27 UTC
ab9b1a5 Cumulative energies of all cores in parallel comp. 14 March 2023, 14:08:27 UTC
aa89b82 Merge branch 'TH2M_MFrontBulkModulus' into 'master' TH2M; Move C_el computation before bulk modulus See merge request ogs/ogs!4520 13 March 2023, 17:47:14 UTC
39d45f0 [PL/TH2M] Move C_el comp. before bulk modulus This is required by MFront models for evaluation of the bulk modulus. 13 March 2023, 16:28:01 UTC
ebaaa16 Update authors. 10 March 2023, 16:12:35 UTC
c908acc [ci] Fixed deploy docs logic for tags. 10 March 2023, 15:51:01 UTC
ba333f7 [post-releaase] Added DOI and missing authors. 10 March 2023, 15:50:35 UTC
ed65ad7 6.4.4 10 March 2023, 11:41:21 UTC
1aa058a Merge branch 'FE_mini_benchmark1' into 'master' [THM] A new benchmark: mini-benchmark1 of FE task force See merge request ogs/ogs!4486 10 March 2023, 09:40:53 UTC
5eed522 [CTest/THM] Enabled parallel running of mini-benchmark1 of FE task force 10 March 2023, 07:43:18 UTC
back to top