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

sort by:
Revision Author Date Message Commit Date
652ad60 Merge branch 'rtp-assemble-only-once' into 'master' Draft: RTP acceleration: assemble only once See merge request ogs/ogs!4713 24 August 2023, 07:23:25 UTC
741dc88 [doc] Added parameter documentation 24 August 2023, 07:22:56 UTC
61c78e6 [T] Added test case 24 August 2023, 07:22:41 UTC
db8712d [PL/CT] Use assembled matrix cache 24 August 2023, 07:22:14 UTC
446b01e [PL/CT] Added cache for assembled global matrices 24 August 2023, 07:20:54 UTC
30ff596 Merge branch 'MFrontCleanupWarnings' into 'master' [MatL/MFront] Remove unused variables See merge request ogs/ogs!4711 21 August 2023, 06:43:26 UTC
18d17fe Merge branch 'FmtFormatter' into 'master' Fmt and spdlog updates, new formatters See merge request ogs/ogs!4706 21 August 2023, 06:42:33 UTC
61d9d2c [MatL/MFront] Remove unused variables 20 August 2023, 20:52:25 UTC
2704e30 [NL] fmt formatter for SNESConvergedReason 18 August 2023, 15:43:19 UTC
111f290 [BL] Add to string conversion for iostate The debug output with boolean conversion is incorrect with newer compiler/stdlib versions. It seems the iostate became a new type and is no longer an unsigned int. 18 August 2023, 15:43:19 UTC
dc7d929 Update spdlog and fmt versions 18 August 2023, 15:43:19 UTC
4a93036 Merge branch 'mac-fixes' into 'master' [ci] Mac fixes See merge request ogs/ogs!4710 18 August 2023, 15:36:00 UTC
e9ef2a2 [ci] Ignore macos linker warning. E.g.: ld: warning: dylib (/usr/local/lib/libtiff.dylib) was built for newer macOS version (13.0) than being linked (12.0) 18 August 2023, 13:37:02 UTC
4bcb3e4 [T] Relax tolerances for vismac05 (updated compiler). 18 August 2023, 11:40:40 UTC
9b3db9a [conan] Added apple-clang 14.0. 18 August 2023, 11:35:07 UTC
05c1163 Merge branch 'checkheader-fixes' into 'master' [ci,cmake] Refactored check header job See merge request ogs/ogs!4707 17 August 2023, 14:14:16 UTC
0cf79b5 [cmake] Check header: add PETSC_INCLUDES. 17 August 2023, 12:39:07 UTC
c5e58c3 Added fmt::fmt to transitive deps. 17 August 2023, 11:51:35 UTC
c010e37 Fixed header compilation in MathLib. 17 August 2023, 11:51:35 UTC
3443b36 Fixed header compilation in GeoLib. 17 August 2023, 11:51:35 UTC
0354679 Fixed header compilation in BaseLib. 17 August 2023, 11:51:35 UTC
9071c9b [cmake] Refactored check header logic. 17 August 2023, 11:51:34 UTC
47b7ee2 [web] Fixed link. 16 August 2023, 06:47:12 UTC
25782d0 Merge branch 'import_media_to_BC' into 'master' [WellboreSimulator-part2] Import media into BC implementation. See merge request ogs/ogs!4659 15 August 2023, 16:42:43 UTC
303e7a4 [PL] Add an argument in initialize BC function for related processes. 15 August 2023, 12:40:59 UTC
a2d71f5 [ProcessLib/BC] Import media into BC implementation. 15 August 2023, 12:40:59 UTC
828e4e0 Merge branch 'trm-prev-states' into 'master' Unique Function Arguments for TRM Constitutive Settings See merge request ogs/ogs!4701 15 August 2023, 12:37:42 UTC
41ee2c6 Merge branch 'py312' into 'master' [wheel] Skip Python 3.12. See merge request ogs/ogs!4703 15 August 2023, 12:34:37 UTC
7553dd2 [wheel] Downgrade patchelf in cibuildwheel. 15 August 2023, 10:36:38 UTC
fd02d53 [wheel] Explitcitly select Python builds in cibuildwheel. Skip Python 3.12 for the moment. 15 August 2023, 10:36:37 UTC
b33993a Merge branch 'nb-frontmatter' into 'master' [nb] Added frontmatter for LiquidFlow notebook See merge request ogs/ogs!4705 15 August 2023, 10:05:29 UTC
126c4d5 [web] Added note on output path setup with ogs6py. 15 August 2023, 09:01:14 UTC
981beb7 [nb] Setup output paths. 15 August 2023, 08:57:04 UTC
baf8069 [T] Add notebook to ctest. 15 August 2023, 08:55:53 UTC
639ecd2 [nb] Added frontmatter for LiquidFlow notebook. 15 August 2023, 07:40:40 UTC
3b4b33f [PL/TRM] Removed unneeded argument 14 August 2023, 10:57:57 UTC
638fbdd [PL/TRM] Assert model arg uniqueness 14 August 2023, 10:57:57 UTC
5f84dd9 [PL/TRM] Made model arguments unique 14 August 2023, 10:57:57 UTC
5bbd980 [T/PL] Test unique function argument type check 14 August 2023, 10:57:57 UTC
b609fe4 [PL/TRM] Check unique method arguments 14 August 2023, 10:57:57 UTC
d049cf3 [PL/TRM] Use prev states in constitutive settings 07 August 2023, 06:54:58 UTC
8edbdfb [PL/TRM] Use PrevStates in assembler 07 August 2023, 06:52:38 UTC
dbbbef3 [PL/TRM] Declared prev states for all stateful data 07 August 2023, 06:52:38 UTC
7a26ff3 [T/PL] Tests for PrevState implementation 07 August 2023, 06:52:38 UTC
2893956 [PL/TRM] Introduced PrevState 07 August 2023, 06:52:38 UTC
ac24fd2 Merge branch 'LiqudFlow' into 'master' Add JupyterNotebook for Blocking and Conducting Fractures. See merge request ogs/ogs!4661 05 August 2023, 14:36:37 UTC
4b8e8cb Add JupyterNotebook for Blocking and Conducting Fractures. 05 August 2023, 14:36:30 UTC
95ab096 Merge branch 'UseXPrevInsteadOfXDot' into 'master' Replace x_dot with x_prev See merge request ogs/ogs!4699 05 August 2023, 11:40:33 UTC
699ef8d [PL/TM] Remove unnecessary .eval() calls 04 August 2023, 08:08:07 UTC
93f3440 [T/PL] Relax ctests' tolerances 04 August 2023, 08:08:07 UTC
2b0a248 [PL/RCT] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
a96d343 [PL/HT-BHE] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
52f431e [PL/TES] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
2aefbe5 [PL/Stokes] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
648b031 [PL/PhF] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
69a6ca9 [PL/SDN] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
d6076ed [PL/RF] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
c8977cb [PL/THHPP] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
01b9d8a [PL/HHPP] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
e083144 [PL/HHPrho] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
9fd70b8 [PL/LF] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
04a8fec [PL/SSD] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
02c8598 [PL/TPhF] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:07 UTC
7280beb [PL/TPhF] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
da83ddf [PL/RM] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:07 UTC
0a4934a [PL/RM] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
a11f581 [PL/TRM] Rewrite FEM-impl/const.rels to use x_prev 04 August 2023, 08:08:07 UTC
70d40fb [PL/TRM] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
bf8f227 [PL/TH2M] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:07 UTC
72d0ed4 [PL/TH2M] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
793a324 [PL/TM] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:07 UTC
3f2728a [PL/TM] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
1c8a3dc [PL/LIE/HM] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:07 UTC
cfde757 [PL/LIE/HM] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
dc9b2c9 [PL/LIE/SD] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
6d5589f [PL/TRF] Rewrite FEM-impl to use x_prev Remove some unused T_dot variables as well. 04 August 2023, 08:08:07 UTC
9b0709e [PL/TRF] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
547e315 [PL/CT] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:07 UTC
43c2433 [PL/CT] Rename x_dot to x_prev 04 August 2023, 08:08:07 UTC
4e86917 [PL/HM] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:06 UTC
b0e5835 [PL/HM] Rename x_dot to x_prev 04 August 2023, 08:08:06 UTC
b2fa8be [PL/HT] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:06 UTC
ea2cda4 [PL/HT] Rename x_dot to x_prev 04 August 2023, 08:08:06 UTC
6fdc779 [PL/HC] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:06 UTC
f28789c [PL/HC] Rename x_dot to x_prev 04 August 2023, 08:08:06 UTC
98943f7 [PL/SD] Rewrite FEM-impl to use x_prev 04 August 2023, 08:08:06 UTC
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
back to top