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

sort by:
Revision Author Date Message Commit Date
536c113 Merge branch 'IndependentTangentOperatorBlock' into 'master' MFrontGeneric: Extract Forces/Grads product See merge request ogs/ogs!4717 30 August 2023, 20:16:37 UTC
c1e5a9f [MatL/MFront] Check usage of all tangent blocks Testing underspecified and overspecified combinations of blocks provided by MFront and blocks required by OGS. 30 August 2023, 20:16:22 UTC
67aba7d [MatL/MFront] Temperature is the only ExtStateVar 30 August 2023, 20:16:22 UTC
a34fd11 [PL/TRM] Use Forces/Grads product in MFrontGeneric 30 August 2023, 20:16:22 UTC
88f6368 [MatL/MFront] Extract Forces/Grads product This allows to supply different forces/gradients blocks then the forces/gradients of the solid model. E.g. material model is driven by deformation gradient and computes new stress but the tangent operator gives derivative of stress w.r.t. strain and not to deformation gradient. The default behaviour is using forces/gradients of the solid material model. 30 August 2023, 20:16:22 UTC
073d0b9 Merge branch 'TinyIncludeFix' into 'master' [App] Fix include issue See merge request ogs/ogs!4725 30 August 2023, 09:24:09 UTC
f42f87f [App/IO/Gmsh] Add required includes 30 August 2023, 08:02:16 UTC
099fdf0 Merge branch 'SmallFixes' into 'master' SmallFixes See merge request ogs/ogs!4721 29 August 2023, 15:15:45 UTC
ff8d22c [PL/Prho] Use access op for vector This avoids incorrect assumption of a cppcheck of a constant 'res' variable. 29 August 2023, 10:54:39 UTC
5abb37f [PL/TES] Use expm1(x) to avoid loss of precision 29 August 2023, 10:54:39 UTC
0a858ed [PL] Explicit single argument constructors 29 August 2023, 10:54:39 UTC
957cb17 [MeL] Add generic lexicographic ids comparison Often used in sorting and the like algorithms on node and element vectors 29 August 2023, 10:54:39 UTC
ae31d7f Use MeshLib::views::ids in for-loops The first transformation can be directly applied in the for-range-loop. 29 August 2023, 10:54:39 UTC
845bd23 [MPL] Use transform replacing for-loop 29 August 2023, 10:54:39 UTC
73c4207 [CL] Assert a vector is not empty before access 29 August 2023, 10:54:39 UTC
a260409 [NL] Remove unnecessary assignment t_curr is not used afterwards. 29 August 2023, 10:54:39 UTC
e3acafd [MeL] Use ranges and algorithms in element search 29 August 2023, 10:54:39 UTC
12c0e58 [MeL] Don't use polymorphic function in ctors 29 August 2023, 10:54:39 UTC
699d828 [GL] Use algorithm replacing for-loop 29 August 2023, 10:54:39 UTC
72b33ce [GL] Use transform replacing for-loop 29 August 2023, 10:54:39 UTC
14e5dd9 [GL] Remove non-const version of getSegment The function is identical to the const version and not modifying. 29 August 2023, 10:54:39 UTC
9e97f69 [GL] mergePoints never returns anything but 'true' Removing the return value. 29 August 2023, 10:54:39 UTC
56832d0 [App/IO] Avoid copies of vectors 29 August 2023, 10:54:39 UTC
dbe63c7 Improve const-correctness. 29 August 2023, 10:54:39 UTC
ae84f58 [T/MeL] Slightly relax test criteria for prism 29 August 2023, 10:54:39 UTC
9f947c0 Merge branch 'FixGML' into 'master' [Tool] Remove points from geometry not used in polylines or surfaces See merge request ogs/ogs!4702 29 August 2023, 10:54:19 UTC
2bdc236 [App/FileIO/Gmsh] Fix OuadTree geometry generation 29 August 2023, 09:34:35 UTC
09cdc0f [T] End-to-end test for tool RemoveUnusedPoints 29 August 2023, 09:34:35 UTC
94ce8c0 [T/GL] random_device and random_engine_mt19937 needs to be created once 29 August 2023, 09:34:35 UTC
ef3486e [T/GL] Unit tests for markUsedPoints() - surface version. 29 August 2023, 09:34:35 UTC
2e3c336 [T/GL] Impl. of createPointsInGridArrangement This is almost a copy of MeshToolsLib::generateRegularNodes(). 29 August 2023, 09:34:35 UTC
0210ffa [T/GL] Unit tests for markUsedPoints() - polyline version md Test markUsedPoints() polyline 29 August 2023, 09:34:35 UTC
2f0cdbd [App/U/GeoTools] Use lambda + ranges::for_each for resetPointIDs() 29 August 2023, 09:34:35 UTC
76c9145 [App/U/GeoTools] Use lambda + std::ranges::for_each instead for-loop 29 August 2023, 09:34:35 UTC
4e48a27 [GL] Extract GeoLib::markUsedPoints() for surfaces 29 August 2023, 09:34:35 UTC
5e5dd1f [GL] Extract GeoLib::markUsedPoints() for polylines 29 August 2023, 09:34:35 UTC
e13a9a9 [T/GL] Impl. unit test for GeoLib::resetPointIDs() 29 August 2023, 09:34:35 UTC
33a58a4 [T/GL] create random points used by other tests 29 August 2023, 09:34:35 UTC
c959b4c [A/U/GeoTools] Write id and coords of unused points as CSV 29 August 2023, 09:34:35 UTC
ff438a1 [GL] Impl. resetPointIDs() for Surfaces. 29 August 2023, 09:34:35 UTC
2ca787d [A/U/GeoTools] Extract 'createMapping()' to own fct 29 August 2023, 09:34:35 UTC
2bcabbd [App/IO/Gmsh] Use existing GeoLib::resetPointIDs() 29 August 2023, 09:34:35 UTC
54a9304 [GL] Impl resetPointIDs() 29 August 2023, 09:34:35 UTC
5127673 [App/U/GeoTools] Tool cleaning geometry 29 August 2023, 09:34:35 UTC
1032962 Merge branch 'ci-fixes' into 'master' CI fixes See merge request ogs/ogs!4720 29 August 2023, 09:22:54 UTC
caaf1b4 Merge branch 'ogstools-link' into 'master' [web] Added link to ogstools on the docs overview page. See merge request ogs/ogs!4718 28 August 2023, 14:52:58 UTC
de4cfc6 [web] Fixed links. 28 August 2023, 14:06:35 UTC
57eb317 [conan] Fixed repo url. 28 August 2023, 14:06:22 UTC
7a52936 [ci,guix] Update dependency repo. 28 August 2023, 14:05:47 UTC
1e6f0ea [web] Adapted docs overview layout: columns = num entries. 28 August 2023, 12:37:59 UTC
8bce88f [web] Moved ogstools link to advanced. 28 August 2023, 12:37:59 UTC
ff54107 [web] Added link to ogstools on the docs overview page. 28 August 2023, 12:37:59 UTC
316e2c1 Merge branch 'docs_new_tutorial_section' into 'master' [web] Creating Tutorials section and moving Video Tutorial there See merge request ogs/ogs!4716 28 August 2023, 12:37:07 UTC
555f273 Change the folder name 28 August 2023, 11:11:23 UTC
7b615e9 Update tutorial title 28 August 2023, 11:11:23 UTC
dfe573a Replacing the thumbnail 28 August 2023, 11:11:23 UTC
63b85e5 [web] Video tutorial content file renamed to index.md. Underscore _index.md(s) are for sections not for pages. 28 August 2023, 11:11:23 UTC
19805bc [web] Layout tweaks for galleries. 28 August 2023, 11:11:23 UTC
ad9c502 Updating tutorial content to current version 28 August 2023, 11:11:23 UTC
2ff8691 Fixes from review 28 August 2023, 11:11:23 UTC
fd90c13 Creating Tutorials section and moving Video Tutorial there 28 August 2023, 11:11:23 UTC
e6c38ec Merge branch 'petsc-test-fixes' into 'master' Fixes failing tests when configured with PETSc Closes #3419 See merge request ogs/ogs!4715 28 August 2023, 09:11:42 UTC
16f6861 Fixes failing tests when configured with PETSc 28 August 2023, 09:11:41 UTC
26ec7f0 Merge branch 'rtp-assemble-only-once' into 'master' RTP acceleration: assemble only once See merge request ogs/ogs!4713 28 August 2023, 08:33:49 UTC
c36a0a9 [T] Raised tolerance to fix Mac ARM build 28 August 2023, 07:30:24 UTC
0adbcf1 [doc] Added parameter documentation 28 August 2023, 07:30:24 UTC
fb4ea50 [T] Added test case 28 August 2023, 07:30:24 UTC
165e406 [PL/CT] Use assembled matrix cache 28 August 2023, 07:30:24 UTC
e82bbfc [PL/CT] Added cache for assembled global matrices 28 August 2023, 07:30:24 UTC
b22aaa4 Merge branch 'cubic_law_for_fracture' into 'master' [MPL] Add cubic law permeability calculation for fractures. See merge request ogs/ogs!4667 25 August 2023, 13:31:21 UTC
d9a70e7 [UnitTest] Add the unit test of cubic law. 25 August 2023, 10:45:49 UTC
b753d29 [MPL] Clang format. 25 August 2023, 10:45:49 UTC
4cf8bf4 [T/HT] Use cubic law to calculate fracture permeability. 25 August 2023, 10:45:49 UTC
b38d21e [Doc/CubicLaw] Add para doc files. 25 August 2023, 10:45:49 UTC
990d19d [MPL] Add cubic law permeability calculation for fractures. 25 August 2023, 10:45:49 UTC
2960d7b Merge branch 'scikit-build-update' into 'master' [wheel] Fixed scikit-build scripts dynamic metadata plugin. See merge request ogs/ogs!4714 24 August 2023, 14:20:25 UTC
4c2eb54 [cmake] Fix fmt-target. 24 August 2023, 10:30:26 UTC
b083a31 [wheel] Fixed scikit-build scripts dynamic metadata plugin. https://github.com/scikit-build/scikit-build-core/pull/457 24 August 2023, 09:16:28 UTC
79a6478 [wheel] Updated scikit-build-core. 24 August 2023, 09:16:11 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
back to top