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

sort by:
Revision Author Date Message Commit Date
633e6d7 Merge branch 'MeshLayerRasterUpdates' into 'master' Mesh layer/raster updates See merge request ogs/ogs!3484 14 March 2021, 14:29:19 UTC
edb85de [T/Data] Removing raster half cell shifting requires update test. 13 March 2021, 20:23:03 UTC
902b6ac [MeL/MG/MeshLayerMapper] Rename for better understandibility. 13 March 2021, 20:23:03 UTC
1cfb2af [A/U/ME/createLayeredMeshFromRaster] Constify rasters. 13 March 2021, 20:23:03 UTC
50f2e71 [MeL/MG/RasterToMesh] Move shifting origin in vtkImageData function. 13 March 2021, 20:23:03 UTC
b39ae74 [A/IO/AsciiRasterInterface] Impr. writing ASC data. 13 March 2021, 20:23:03 UTC
475c0bf [App/IO] Raster; Avoid use after move. Use vector. Using std::vector local variable avoids possible use after move: access to header.n_cols and n_rows in the same line as std::move(header). 13 March 2021, 20:23:03 UTC
13672f6 Merge branch 'VolumeFraction_' into 'master' [CL] Update of solid/liquid ratio of the medium due to evolving parameters linked to reactions See merge request ogs/ogs!3490 13 March 2021, 10:23:49 UTC
168c3e3 Merge branch 'eve-foss2020b' into 'master' [Eve] Switch to foss/2020b See merge request ogs/ogs!3506 12 March 2021, 20:22:38 UTC
1d4cb86 [cmake-lint] Fix Dependencies.cmake. 12 March 2021, 20:20:43 UTC
6d38915 Merge branch 'cpm-vtk' into 'master' [cpm] Replaced Conan VTK package with CPM. See merge request ogs/ogs!3504 12 March 2021, 20:07:36 UTC
6bde0dd Merge branch 'cmake-lint' into 'master' [pre-commit] CMake linter See merge request ogs/ogs!3509 12 March 2021, 15:43:05 UTC
5d8f37f [CL] move return statement forward. 12 March 2021, 15:08:02 UTC
0da6a44 Merge branch 'Cleanup' into 'master' [CL] small clean-ups See merge request ogs/ogs!3507 12 March 2021, 14:58:51 UTC
8938cde [cmake-lint] Added comments to ignored issues. 12 March 2021, 14:38:56 UTC
9407b6b Make cmake-lint happy, part 2. 12 March 2021, 13:47:55 UTC
05061ce Make cmake-lint happy, part 1. 12 March 2021, 12:00:50 UTC
096f0a6 [pre-commit] Added cmake-lint. 12 March 2021, 12:00:50 UTC
54f019e [CL] rename function. 12 March 2021, 00:26:53 UTC
07ca09c [CL] remove default setting. 12 March 2021, 00:23:17 UTC
01d0cf3 [CL] set private access specifier. 12 March 2021, 00:22:10 UTC
a6e98b1 [CL] Drop function executeInitialCalculation(). 12 March 2021, 00:20:29 UTC
cd5061b [CL] rename function. 12 March 2021, 00:20:26 UTC
3e11546 [CL] reset access specifier. 12 March 2021, 00:19:50 UTC
3765410 Merge branch 'move_properties_to_medium' into 'master' [THM/HM/RF] Change property assignment from solid phase to medium (permeability, storage, biot_coefficient, porosity) Closes #3032 See merge request ogs/ogs!3114 11 March 2021, 19:21:08 UTC
a95dcf4 Merge branch 'MPL_vapour_diffusion' into 'master' Added vapour diffusion type and the FEBEX type vapour_diffusion property See merge request ogs/ogs!3491 11 March 2021, 19:19:41 UTC
64a39ec [T] update .prj file. 11 March 2021, 15:15:27 UTC
5f366e5 [CL] set reactant molality. 11 March 2021, 15:15:27 UTC
6a93b86 [CL] Rename function. 11 March 2021, 15:15:27 UTC
ddb21ed [CL] initialize volume fraction. 11 March 2021, 15:15:27 UTC
ced1411 [CL] Add class member volume_fraction. 11 March 2021, 15:15:27 UTC
8aa053d [eve] Switch to foss/2020b. 11 March 2021, 13:41:23 UTC
4d1ff83 move porosity, storage, biot-coefficient and permeability to medium (RichardFlow) 11 March 2021, 13:24:55 UTC
1624502 move porosity, storage, biot-coefficient and permeability to medium (HM process) 11 March 2021, 13:24:55 UTC
03cfb1e move porosity, storage, biot-coefficient and permeability to medium (THM process) move porosity, storage, biot-coefficient and permeability in THM project files 11 March 2021, 13:24:55 UTC
f538015 [UnitTest/VapourDiffusionFEBEX] Kept the consistency of the position of const qualifier 11 March 2021, 09:41:46 UTC
45cd627 [MatL] Replace tabs with spaces. 11 March 2021, 09:41:46 UTC
d76d6df [T/MatL] FEBEX; Use array to avoid heap allocs. Since the list of values is static, an array is sufficient. 11 March 2021, 09:41:46 UTC
8037529 [T/MatL] FEBEX; Use for-loop local variables. Reducing scope of counter. 11 March 2021, 09:41:45 UTC
31bf050 [T/MatL] FEBEX; Remove unused includes. 11 March 2021, 09:41:45 UTC
eea8b50 [Doc] Added a description of VapourDiffusionFEBEX 11 March 2021, 09:41:45 UTC
9d51afd [bib] Added three references 11 March 2021, 09:41:45 UTC
87ea295 [Doc] Added the parameter documentation for VapourDiffusionFEBEX 11 March 2021, 09:41:45 UTC
e85f228 [UnitTest] Added a test for VapourDiffusionFEBEX 11 March 2021, 09:41:45 UTC
5c2e9d5 [MPL] Added a new property type: vapour_diffusion 11 March 2021, 09:41:45 UTC
f7fa95f [MPL] Registered VapourDiffusion 11 March 2021, 09:41:45 UTC
a08ff98 [MPL] Add CreateVapourDiffusionFEBEX 11 March 2021, 09:41:45 UTC
841ed20 [MPL] Added VapourDiffusionFEBEX 11 March 2021, 09:41:45 UTC
65f9770 Bumped minimum VTK to 8.2.0. Test SteadyStateDiffusion_NeumannBC_In_Center_Point_2D_domain requires it (vtkLZMADataCompressor). 11 March 2021, 09:24:03 UTC
5917950 [eve] Use cpm instead of env modules. 11 March 2021, 08:41:41 UTC
1aa05e4 [cpm] Replaced Conan VTK package with CPM. 11 March 2021, 08:41:41 UTC
f989cda Revert "[cpm] Add Boost as header-only." This reverts commit 707e3aa05823a4eb40e1efeff3e6b1995bdb1a81. 11 March 2021, 08:33:46 UTC
fc966cb Merge branch 'ReplaceBoostOptional' into 'master' Replace boost::optional with std::optional See merge request ogs/ogs!3502 10 March 2021, 19:22:04 UTC
fa29bc7 Merge branch 'UpdateRMQuasiNewtonCtest' into 'master' [T/RM] Update reference. RHS includes stresses. See merge request ogs/ogs!3503 10 March 2021, 13:36:00 UTC
3e170d6 [T/RM] Update reference. Rhs includes stresses. In 6fceafaed "[PL/RM] Use initial stress in assemble()." the rhs vector was changed, now including also stress related parts, and not only the gravitational forces. This changes only the NodalForces output, everything else is exactly same as before. 10 March 2021, 12:34:28 UTC
a7939a9 [PL] Add missing <string> include in create*(). 10 March 2021, 08:34:57 UTC
611c0af Replace optional references with pointers. Optional references are not allowed by std. Replacing with semantically equivalent pointer. 10 March 2021, 08:34:57 UTC
09080cf Use std::optional specific functions and helpers. boost::none -> std::nullopt boost::make_optional -> std::make_optional boost::optional<T>::get() -> std::optional<T>::value() 10 March 2021, 08:34:57 UTC
363cf6d Replace <boost/optional*> includes with <optional> 10 March 2021, 08:34:37 UTC
39469da Use std::optional replacing boost::optional. 09 March 2021, 22:11:46 UTC
72d80ab Merge branch 'cpm-fixes' into 'master' [cpm] Boost header only and skip formatting targets See merge request ogs/ogs!3501 09 March 2021, 21:20:45 UTC
707e3aa [cpm] Add Boost as header-only. 09 March 2021, 20:25:13 UTC
e2971c9 [CMake] Disable formatting targets when formatters not found. 09 March 2021, 20:24:48 UTC
2958a5a Merge branch 'ReaddCleanCoverageTarget' into 'master' [CMake] Added clean_coverage target. See merge request ogs/ogs!3499 09 March 2021, 19:59:36 UTC
0323857 Merge branch 'fix-shapelib' into 'master' [cpm] Fixed shapelib used from system See merge request ogs/ogs!3500 09 March 2021, 19:57:07 UTC
670c6ae [cpm] Fixed shapelib used from system. 09 March 2021, 19:17:41 UTC
b1fec71 Merge branch 'CIFixTolerancesRMLiakopoulosQN' into 'master' [T/RM] Relax tolerances for failing CI job. See merge request ogs/ogs!3497 09 March 2021, 14:57:51 UTC
2337827 [CMake] Added clean_coverage target. 09 March 2021, 14:37:59 UTC
c449fe1 [T/RM] Relax tolerances for failing CI job. win 09 March 2021, 13:48:03 UTC
eb24866 Merge branch 'format' into 'master' Clang and CMake Format preparation See merge request ogs/ogs!3496 09 March 2021, 13:13:04 UTC
22144d0 [web] Added docs on cmake-format. 09 March 2021, 12:14:37 UTC
38f6285 [cmake] Preserve comment formating. 09 March 2021, 12:02:20 UTC
7a5e745 [cmake-format] Added config file. 09 March 2021, 12:02:20 UTC
2fea938 [clang-format] Ignore directories. 09 March 2021, 12:02:19 UTC
ddde0cf Added Format.cmake 09 March 2021, 12:02:19 UTC
ee07571 Merge branch 'CIFixTolerancesRMLiakopoulosQN' into 'master' [T/RM] Relax tolerances for failing CI job. See merge request ogs/ogs!3495 09 March 2021, 11:53:26 UTC
f8eb3fa [T/RM] Relax tolerances for failing CI job. frontend 09 March 2021, 11:17:46 UTC
5907ba7 Merge branch 'RMFixesAndCleanups' into 'master' RM fixes and cleanups See merge request ogs/ogs!3477 09 March 2021, 10:41:21 UTC
9816d02 [PL/RM] Fix eps_m computation in initialization. From the equations we have eps = eps_{m} + eps_{sw}, with eps_{sw} = -C_el^{-1} sigma_{sw}. All other places are using correct sign. 09 March 2021, 09:17:26 UTC
eacfb89 [PL/RM] Assemble. Compute p_SR before usage in rho solid_grain_pressure used in some density models was not set and caused an access error in the ExponentialProperty. 09 March 2021, 09:17:26 UTC
84bb557 [T/RM] Add liakopoulos test using assemble(). Using central differences for Jacobian computation. Still the HydraulicFlow and Nodal forces are not correct and don't include the 'M \dot{x} + K x' part. 09 March 2021, 09:17:26 UTC
4712e90 [T/RM] Move Liakopoulos diff config into project. 09 March 2021, 09:17:26 UTC
6fceafa [PL/RM] Use initial stress in assemble(). 09 March 2021, 09:17:26 UTC
c103065 [PL/RM] Fix error in mechanical strain computation Only happened in the assemble function, which does not have a ctest with swelling. 09 March 2021, 09:17:26 UTC
019f776 [PL/RM] Reuse p_FR computation in asm w/ Jacobian. 09 March 2021, 09:17:26 UTC
480f6b8 [PL/RM] Remove incorrect comment in assemble(). 09 March 2021, 09:17:26 UTC
93fe62d Update Dependencies.cmake (follow-up on !3494) 09 March 2021, 08:43:58 UTC
6dc675f Merge branch 'more-cpm' into 'master' More Conan packages moved to CPM (2nd try) See merge request ogs/ogs!3494 08 March 2021, 20:23:13 UTC
8a563f7 [cpm] Suppress tests from dependencies. 08 March 2021, 19:43:09 UTC
47efb43 [cmake] Cleanup. 08 March 2021, 19:43:09 UTC
7095bad [cpm] Update to 0.31.1 08 March 2021, 19:43:09 UTC
a61d381 Fixed testrunner with mfront. 08 March 2021, 19:43:09 UTC
710adbb Added zlib as CPM package. 08 March 2021, 19:43:09 UTC
7c4c60d [cpm] Added EXCLUDE_FROM_ALL. 08 March 2021, 19:43:09 UTC
cb89dc6 [CMake] Renamed BUILD_TESTING to OGS_BUILD_TESTING. Does not interfere with CPM modules. 08 March 2021, 19:43:09 UTC
eadd377 [CMake] Flag -fext-numeric-literals is valid only for C++. 08 March 2021, 19:43:09 UTC
6a1ab25 [CMake] package target installs only ogs, no third-party. - Removed install COMPONENTs - Made ogs the default component name - Install only the default ogs component with CPack 08 March 2021, 19:43:09 UTC
21efc68 [cpm] Fix frontend. 08 March 2021, 19:43:09 UTC
f13830d Merge branch 'web-additions' into 'master' Some web doc additions See merge request ogs/ogs!3493 08 March 2021, 15:04:34 UTC
78d85f4 Merge branch 'Gmsh2OgsExtractBoundary' into 'master' GMSH2OGS; extract boundary meshes See merge request ogs/ogs!3482 08 March 2021, 14:16:29 UTC
back to top