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

sort by:
Revision Author Date Message Commit Date
71b724e Merge branch 'LocalNewtonRaphsonScaling' into 'master' Local Newton-Raphson: add optional scaling for convergence tests. See merge request ogs/ogs!3690 25 January 2022, 10:14:48 UTC
c9c17aa Merge branch 'fix-poetry' into 'master' [poetry] Error fixes See merge request ogs/ogs!3954 25 January 2022, 10:12:41 UTC
628fdaf [poetry] Fix for empty requirements. 25 January 2022, 09:47:01 UTC
73bfda1 [poetry] Try to fix JSONDecodeError. https://github.com/python-poetry/poetry/issues/4210 25 January 2022, 09:45:53 UTC
e88bee6 [poetry] Pin versions. 25 January 2022, 09:45:53 UTC
282f1d2 [Test/TRM/PETSc] Run the point heat source benchmark with parallel computing 25 January 2022, 09:45:52 UTC
8e016ce [Test/TRM/PETSc] Added a parallel computing test with Taylor Hood element 25 January 2022, 09:45:52 UTC
ddbe428 [Test/TRM/PETSc] Added Simple3DThermoMechanicsFromTM as a parallel computing test 25 January 2022, 09:45:52 UTC
e4845e7 [TRM] Enabled parallel computing with Taylor Hood elements 25 January 2022, 09:45:52 UTC
5829b67 Merge branch 'parallel_TRM0' into 'master' Enable parallel computing in TRM with Taylor-Hood elements See merge request ogs/ogs!3920 25 January 2022, 07:58:50 UTC
64fe89d [cmake] Fail early if poetry did not succeed. 25 January 2022, 07:43:50 UTC
8855fd8 [Test/TRM/PETSc] Run the point heat source benchmark with parallel computing 24 January 2022, 22:46:27 UTC
77a0c27 [Test/TRM/PETSc] Added a parallel computing test with Taylor Hood element 24 January 2022, 22:46:27 UTC
acd7629 [Test/TRM/PETSc] Added Simple3DThermoMechanicsFromTM as a parallel computing test 24 January 2022, 22:46:27 UTC
5f0e4ca [TRM] Enabled parallel computing with Taylor Hood elements 24 January 2022, 22:46:27 UTC
93b07e9 Merge branch 'rm-fs' into 'master' Remove std::filesystem hacks Closes #3246 See merge request ogs/ogs!3951 24 January 2022, 20:19:31 UTC
8f39d81 Merge branch 'TH2M_thermal_conductivity_revised' into 'master' TH2M Thermal conductivity revised See merge request ogs/ogs!3942 24 January 2022, 14:02:00 UTC
f4abe26 Replace fs::... with std::filesystem::... 24 January 2022, 07:39:20 UTC
05fd589 Remove #include "filesystem.h". 24 January 2022, 07:39:20 UTC
1f0cd2a [cmake] Remove linking to std::filesystem. 24 January 2022, 07:39:20 UTC
3988bf5 [cmake] Remove FindFilesystem.cmake. 24 January 2022, 07:39:20 UTC
fc845b7 Bump minimum gcc to 9.1. 24 January 2022, 07:39:20 UTC
7cfb854 [ci] Fix pipeline 'never'-condition. 24 January 2022, 07:39:20 UTC
f7b0bff [ci] Load newer Python on EVE. Fixes CI job with poetry. 24 January 2022, 07:39:20 UTC
f769814 [TH2M/PTM] Remove thermal conductivity from phase transition variables. 21 January 2022, 22:55:57 UTC
fd6770b [T/TH2M] Removed thermal conductivity from phase transition unit tests. 21 January 2022, 22:55:57 UTC
78ba45c [TH2M] Thermal conductivity is no longer a required property. Now, thermal conductivity is a medium property, individual phase thermal conductivities are required only if in case of a mixing rule. 21 January 2022, 22:55:57 UTC
f3d5351 [T/TH2M] Include thermal conductivity as medium property in all test files 21 January 2022, 22:55:57 UTC
744cd19 [TH2M] Thermal conductivity is now treated as medium property. 21 January 2022, 22:55:57 UTC
edcea69 Merge branch 'install-petsc' into 'master' [cmake] Added option OGS_INSTALL_PETSC to install petsc into CMAKE_INSTALL_PREFIX See merge request ogs/ogs!3950 21 January 2022, 17:53:11 UTC
6211b63 [cmake] Added option OGS_INSTALL_PETSC to install petsc into CMAKE_INSTALL_PREFIX E.g.: ``` cmake -S . --preset release-petsc \ -DCMAKE_INSTALL_PREFIX=../install/release-petsc \ -DOGS_INSTALL_PETSC=ON cmake --build --preset release-petsc -t install ``` Please note that currently the install location is not relocatable! Absoulte path to petsc-lib has to be replaced with an rpath equivalent. On Mac this works: ``` install_name_tool -change /Users/bilke/code/ogs/install/release-petsc/lib/libpetsc.3.11.dylib @rpath/libpetsc.3.11.dylib ./ogs ``` TODO: Linux 21 January 2022, 17:02:10 UTC
5896da2 Merge branch 'IdealGasLawBinaryMixture' into 'master' [MPL] New property ideal gas law for binary gases See merge request ogs/ogs!3945 21 January 2022, 12:41:07 UTC
a23785b Merge branch 'small-improvements' into 'master' Some small improvements. See merge request ogs/ogs!3948 21 January 2022, 10:49:59 UTC
2433744 [MPL] New property ideal gas law for binary gases 21 January 2022, 08:11:28 UTC
a1010b9 [PL] Fix typos 20 January 2022, 18:11:26 UTC
f2a0640 [NL] Added missing pragma once 20 January 2022, 14:34:36 UTC
f5ab03e [AppL] Use more secure way to escape quotes 20 January 2022, 14:34:18 UTC
13352c7 [ci] Fix pipeline 'never'-condition. 20 January 2022, 12:42:32 UTC
27c0fbf [ci] Load newer Python on EVE. Fixes CI job with poetry. 20 January 2022, 11:03:26 UTC
850da78 Merge branch 'notebook-testrunner' into 'master' [ci] Simple Notebook testrunner. See merge request ogs/ogs!3930 20 January 2022, 09:35:35 UTC
dc32176 MR comments. 20 January 2022, 08:44:34 UTC
10844e8 [T] Install notebook dependencies via versions.json. 20 January 2022, 08:44:34 UTC
4e09e41 [nb] Fixed SimpleMechanics notebook when there are ogs errors. 20 January 2022, 08:44:34 UTC
57382b1 [T] Fix notebook tests on Windows. 20 January 2022, 08:44:34 UTC
5afbf94 [ci] Use Python 3.9 on PETSc and code coverage job. Default python on arch is 3.10; there are no vtk wheels for it, required by VTUInterface. 20 January 2022, 08:44:34 UTC
988e2d4 [web] Added Notebook tests docs. 20 January 2022, 08:44:34 UTC
f9b11de [T] Added example notebooks to ctest. 20 January 2022, 08:44:34 UTC
9e89dfc [T] Added NotebookTest() as CMake integration for notebook testrunner.py. 20 January 2022, 08:44:33 UTC
6e2b705 [T] Added option CAT_LOG to OgsTestWrapper.cmake. When CAT_LOG=True the log is written to stdout instead of LOG_FILE. 20 January 2022, 08:44:33 UTC
4d67e99 [cmake,poetry] Cache installation info and install Notebook requirements. Only call `poetry add` when there are new Python package requirements. 20 January 2022, 08:44:33 UTC
305a509 [ci] Skip *.ci-skip.ipynb notebooks in testrunner. 20 January 2022, 08:44:33 UTC
b938213 Refactord Notebook testrunner in line with MR comments. 20 January 2022, 08:44:33 UTC
da12a78 [ci] Simple Notebook testrunner. Based on initial implementation from @chleh. 20 January 2022, 08:44:33 UTC
257976b Merge branch 'fix-check-header' into 'master' [ci] Improved check header job. See merge request ogs/ogs!3917 19 January 2022, 14:26:46 UTC
895abdf [ci] Fix check-header exit code on success. 19 January 2022, 13:32:22 UTC
cc0aa7b [cmake] Check header, fix hdf5 includes. 19 January 2022, 13:32:21 UTC
6db84d4 [cmake] check-header, add current lib definitions 19 January 2022, 13:25:00 UTC
434e040 [cmake] Append target definitions to check header. 19 January 2022, 13:25:00 UTC
6640304 [MaL] Add missing EigenLinearSolver include. 19 January 2022, 13:24:59 UTC
e12b7a8 check-header: ignore Qt-generated ui_*.h files. 19 January 2022, 13:24:59 UTC
23abdfd fix: add -fPIC. 19 January 2022, 13:24:59 UTC
80a3a2a [MPL] Forward declare structs as struct not class 19 January 2022, 13:24:59 UTC
7dcdf93 [PL/BCST] Fix forward declarations. 19 January 2022, 13:24:59 UTC
ab5ac3f [PL/U] Add missing DynamicSpan include. 19 January 2022, 13:24:59 UTC
c9d4d86 [BL] DynamicSpan; add missing include guard. 19 January 2022, 13:24:59 UTC
b8d6dc2 [MPL] Add missing vector include. 19 January 2022, 13:24:58 UTC
bde623b [MPL] Fix typo in forward declaration. 19 January 2022, 13:24:58 UTC
8594157 [ci] Improved check header job. Will be yellow if failed. 19 January 2022, 13:24:58 UTC
699d9d2 check-header: fixes in NumLib. 19 January 2022, 13:24:58 UTC
7ff7a5c check-header: fixes in MeshLib. 19 January 2022, 13:24:58 UTC
766c3b2 check-header: fixes in MaterialLib. 19 January 2022, 13:24:58 UTC
f9b8cf7 check-header: fixes in GeoLib. 19 January 2022, 13:24:58 UTC
79a0a33 check-header: fixes in ChemistryLib. 19 January 2022, 13:24:58 UTC
41a6242 check-header: fixes in BaseLib. 19 January 2022, 13:24:57 UTC
f12b02d [cmake] Handle interface libs and gen. expressions in check header. 19 January 2022, 13:24:57 UTC
88a653e cmake-format AddTest.cmake 13 January 2022, 21:27:46 UTC
8f48417 [MeL/IO] Add copyright headers. 13 January 2022, 21:27:44 UTC
422ef80 Merge branch 'ldd' into 'master' [cmake] Select lld over GNU gold over regular linker. See merge request ogs/ogs!3940 13 January 2022, 20:52:11 UTC
562edb3 [ML] Added ParameterLib link dependency. 13 January 2022, 14:14:55 UTC
0296731 [cmake] Select lld over GNU gold over regular linker. lld and gold linker are much faster than the default linker. 13 January 2022, 14:14:55 UTC
2a962e5 [cmake] Removed duplicate -O3 in release mode. 13 January 2022, 14:14:55 UTC
6d31421 [T/RM] Tweak tolerances of solvers and vtkdiff. The local and global nonlinear solvers are very sensitive to the previous solutions. 12 January 2022, 19:51:47 UTC
0b2ab89 [T/RM] Add runtime to double porosity ctest. 12 January 2022, 19:51:47 UTC
05b0839 [T/RM] Stricter tolerances for nonlinear solvers. The global and local (for micro-porosity) tolerances. 12 January 2022, 19:51:47 UTC
4bec63a [PL/RM] MP; Remove unused function argument. 12 January 2022, 19:51:47 UTC
c60b718 [PL/RM] Scale local Newton in computeMicroPorosity Passing the solid bulk modulus, which is then used for scaling of the local Newton quantities, the swelling stress and pressure. 12 January 2022, 19:51:47 UTC
9d80251 [NL] Add optional scaling for convergence tests. Component-wise multiplicative scaling---a vector in length of the solution---is applied to the residuum and increment convergence tests. This helps to achieve convergence even if the magnitudes of the components are very different. 12 January 2022, 19:51:47 UTC
4067ae6 [PL/RM] Failed micro porosity computation throws. Can be used to reduce time step size. 12 January 2022, 19:51:47 UTC
f52b820 Merge branch 'BuildCreateMeshElemPropertiesFromASCRasterWithGUIDisabled' into 'master' Build tool createMeshElemPropertiesFromASCRaster with GUI disabled. See merge request ogs/ogs!3943 12 January 2022, 19:45:54 UTC
77dd8d7 Merge branch 'Effective_thermal_conductivity_volume_fraction' into 'master' Effective thermal conductivity volume fraction See merge request ogs/ogs!3941 12 January 2022, 19:39:12 UTC
dee3d8c [A/U/SimpleMeshCreation] Build createMeshElemPropertiesFromASCRaster with GUI disabled. 12 January 2022, 12:16:03 UTC
33d9eda [T/MPL] Increased information density by remoning redundant lines. 12 January 2022, 12:10:31 UTC
0221778 [T/MPL] Added/modified unit tests to incorporate all combinations of media. 12 January 2022, 05:47:23 UTC
885461a [MPL] Generalisation of eff thermal conductivity model to three phases. 12 January 2022, 05:47:23 UTC
df6c0ea Merge branch 'VermaPruessEquation' into 'master' [MPL] Verma-Pruess equation See merge request ogs/ogs!3929 11 January 2022, 21:04:25 UTC
8774fca [T|Docu] unit test for Verma-Pruess model and documentation. 11 January 2022, 18:32:24 UTC
f3568b8 [MPL] Verma-Pruess permeability model. 11 January 2022, 18:32:24 UTC
f55bed9 [MPL] Verma-Pruess permeability model creator. 11 January 2022, 18:32:24 UTC
db641bd Merge branch 'fix_MPL_Constant' into 'master' Add dValue of MPL/Constant with a return value of 0.0 Closes #3240 See merge request ogs/ogs!3939 11 January 2022, 17:34:22 UTC
46c1b5b [Ctest/HM] Changed the permeability of one benchmark to isotropic tensor to test dValue of Constant permeability. 11 January 2022, 16:37:58 UTC
back to top