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

sort by:
Revision Author Date Message Commit Date
20662e0 [PL/SD] Rename x_dot to x_prev 04 August 2023, 08:08:06 UTC
4f0e55f [PL/THM] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:06 UTC
4dcd28c [PL/THM] Rename x_dot to x_prev 04 August 2023, 08:08:06 UTC
f1884f9 [NL] Remove no longer needed getXdot() 04 August 2023, 08:08:06 UTC
0609249 [PL] TimeLoop; remove x_dot and its computation Pass x_prev to all solve, computeResiduum, etc. functions. 04 August 2023, 08:08:06 UTC
6af09cc [PL] Rewrite computeResiduum for x_prev 04 August 2023, 08:08:06 UTC
b307815 [PL] Rewrite jacobians to use x_prev 04 August 2023, 08:08:06 UTC
1744fc9 [PL] Common functions. Rename x_dot to x_prev 04 August 2023, 08:08:06 UTC
00c488b [NL] Replace x_dot with x_prev Updated several methods requiring x_dot, now computing it from the x, x_prev, dt triple. 04 August 2023, 08:08:06 UTC
87635c0 Merge branch 'RefactorMeshRevision' into 'master' Refactor MeshRevision See merge request ogs/ogs!4698 03 August 2023, 22:46:51 UTC
c3eab8b [MTL] Rename variables containing ids 03 August 2023, 21:25:46 UTC
ef4918e [MTL] Replace createElement function with template 03 August 2023, 21:25:46 UTC
9ecee01 [MTL] Extract createPyramid() 03 August 2023, 21:25:46 UTC
fe61f62 [MTL] Extract createLine() 03 August 2023, 21:25:46 UTC
cd90281 [MTL] Extract createTriangle() 03 August 2023, 21:25:46 UTC
3e2d854 [MTL] Extract createPrism() 03 August 2023, 21:25:46 UTC
e669152 [MTL] Extract createTetrahedron() 03 August 2023, 21:25:46 UTC
080a4e8 [MTL] constify everything possible 03 August 2023, 21:25:46 UTC
2a83b57 [MTL] Simplify return values construction Adding an error in case of invalid input pair. 03 August 2023, 21:25:46 UTC
55ff700 Merge branch 'SeparateParsingFixedTimeStepper' into 'master' Separate parsing and creation of the fixed time stepping algorithm See merge request ogs/ogs!4697 01 August 2023, 13:18:31 UTC
ac442a4 [NL] Remove unnecessary check. Same value 31 July 2023, 21:45:31 UTC
8682532 [NL] Remove duplicate exception handling 31 July 2023, 21:42:30 UTC
8ebebc7 [NL] Simplify upper bound computation 28 July 2023, 13:48:11 UTC
b722388 [NL] Remove unused computeEnd() 28 July 2023, 13:48:11 UTC
11c95f3 [T/NL] Adjust test because of FixedTimeStepping Now the time stepper does no longer take the list of time increments but computes the list itself until end time is reached from the list of repeat-dt pairs. In the test the end-time from repeat-dt pairs would be 1+35, but it is truncated to 31. 28 July 2023, 13:48:11 UTC
63f976d [NL] Separate FixedTimeStepping parsing and ctor Moving all functions from the parser-TU into the class itself. For convenience the private base class members were made protected. 28 July 2023, 12:37:33 UTC
2e1e5ee [NL/TS] Separate parsing of repeat/dt pairs Localizes a variable scope and allows further refactorings, especially elemination of the block after the for-loop where the last time increment is repeated until end time. 28 July 2023, 12:37:33 UTC
1f56eee [NL/TS] Extract addTimeIncrement Reduces duplication. 28 July 2023, 12:37:33 UTC
a2d515e Merge branch 'fix-warning' into 'master' [cmake] Disabled -Wstringop-overflow on gcc 13.1.1 See merge request ogs/ogs!4696 28 July 2023, 10:58:01 UTC
4d1c3d4 [cmake] Disabled -Wstringop-overread on gcc 13.1.1 28 July 2023, 10:02:36 UTC
1e4afad [cmake] Disabled -Wstringop-overflow on gcc 13.1.1 28 July 2023, 08:40:44 UTC
9f609d5 Merge branch 'SmallFixes' into 'master' Small fixes See merge request ogs/ogs!4695 28 July 2023, 05:55:39 UTC
4b6cb28 Merge branch 'petsc-checks' into 'master' [ci] PETSc checks See merge request ogs/ogs!4418 28 July 2023, 05:31:44 UTC
950c4b4 [web] Removed dead link in guix page. 28 July 2023, 05:30:48 UTC
53ba14b [cmake] Disabled -Warray-bounds on gcc 13.1.1 27 July 2023, 19:12:00 UTC
cf0a4c2 [PL] Remove trailing whitespace from INFO msg 27 July 2023, 11:35:04 UTC
2a2f950 [PL/HC] Remove unused member 27 July 2023, 11:32:50 UTC
48aa495 [MaL] Fix comment of axpby 27 July 2023, 11:32:14 UTC
687b3cc [MaL] Fix axpby docu 27 July 2023, 11:32:14 UTC
95a5139 [cmake] Suppress gtest warnings. 27 July 2023, 11:24:06 UTC
65aacf3 [versions] Updated cpm cache info. 27 July 2023, 11:24:05 UTC
c00f72f [cpm] Update gtest to 1.13.0 27 July 2023, 11:24:05 UTC
6792927 [ci] Check PETSc config in check header job. 27 July 2023, 11:24:05 UTC
a20f3b9 [ci] Check PETSc config in no unity job. 27 July 2023, 11:24:05 UTC
331990a Merge branch 'RefactorMeshLibMeshRevision' into 'master' Fix cppcheck warnings and fix a bug in MeshRevision See merge request ogs/ogs!4691 27 July 2023, 11:14:05 UTC
f392bab Merge branch 'ModifiedCamClayNLE-Notebook' into 'master' Isotropic test Notebook for the Modified Cam-Clay model See merge request ogs/ogs!4664 27 July 2023, 11:00:47 UTC
9a5b50d [MTL] Remove unnecessary dtor. Includes/fwd-decls 26 July 2023, 20:54:03 UTC
114385c [MTL] Remove a not-implemented method declaration 26 July 2023, 20:54:03 UTC
7b238eb [MTL] Move copyProperties and helpers into the TU 26 July 2023, 20:54:03 UTC
05f2cee [MTL] Move reduceElement() into the TU 26 July 2023, 20:54:03 UTC
737b957 [MTL] Move reduceHex() and helpers in the TU 26 July 2023, 20:54:03 UTC
f79f9c7 [MTL] Move private static methods in TU lutPrismThirdNode is not static for testing purposes. 26 July 2023, 20:54:03 UTC
c194abf [MTL] Fix index in prism lut Symmetry and uniqueness reasons. 26 July 2023, 20:54:03 UTC
b0d1301 [T/MTL] Add unit test for lutPrismThirdNode 26 July 2023, 20:54:03 UTC
971308b Merge branch 'UpdateTimeSteppingPart3' into 'master' Update time stepping configs (part 3) See merge request ogs/ogs!4694 26 July 2023, 19:52:16 UTC
b4d4345 [ci] workflow: rules does not evaluate when included directly. Add CIBW_BUILD var to wheels only pipeline. 26 July 2023, 15:57:48 UTC
ccdedf7 [cmake,mfront,wheel] Don't build behaviour lib on mac arm with mfront. 26 July 2023, 15:57:48 UTC
9b58988 [ci] Run wheel jobs directly, test notebooks per default on wheels label 26 July 2023, 15:57:48 UTC
36db9f0 [ci] Test mtest installation on envinf3. 26 July 2023, 15:57:48 UTC
c716357 [CI] Run notebooks in linux pipeline as well 26 July 2023, 15:57:48 UTC
47ca466 [T/M] Reset OgsMFrontBehaviour library path 26 July 2023, 15:57:18 UTC
1dae4a4 Isotropic test nb for the Modified Cam-Clay model 26 July 2023, 15:56:45 UTC
748ca50 [T/TH2M] Adjust time stepping to hit output times 26 July 2023, 13:59:25 UTC
32ffd58 [T/M] Extend last time step over the end time Small accumulation error otherwise results in a very small time step at the end. 26 July 2023, 13:26:13 UTC
95e5a9e [T/HM] Extend last time step over the end time Small accumulation error otherwise results in a very small time step at the end. 26 July 2023, 13:25:17 UTC
86515bc Merge branch 'VoxelFault' into 'master' [tools] Extract functions from AddFaultToVoxelGrid See merge request ogs/ogs!4681 26 July 2023, 10:13:59 UTC
43a4b24 Merge branch 'qt-container' into 'master' [ci] Fix ci_images job See merge request ogs/ogs!4692 26 July 2023, 08:56:23 UTC
e67fe83 added const for fault 26 July 2023, 08:37:11 UTC
da723ce std::any_of instead of for-loop 26 July 2023, 08:37:11 UTC
0d1886a return EXIT_FAILURE 26 July 2023, 08:37:11 UTC
ae80889 included non_const version of materialIDs in mesh and used new version for mat_ids 26 July 2023, 08:37:11 UTC
0e769c5 Extract functions from AddFaultToVoxelGrid It is a preparation for a making these functions accessible in the DataExplorer 26 July 2023, 08:37:11 UTC
11bb67d Updated container-maker. Updated aqtinstall to 3.1.6. 26 July 2023, 08:14:31 UTC
17cbb68 Merge branch 'reset_ip_data' into 'master' Reset integration point data by materialIDs See merge request ogs/ogs!4668 25 July 2023, 15:12:38 UTC
7d33b1c [vale] Added Guix to accept.txt 25 July 2023, 12:38:14 UTC
e55a6b4 [ci] Make CMake CODEOWNERS approval optional. 25 July 2023, 12:37:40 UTC
58229e2 [Doc] Commentated the new input parameter: t_zero_mesh_field_data_by_material_ids 25 July 2023, 12:09:25 UTC
2c16145 [ProjectData] Added an option feature to reset field data zero in the selected material group 25 July 2023, 12:09:25 UTC
dde8f59 [UnitTest] Added an unit test for function zeroMeshFieldDataByMaterialIDs 25 July 2023, 12:09:25 UTC
011693a [CTest] Assigned non-zero materialIDs to an existing mesh 25 July 2023, 12:09:25 UTC
739de61 [MeshLib] Added a function zeroMeshFieldDataByMaterialIDs 25 July 2023, 12:09:16 UTC
11a9d3a Merge branch 'guix-dev' into 'master' [guix] Dev setup See merge request ogs/ogs!4685 25 July 2023, 12:06:38 UTC
d8e6e74 Merge branch 'codeowners' into 'master' [gitlab] Added CODEOWNERS file See merge request ogs/ogs!4540 25 July 2023, 12:04:53 UTC
6d7a92d [gitlab] Assigne @ogs/docs-team to Documentation CODEOWNERS. 25 July 2023, 12:02:26 UTC
73f3da5 [gitlab] Added CODEOWNERS file. Assigned CMake to @bilke. 25 July 2023, 12:02:26 UTC
920a823 [guix] Cleanup, adding TODOs. 25 July 2023, 11:16:56 UTC
8f42186 [web] Added documentation page building with guix. 25 July 2023, 11:16:56 UTC
a59e266 Updated submodule collection. 25 July 2023, 11:16:56 UTC
c5f6941 [cmake] Update CPM to 0.38.2. 25 July 2023, 11:16:56 UTC
0e52c46 [guix] Initial dev setup. https://guix.gnu.org/blog/2023/from-development-environments-to-continuous-integrationthe-ultimate-guide-to-software-development-with-guix// 25 July 2023, 11:16:56 UTC
cabdb0c [MeshLib] Moved IntegrationPointDataTools.h/cpp from ApplicationsLib to MeshToolsLib 25 July 2023, 10:53:42 UTC
8ae1df7 Merge branch 'SmallFixes' into 'master' Various smaller fixes See merge request ogs/ogs!4690 21 July 2023, 21:05:33 UTC
83c13cf [doc] Revert erroneously added \file 21 July 2023, 19:28:45 UTC
e99553c [T/M] Temporary disable Guenther-Salzer triax due to instability: simulation is randomly hitting a non-convergence point in local Newton at around time steps 100-125, t 0.22-0.23s, with step size 0.001-0.002. 21 July 2023, 19:01:31 UTC
3868542 [T] Multi-material ctests: Slightly relax tols failing in a omp setup 21 July 2023, 19:01:31 UTC
b0d36b9 [doc] spelling 21 July 2023, 19:01:31 UTC
0b828aa Merge branch 'PassFixedOutputTimesToTimeStepper' into 'master' Pass fixed output times to time stepper See merge request ogs/ogs!4652 21 July 2023, 17:19:16 UTC
5205dc7 [NL] FixedTS; accumulate same errors as in sim In the simulation the time is computed by adding increments (t += dt), which leads to accumulation of small error. This error might be significant. Repeating same "mistakes" here to avoid differences. 21 July 2023, 15:08:38 UTC
cea2ceb [T/NL] Extract fixtures for FixedTimeStepping With few renames. Avoid common code. 21 July 2023, 15:08:38 UTC
6ef594f [T] Impl. tests for time stepping auxilary fcts 21 July 2023, 15:08:38 UTC
back to top