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

sort by:
Revision Author Date Message Commit Date
7eec6a9 Merge branch 'job-pools' into 'master' Draft: [cmake] Job pools for Ninja. See merge request ogs/ogs!3624 18 May 2021, 18:56:24 UTC
4060392 [cmake] Job pools for Ninja. Better parallelization of the build: There are two job pools: - light_tasks on most systems will utilize all available logical cores (default) - heavy_tasks requires 4 GB of free memory per job, is used for all processes. Could be optimized by introducing another pool with less memory requirements (medium_tasks) and use it in the more simple processes. 18 May 2021, 17:22:10 UTC
fee75ce Merge branch 'ci-fix' into 'master' Several CI fixes See merge request ogs/ogs!3625 18 May 2021, 14:17:56 UTC
7395bbe Updated container-maker. 18 May 2021, 10:46:52 UTC
c628170 [ci] Force container-maker checkout. 18 May 2021, 10:46:52 UTC
d04af6f [cpm] Fixed config errors in xdmf due to OPTIONS scope. 18 May 2021, 10:46:52 UTC
7ae4794 [ctest] 1 GB output limit. 18 May 2021, 10:46:51 UTC
970b671 [MatL] Fixed linker error when using shared libs. 18 May 2021, 10:46:51 UTC
5de1fc3 [cpm] Fixed config errors in VTK due to OPTIONS scope. 18 May 2021, 10:46:51 UTC
ec65037 [cpm] Bump to 0.32.1, fixes BUILD_SHARED_LIBS=ON having no effect. cpm 0.32 introduces a scope encapsulation: https://github.com/cpm-cmake/CPM.cmake/releases/tag/v0.32.0 18 May 2021, 10:46:51 UTC
4bd49f0 [cpm] Enable ccache for dependencies. 18 May 2021, 10:46:51 UTC
a168353 [cpm] Bump LibXml2 to 2.9.12 and build statically. Will fix container runtime. 18 May 2021, 10:46:51 UTC
906dcad Merge branch 'TRM_update' into 'master' [TRM] Include the thermal strain into total mechanical strain See merge request ogs/ogs!3611 18 May 2021, 09:55:12 UTC
efe3542 [T/TRM] A2; Slightly relax stress tolerance. 18 May 2021, 09:10:04 UTC
b46ce10 [TRM] Moved the swelling strain computation to the scope under the if-condition of having swelling stress rate. 18 May 2021, 09:10:04 UTC
e6976f8 [TRM] Introduced an alias to ip_data_[ip] 18 May 2021, 09:10:04 UTC
183f684 [TRM] Include the thermal strain into total mechanical strain 18 May 2021, 09:10:04 UTC
0b4818e Updated container-maker. 18 May 2021, 06:21:41 UTC
595206d Merge branch 'MathLibPrivateMembersStyle' into 'master' MathLib: trailing underscore for private members. See merge request ogs/ogs!3622 17 May 2021, 21:38:36 UTC
958946a [MaL] Use trailing underscore for private members. 17 May 2021, 13:25:55 UTC
3fb8c03 [MaL] Remove unused type declaration FP_T. 17 May 2021, 12:17:18 UTC
20e1dab [MaL] Make TemplatePoint::_x a private member. Using (const) access functions in two cases of direct member access. 17 May 2021, 12:17:18 UTC
a4cf5c6 [MaL] Make id member private. Protected write acs. Move common setID() member from derived classes into the base class allows for making the _id member private. Access through getID() in two occasions for in gmsh and gocad IO interface functions. 17 May 2021, 12:17:18 UTC
3ef47cf Merge branch 'SetInitialSurfaceFlux' into 'master' [SurfaceFlux] Output of the initial surface flux. Closes #3133 See merge request ogs/ogs!3621 17 May 2021, 09:27:34 UTC
5bc6f8a Merge branch 'H_body_force' into 'master' [LiquidFlow] Use body force vector in the local assember See merge request ogs/ogs!3623 17 May 2021, 09:25:49 UTC
ad0feaf [cpm] Build libxmlpatch statically. Avoids a runtime dependency on the shared lib. Fixes container. 17 May 2021, 08:39:12 UTC
dffc636 [LiquidFlow] Removed the old gravity parameters 17 May 2021, 08:34:44 UTC
a829392 [LiquidFlow] Use body force vector in the local assembler 17 May 2021, 08:31:45 UTC
190f89f [LiquidFlow/Creator] Use body force vector instead of the gravitational axis ID. 17 May 2021, 08:31:39 UTC
e9e0777 [T/LiquidFlow] Test specific_flux output for time step 0. 17 May 2021, 07:11:15 UTC
79efbbf [PL/SurfaceFlux] Set the initial surface flux in the mesh. 17 May 2021, 07:11:15 UTC
e4cecdf Merge branch 'cmake-targets' into 'master' [CMake] Better includes See merge request ogs/ogs!3612 13 May 2021, 09:17:26 UTC
cd0aaa2 [App/U] Remove unused variables and arguments. 12 May 2021, 18:22:21 UTC
eab70da Merge branch 'ImproveDocPorosityChange' into 'master' Improve description of tag <chemically_induced_porosity_change> Closes #3148 See merge request ogs/ogs!3620 12 May 2021, 16:59:46 UTC
9c18c45 Improve description of tag <chemically_induced_porosity_change> 12 May 2021, 16:59:43 UTC
c4a8356 [cm] Better DataExplorer includes 2/2. 12 May 2021, 13:21:43 UTC
cfe3fd3 [cm] Better DataExplorer includes 1/2. Applications/DataExplorer is still a global include dir. 12 May 2021, 13:21:43 UTC
e5cee8d [cm] petsc imported target. Simplifies handling in CMake. Just link to petsc-target. 12 May 2021, 13:21:43 UTC
b3155fd [cm] Better includes. 12 May 2021, 13:21:43 UTC
92155ff [cm] Moved eigen defines into MathLib. 12 May 2021, 13:21:42 UTC
c426179 [cm] Removed global lis and mkl includes. 12 May 2021, 13:21:42 UTC
a5dbf0f Merge branch 'ctest-improvements' into 'master' ctest improvements See merge request ogs/ogs!3619 12 May 2021, 13:13:17 UTC
2325db8 [ci] Added ctest timeout for full test suite. 15 mins regular benchmarks 90 mins large benchmarks 12 May 2021, 12:29:54 UTC
ba4b3fe [ctest] Disabled timeout. Does not work on CI under load. 12 May 2021, 12:29:54 UTC
4f0ad35 [t] Adapted some RUNTIMEs. 12 May 2021, 12:29:54 UTC
1789fab [ci] Repeat failing ctest once. 12 May 2021, 12:29:53 UTC
93a0a1e [ci] Use ctest labels. 12 May 2021, 12:29:53 UTC
989a41e [ctest] labels and timeout for OgsTest(). 12 May 2021, 12:29:53 UTC
8f85dc9 [ctest] Added more labels. default - RUNTIME <= 60 s large - RUNTIME > 60 s meshtest - Tests added with MeshTest() tester - all tester 12 May 2021, 12:29:53 UTC
b14f053 [ctest] Better test-specific timeouts (3 x RUNTIME). The --timeout given to ctest is valid for each test, not full runtime. 12 May 2021, 12:29:53 UTC
e3b4c6c Merge branch 'fix_MPL' into 'master' Bug fixing in EffectiveThermalConductivityPorosityMixing: Avoided the porosity calculation See merge request ogs/ogs!3615 12 May 2021, 11:01:22 UTC
85b191f [Test] Pass porosity via the variable array to EffectiveThermalConductivityPorosityMixing 12 May 2021, 10:03:59 UTC
3900054 [HT/THM] Pass porosity via the variable array to material properties 12 May 2021, 10:03:59 UTC
6ddd643 [MPL] Avoid the calculation of porosity in EffectiveThermalConductivityPorosityMixing 12 May 2021, 10:03:59 UTC
081d95b Merge branch 'DirichletBCsExcavation' into 'master' Domain deactivation; Dirichlet BCs on excavated domain surface. See merge request ogs/ogs!3561 11 May 2021, 21:58:29 UTC
e324297 [T/TRM] A2 excavation example. 11 May 2021, 20:19:26 UTC
f627ac6 [T/THM] A2 excavation example. 11 May 2021, 20:19:26 UTC
2294a7e [T/RM] A2 excavation example. 11 May 2021, 20:19:26 UTC
f3da09b [T/HM] A2 Excavation example. 11 May 2021, 20:19:26 UTC
62a605f [PL/THM] Excavation support. 11 May 2021, 20:19:26 UTC
51c2d54 [PL/HM] Excavation support. 11 May 2021, 20:19:26 UTC
f040c3f [PL/DS] Set outer nodes Dirichlet value. 11 May 2021, 20:19:26 UTC
370cfc0 [PL/DS] Parse and store boundary value parameter. Allowing not only a zero value to be applied to the inactive nodes but also heterogeneous, time-dependent values. 11 May 2021, 20:19:26 UTC
5ad524d [PL/DS] Extract also the outer nodes. 11 May 2021, 20:19:26 UTC
897541b [PL/THM] Remove incorrect comment block. 11 May 2021, 20:19:26 UTC
5ba965b [PL/HM] Use initial stress for sigma_eff init. 11 May 2021, 20:19:26 UTC
fa1adb0 Merge branch 'unlimited_time_dimension' into 'master' [MeL/IO] Fast time access and better usage of OGS-HDF5 output file See merge request ogs/ogs!3598 11 May 2021, 19:58:46 UTC
5e6c24e [MeL/IO] Serial xdmf test with 2 steps only bulk mesh for test 11 May 2021, 19:02:42 UTC
06d9daa [MeL/IO] Fix test for serial xdmf 11 May 2021, 19:02:42 UTC
299c712 [MeL/IO] Xdmf: Use hyperslab selector for new hdf5 file structure 11 May 2021, 19:02:42 UTC
5304566 [MeL/IO] HDF5: All data have timestep as first unlimited dimension 11 May 2021, 19:02:42 UTC
7c29e83 Merge branch 'vertical_slice_HM' into 'master' HM simulation on a vertical slice of a 3D domain See merge request ogs/ogs!3607 11 May 2021, 17:05:52 UTC
edc8408 [UnitTest] Added a test for MeshLib::is2DMeshOnRotatedVerticalPlane and MeshLib::setMeshSpaceDimension 11 May 2021, 16:22:10 UTC
d27931f [Ctest/HM] Added a 2D test with the mesh rotated around the vertical axis. 11 May 2021, 16:22:10 UTC
7aab0bc [HM] Added a restriction to vertical mesh 11 May 2021, 16:22:10 UTC
0ccc2d5 [Mesh/Utils] Added a function to check whether 2D mesh is vertical 11 May 2021, 16:22:10 UTC
a88d504 [ElementCoordinatesMappingLocal] Enabled it work for inclined 2D mesh and 1D elements of inclined 2D mesh. 11 May 2021, 16:22:10 UTC
fc89cec [ProjectData] call MeshLib::setMeshSpaceDimension(meshes) 11 May 2021, 16:22:10 UTC
28e04a5 [Mesh] Added a mesh utility to set mesh space dimension 11 May 2021, 16:22:10 UTC
d4fd0b9 [Element] Added a member of space_dimension 11 May 2021, 16:22:10 UTC
278331c Merge branch 'ci-ctest-log' into 'master' [ci] Limit ctest output to last x lines See merge request ogs/ogs!3616 11 May 2021, 13:11:37 UTC
bb9bfe5 Merge branch 'GocadIgnoreARI' into 'master' [utils] handle Atom Region Indicators in GoCAD TS-files See merge request ogs/ogs!3613 11 May 2021, 12:08:58 UTC
8551bbe [eve] Load git-lfs (required for vtk from cpm). 11 May 2021, 11:25:49 UTC
ff15d09 Merge branch 'FixDocu' into 'master' Add doxygen documentition for line source terms. See merge request ogs/ogs!3618 11 May 2021, 10:12:36 UTC
033fa1e Use xsltproc to transform ctest error output (win). 11 May 2021, 10:01:28 UTC
c3b4e85 Use xsltproc to transform ctest error output. 11 May 2021, 10:01:25 UTC
a8315a5 [docu] Line source term docu. 11 May 2021, 09:03:34 UTC
4fc5218 [PL/ST] Add instruction to generate link for documentation. 11 May 2021, 09:03:34 UTC
e4b016b Merge branch 'LF_UseSpecificBodyForce' into 'master' [LiquidFlow] Use specific body force instead of darcy_gravity Closes #3110 See merge request ogs/ogs!3610 10 May 2021, 19:38:44 UTC
112b3d0 [PL/LF] Update documentation for gravity input. 10 May 2021, 13:44:55 UTC
e6125c8 [T/LiquidFlow] Use specific_body_force instead of darcy_gravity. 10 May 2021, 13:44:55 UTC
d56ec86 [PL/LF] Make reading body forces consistent with other processes. 10 May 2021, 08:53:30 UTC
8b08b8e Merge branch 'RichardsCT-SaturationModel' into 'master' [PL/RCT] Employ MPL in Richard's component transport process - part 2 See merge request ogs/ogs!3614 10 May 2021, 08:34:35 UTC
ac0da44 [T] Fix test LARGE_SteadyStateDiffusion_square_1x1_1e6. 10 May 2021, 08:07:01 UTC
656841e [Docu] remove unneeded parameter documentation. 09 May 2021, 17:42:02 UTC
19eff6b [T] update prj files. 09 May 2021, 17:42:02 UTC
e911305 [PL/RCT] remove files associated with porous media properties. 09 May 2021, 17:42:02 UTC
7293287 [PL/RCT] get derivative of saturation with respect to capillary pressure. 09 May 2021, 17:42:02 UTC
942d8e1 [PL/RCT] remove porous media properties from process data. 09 May 2021, 17:40:09 UTC
2904465 [PL/RCT] remove porous media properties from process creator. 09 May 2021, 17:40:06 UTC
back to top