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

sort by:
Revision Author Date Message Commit Date
579eace Merge branch 'UseXPrevInsteadOfXDot' into 'master' Replace x_dot with x_prev See merge request ogs/ogs!4699 02 August 2023, 14:32:49 UTC
9171750 [T/PL] Relax ctests' tolerances 02 August 2023, 14:32:16 UTC
2bfa9fd [PL/RCT] Rename x_dot to x_prev 02 August 2023, 14:32:16 UTC
c66018c [PL/HT-BHE] Rename x_dot to x_prev 02 August 2023, 14:32:16 UTC
61a1bb5 [PL/TES] Rename x_dot to x_prev 02 August 2023, 14:32:16 UTC
9602413 [PL/Stokes] Rename x_dot to x_prev 02 August 2023, 14:32:16 UTC
c0edfd8 [PL/PhF] Rename x_dot to x_prev 02 August 2023, 14:32:16 UTC
ef49e1a [PL/SDN] Rename x_dot to x_prev 02 August 2023, 14:32:16 UTC
330cc21 [PL/RF] Rename x_dot to x_prev 02 August 2023, 14:32:16 UTC
55df8ba [PL/THHPP] Rename x_dot to x_prev 02 August 2023, 14:32:16 UTC
669e29d [PL/HHPP] Rename x_dot to x_prev 02 August 2023, 14:32:16 UTC
6de1992 [PL/HHPrho] Rename x_dot to x_prev 02 August 2023, 14:32:16 UTC
c709d7c [PL/LF] Rename x_dot to x_prev 02 August 2023, 14:32:15 UTC
8156cf1 [PL/SSD] Rename x_dot to x_prev 02 August 2023, 14:32:15 UTC
244fcc4 [PL/TPhF] Rewrite FEM-impl to use x_prev 02 August 2023, 14:32:15 UTC
3e56ac5 [PL/TPhF] Rename x_dot to x_prev 02 August 2023, 14:32:15 UTC
4ca3aec [PL/RM] Rewrite FEM-impl to use x_prev 02 August 2023, 14:32:15 UTC
1d97d6f [PL/RM] Rename x_dot to x_prev 02 August 2023, 14:32:15 UTC
f4bbc84 [PL/TRM] Rewrite FEM-impl/const.rels to use x_prev 02 August 2023, 14:32:15 UTC
04ea8a2 [PL/TRM] Rename x_dot to x_prev 02 August 2023, 14:32:15 UTC
19fa4c3 [PL/TH2M] Rewrite FEM-impl to use x_prev 02 August 2023, 14:32:15 UTC
7fb0a26 [PL/TH2M] Rename x_dot to x_prev 02 August 2023, 14:32:15 UTC
0ab2cfd [PL/TM] Rewrite FEM-impl to use x_prev 02 August 2023, 14:32:15 UTC
4a8748e [PL/TM] Rename x_dot to x_prev 02 August 2023, 09:06:39 UTC
d63a0e3 [PL/LIE/HM] Rewrite FEM-impl to use x_prev 02 August 2023, 09:06:37 UTC
68dc577 [PL/LIE/HM] Rename x_dot to x_prev 02 August 2023, 09:06:20 UTC
775f07e [PL/LIE/SD] Rename x_dot to x_prev 02 August 2023, 09:04:01 UTC
21e036d [PL/TRF] Rewrite FEM-impl to use x_prev Remove some unused T_dot variables as well. 02 August 2023, 09:04:01 UTC
6ca63fe [PL/TRF] Rename x_dot to x_prev 02 August 2023, 09:04:01 UTC
b593f89 [PL/CT] Rewrite FEM-impl to use x_prev 02 August 2023, 09:04:01 UTC
9cf2a63 [PL/CT] Rename x_dot to x_prev 02 August 2023, 09:04:01 UTC
5089ad3 [PL/HM] Rewrite FEM-impl to use x_prev 02 August 2023, 09:04:01 UTC
181c818 [PL/HM] Rename x_dot to x_prev 02 August 2023, 09:04:01 UTC
b92c2c2 [PL/HT] Rewrite FEM-impl to use x_prev 02 August 2023, 09:04:01 UTC
b6da09b [PL/HT] Rename x_dot to x_prev 02 August 2023, 09:04:01 UTC
5209959 [PL/HC] Rewrite FEM-impl to use x_prev 02 August 2023, 09:04:01 UTC
7309e11 [PL/HC] Rename x_dot to x_prev 02 August 2023, 09:04:01 UTC
0030426 [PL/SD] Rewrite FEM-impl to use x_prev 02 August 2023, 09:04:01 UTC
6f80e94 [PL/SD] Rename x_dot to x_prev 02 August 2023, 09:04:01 UTC
71615c7 [PL/THM] Rewrite FEM-impl to use x_prev 02 August 2023, 09:04:01 UTC
28cd409 [PL/THM] Rename x_dot to x_prev 02 August 2023, 09:04:01 UTC
86e62b1 [NL] Remove no longer needed getXdot() 02 August 2023, 09:04:01 UTC
c9889e7 [PL] TimeLoop; remove x_dot and its computation Pass x_prev to all solve, computeResiduum, etc. functions. 02 August 2023, 09:04:01 UTC
4050279 [PL] Rewrite computeResiduum for x_prev 02 August 2023, 09:04:01 UTC
4051511 [PL] Rewrite jacobians to use x_prev 02 August 2023, 09:04:01 UTC
f31abc9 [PL] Common functions. Rename x_dot to x_prev 02 August 2023, 09:04:01 UTC
27be730 [T/NL] Pass delta_t to NLS::solve() 02 August 2023, 09:04:01 UTC
c1bec26 [NL] Replace x_dot with x_prev Updated several methods requiring x_dot, now computing it from the x, x_prev, dt triple. 02 August 2023, 09:04:01 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
back to top