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

sort by:
Revision Author Date Message Commit Date
0d8e0cb Merge branch 'ReplaceBoostAny' into 'master' Replace boost::any with std::any. See merge request ogs/ogs!3517 16 March 2021, 07:02:19 UTC
c9c4b01 Merge branch 'fix-mfront' into 'master' [ci] Enable mfront in serial container See merge request ogs/ogs!3508 16 March 2021, 07:00:40 UTC
8c62eaa [App/IO] Use std::any in csv I/F replacing boost. 15 March 2021, 21:18:15 UTC
f64b0e2 Bump Boost to 1.69.0 for Clang compatibility. https://github.com/boostorg/build/pull/368 15 March 2021, 19:56:33 UTC
a4c9970 Updated container-maker. 15 March 2021, 19:29:41 UTC
7e8938d [web] Clarified Singularity usage guides for user and developer. 15 March 2021, 19:29:41 UTC
639e896 [ci] Serial container includes mfront support. 15 March 2021, 19:29:41 UTC
935d5e7 [CMake] Install mfront libs (cpm follow-up). 15 March 2021, 19:29:41 UTC
dd9b10a [BL] Added missing include for std::optional. Fixes #3117. 15 March 2021, 19:21:13 UTC
793325d Merge branch 'RewriteDeactivatedSubdomainExtraction' into 'master' Rewrite deactivated subdomain extraction See merge request ogs/ogs!3511 15 March 2021, 13:46:49 UTC
13d5b7a [PL/DS] Fix spelling of class name. 15 March 2021, 12:32:17 UTC
5cc7b45 [PL/DS] Remove unnecessary parts after last commit 15 March 2021, 12:32:17 UTC
917d27d [PL/DS] Rewrite extraction of inner nodes. 15 March 2021, 12:32:17 UTC
c883eb2 [PL/DS] Rename bc_mesh to sub_mesh. 15 March 2021, 12:32:17 UTC
2327e09 [PL/DS] Rename inactive nodes to inner nodes. The name reflects the special nature of the nodes, namely that these are nodes not touching the active elements. 15 March 2021, 12:32:17 UTC
f649e42 [PL/DS] Use algorithms. 15 March 2021, 12:14:01 UTC
1f2f2c9 [PL/DS] Extract is_active criterion for elements. 15 March 2021, 12:14:01 UTC
141e13a [PL/DS] Extract functions for subdomain creation. Reducing scope, using algorithms. 15 March 2021, 12:14:01 UTC
f02020f [PL/DS] Don't repeat types. RAII. 15 March 2021, 12:14:01 UTC
9537c2d Merge branch 'UpdateNetCdfResult' into 'master' Update NetCdf result Closes #3115 See merge request ogs/ogs!3513 15 March 2021, 11:18:01 UTC
eba59f7 [MeL/Vtk] Avoid memory leak of node coordinates. 15 March 2021, 10:10:12 UTC
7b05e2d [T/NetCDF] Update increased precision reference. Since b39ae740696874c595e0c72f1ecaf92bbb709d45 the precision has increased. 15 March 2021, 09:59:43 UTC
6c47f32 Merge branch 'RemoveMathLibScalarProduct' into 'master' Remove MathLib scalar product See merge request ogs/ogs!3512 15 March 2021, 08:32:37 UTC
c2a158d Merge branch 'KelvinVectorDimConstexpr' into 'master' Use constexpr for KelvinVectorDimensions See merge request ogs/ogs!3453 15 March 2021, 08:24:56 UTC
4511f36 Use constexpr kelvin_vector_dimensions function. 14 March 2021, 19:25:47 UTC
7a8619b [MaL] Replace KelvinVectorDimensions with constexpr 14 March 2021, 19:25:47 UTC
30d75b5 Merge branch 'PorosityFromMassBalance' into 'master' [RM/MPL] move permeability, porosity, storage and transport_porosity to medium Closes #3032 See merge request ogs/ogs!3498 14 March 2021, 19:24:58 UTC
d8b826d move porosity, transport_porosity, permeability, biot_coefficient and storage to medium in RM process and MPL properties 14 March 2021, 16:08:33 UTC
883db3d Merge branch 'MeshLayerRasterUpdates' into 'master' Mesh layer/raster updates See merge request ogs/ogs!3484 14 March 2021, 14:49:23 UTC
dc4bc3b [MaL] MathTools; remove scalarProduct. Scalar product was substituted everywhere with Eigen's dot() function. 14 March 2021, 14:43:48 UTC
32fce1b [GL] Raster; Use Eigen vectors. The only place using scalar product from MathTools. 14 March 2021, 14:43:48 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
back to top