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

sort by:
Revision Author Date Message Commit Date
9d51830 Merge branch 'matrix-output' into 'master' Draft: Debug output for local and global matrices See merge request ogs/ogs!4546 04 April 2023, 15:18:23 UTC
b472f6a fixup! [T] Fixed matrix output test on Windows. 04 April 2023, 15:18:08 UTC
d4ca7e6 Merge branch 'helper-repo' into 'master' Introducing reproducable builds with guix See merge request ogs/ogs!4550 04 April 2023, 13:13:32 UTC
d7c52fb [versions] Updated cpm cache info. 04 April 2023, 11:19:08 UTC
40c3d6d [py] Python 3.11 requires pybind11 2.10.x 04 April 2023, 11:19:08 UTC
7dff36f [cmake] Fix range-v3 versions. 04 April 2023, 11:19:08 UTC
ff8995f [ci] Added job build guix. Currently builds ogs serial and petsc with SteadyStateDiffusion process only. 04 April 2023, 11:19:08 UTC
6be10a0 [guix] Added channels.scm. This file pins the dependency tree. 04 April 2023, 11:19:08 UTC
8055f75 [T] Fixed matrix output test on Windows. Empty environment variables are not supported on Windows. When setting an env var to empty it deletes the env var. 04 April 2023, 10:56:01 UTC
94feaea Merge branch 'fix-gui' into 'master' [ci] Fix gui jobs See merge request ogs/ogs!4555 04 April 2023, 09:58:36 UTC
9bae166 [ci] Fix gui jobs. 04 April 2023, 09:09:26 UTC
c466728 Merge branch 'ExpandCreateMeshFromElementSelectionForParallelCase' into 'master' Implement transformation from 'normal' `Mesh` to `NodePartitionedMesh` See merge request ogs/ogs!4548 04 April 2023, 07:06:13 UTC
afc3d0b [MeL] Use MeshLib::view::ids 04 April 2023, 06:23:48 UTC
010f914 [T] Add gml-input-parallel-mesh-output test 04 April 2023, 06:23:48 UTC
50b6e3f [MeL/U] Docu for transformMeshToNodePartitionedMesh 04 April 2023, 06:23:48 UTC
99a4edf [MeL/Utils] Prevent compiling transformMeshToNodePartitionedMesh in non-PETSc build 04 April 2023, 06:23:48 UTC
75dc9d9 [MeL] Impl. transformMeshToNodePartitionedMesh() 04 April 2023, 06:23:47 UTC
0f60d31 [MGTL/BoundaryElementsSearcher] Add getMesh() required by constructAdditionalMeshesFromGeometries() 04 April 2023, 06:23:47 UTC
a5bf588 [MeL] Extract generating NodePartitionMesh to MGTL::constructAdditionalMeshesFromGeometries 04 April 2023, 06:23:47 UTC
4233539 [MeL] Docu 'active -> regular' in NodePartitionedMesh 04 April 2023, 06:23:47 UTC
53fda63 [MeL/IO/MPI_IO] Rename active -> regular 04 April 2023, 06:23:47 UTC
b022096 Merge branch 'ci-improvements' into 'master' [ci] Reducing runtime on wheel and notebook jobs See merge request ogs/ogs!4552 03 April 2023, 20:04:11 UTC
4dfc600 [cmake] Helper repo as a submodule. 03 April 2023, 18:37:09 UTC
1977b69 Lower pybind11 and range-v3 version for guix. 03 April 2023, 18:37:06 UTC
1765ace CPMFindPackage for pybind11 and range-v3. 03 April 2023, 18:35:33 UTC
e0b1a77 [cmake] Lower version for petsc and hdf5 for guix. 03 April 2023, 18:33:33 UTC
c1e995d [cmake] Added option OGS_HELPER_REPO for cpm cache. 03 April 2023, 18:33:33 UTC
7ecfc6a [ci] Run LARGE notebooks on arch and petsc test only. 03 April 2023, 17:57:38 UTC
8a0c924 [ci] Build only one wheel (Python 3.10) on MR pipelines. 03 April 2023, 17:57:38 UTC
86cf986 Merge branch 'rm-ogs_use_python' into 'master' Remove option OGS_USE_PYTHON See merge request ogs/ogs!4521 03 April 2023, 17:54:36 UTC
08c2d40 Merge branch 'THM_updateConstitutive' into 'master' THM; Extract update of constitutive relations See merge request ogs/ogs!4528 03 April 2023, 16:27:41 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
f7e324b [PL] Update deact. subdomains before first output This ensures computation of secondary variables only for "active" subdomains. Fixes incorrect output of secondary variables for the initial conditions. 03 April 2023, 14:20:57 UTC
9311b3c [PL/THM] Move update constitutive into compute2nd The advantage is, that in the first time step the secondary variables are computed according to the current solution. 03 April 2023, 14:20:57 UTC
2f1f509 [PL/THM] Reset velocity for output in preTimeStep This ensures a NaN value for the deactivated subdomain part The preTimeStep function runs over all elements, not only the "active" elements. 03 April 2023, 14:20:57 UTC
0aea32b [T/THM] A2; Slightly relax velocity tolerances 03 April 2023, 14:20:57 UTC
2cba2f1 [PL/THM] Use updateConstitutiveRels. in post 03 April 2023, 14:20:57 UTC
20b807f [PL/THM] Use updateConstitutiveRels in assembly 03 April 2023, 14:20:57 UTC
9795b9d [PL/THM] Extract updateConstitutiveRelations 03 April 2023, 14:20:57 UTC
1401fbc [PL/THM] Extract ConstitutiveRelationsValues for storing temporary values. 03 April 2023, 14:20:57 UTC
1b123e5 [PL/THM] Store velocity for output Move Darcy velocity computation to post and in the getter use the stored velocity. 03 April 2023, 14:20:57 UTC
e89a097 [PL/THM] Generalize localDOF to any container 03 April 2023, 14:20:57 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
0b2262d [T] Added test for Eigen matrix formatting 28 March 2023, 18:23:09 UTC
daa0cb7 [MaL] Added output formatter for Eigen dense types 28 March 2023, 18:23:09 UTC
17052c7 [PL/SD] Enable global matrix output 28 March 2023, 18:23:09 UTC
1a07eb6 [PL] Enable local matrix debug output 28 March 2023, 18:23:09 UTC
2b27ce6 [T] Added unit tests for some matrix output internals 28 March 2023, 18:23:09 UTC
0b4625b [T] Added tests for the matrix debug output 28 March 2023, 18:23:09 UTC
cb920dd [PL] Added matrix output functionality 28 March 2023, 18:23:09 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
back to top