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

sort by:
Revision Author Date Message Commit Date
1f6f7cf Merge branch 'THM_FixPrevIceVolumeFraction' into 'master' Draft: [PL/THM] Explicitly set phi_fr_prev See merge request ogs/ogs!4744 26 September 2023, 12:07:55 UTC
b04819a [PL/THM] Explicitly set phi_fr_prev, don't update The phi_fr_prev variable initialization was not correct. Setting it explicitly avoids any non-initialized states. 26 September 2023, 09:59:20 UTC
6081637 Merge branch 'update-guix' into 'master' Update guix and make PETSc container runnable on Juwels See merge request ogs/ogs!4726 22 September 2023, 12:30:32 UTC
98d08d8 Merge branch 'eve-ctest-parallel-level' into 'master' [eve] Limit ctest to 4 concurrent runs on eve frontends. See merge request ogs/ogs!4742 22 September 2023, 06:45:59 UTC
a7d69a6 [eve] Limit ctest to 4 concurrent runs on eve frontends. 21 September 2023, 09:02:23 UTC
76090b3 Merge branch 'SmallFixes' into 'master' Small fixes See merge request ogs/ogs!4734 21 September 2023, 07:41:40 UTC
7999a17 [web] pip install instructions windows. 19 September 2023, 12:12:45 UTC
308c846 [ci,guix] --no-substitutes should minimize 'write_to_session_record_port' errors. 18 September 2023, 14:51:58 UTC
966e5ee Revert "[guix] Added package openmpi-pmix." This reverts commit f2b197855fe940b167e76b56378deed357dc6f7e. Is now integrated into upstream guix, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=55da0930e30e0ee1b3da1b9aee5851e9ccfca32c 18 September 2023, 14:51:58 UTC
f64ea38 [ci,guix] Remove time-machine command. 18 September 2023, 14:51:58 UTC
fb0ed50 [ci,guix] Skip hdf5 tests. 18 September 2023, 14:51:58 UTC
1cb55b2 [ci] Some guix version output. 18 September 2023, 14:51:58 UTC
671a929 [guix] Added package openmpi-pmix. Then you can build portable (tested eve end juwels) container with: guix pack -L $PWD/.guix/modules --fallback --without-tests=hdf5-parallel-openmpi --with-input=openmpi=openmpi-pmix -RR --format=squashfs bash ogs-petsc On Juwels you need to start with `srun --mpi=mspmix ...` 18 September 2023, 14:51:58 UTC
230e42c [guix] Fix syntax for configure-flags append. 18 September 2023, 14:51:58 UTC
66c2b8e [guix] Fix naming of eve container. 18 September 2023, 14:51:58 UTC
0099563 [ci,guix] Update guix. 18 September 2023, 14:51:58 UTC
e6c8a79 [PL] Spelling 17 September 2023, 20:41:23 UTC
0a7e21d [PL/TRM] Remove unnecessary fwd-declaration 17 September 2023, 20:41:23 UTC
ff85716 [GL] Use algorithm replacing for-loop 17 September 2023, 20:41:23 UTC
fa8670b [PL/LIE] Use boolean 'or' replacing bit-wise 'or' 17 September 2023, 20:41:23 UTC
826829c [MPL] Default-initialize pointers These are set later after object's construction. 17 September 2023, 20:41:23 UTC
99e75ad [TES] Use constexpr for static const values Moving some of the variables into translation unit where they are used. The variables are renamed as they are no longer member variables. Define public ones directly in the header. 17 September 2023, 20:41:23 UTC
03a824c [TES] Initialize members with nan for safety 17 September 2023, 20:41:23 UTC
72881e5 [CL] Use std::vector replacing raw pointer The raw pointer might be not deallocated. 17 September 2023, 20:41:23 UTC
e649c35 [MTL] Use ids view_closure simplifying code 17 September 2023, 20:41:23 UTC
fe04c97 [GL] Reduce variable scope 17 September 2023, 20:41:23 UTC
c5b1684 [T/LIE] Slightly relax ctest's tolerance 17 September 2023, 20:41:23 UTC
c34b8b0 [PL] Reduce constructor's argument list Both time steps are created from the timestepper, so this construction is moved inside the ProcessData. This resolves the warning about the time step not being passed by reference, are removes the unnecessary std::move in the caller for the time step. 17 September 2023, 20:41:23 UTC
d5684b2 [PL] Disable unused ctor and disable assignments 17 September 2023, 20:41:23 UTC
87649ee [MatL/MFront] Add actual value to the error Small reformatting if string literals. 17 September 2023, 20:41:23 UTC
c6a9c49 [PL/LIE] Remove unused include 17 September 2023, 20:41:23 UTC
fd5f4f4 [PL/LIE] Replace for-loop with transform algorithm 17 September 2023, 20:41:23 UTC
2febec6 [PL] Pass name as const-ref on construction The 'name' in process construction is also used after the process construction and so it can not be moved anyway. Taking it by const-ref avoids an extra copy here (and silences a cppcheck warning). 17 September 2023, 20:41:23 UTC
cde2e29 Improve const-correctness 17 September 2023, 20:41:23 UTC
03b543e Disable gcc-13.2.1 specific warnings These are dangling-reference, array-bounds, and stringop-overread. This is the same as the exception for gcc-13.1.1. 17 September 2023, 20:39:48 UTC
332e7d0 [NL] Unify function names in decl. and def. 17 September 2023, 13:23:52 UTC
f1c341e [GL] Remove unnecessary assignments The 'next' value is not used afterwards. 15 September 2023, 11:24:30 UTC
01c99b9 [App/IO] Avoid initialization of unused value Fixes "The initialized value is overwritten before it is read." warning. 15 September 2023, 11:24:30 UTC
f1b773c [GL] Use any_of replacing for-range loop 15 September 2023, 11:24:30 UTC
09ca290 [AppL] isConvertible should not throw but return Returning false when conversion would fail instead of OGS_FATAL. The OGS_FATAL happens on the caller side. 15 September 2023, 11:24:30 UTC
e2233fc Merge branch 'strain-dependent-permeability' into 'master' TRM: Enable strain dependent permeability See merge request ogs/ogs!4731 15 September 2023, 10:55:13 UTC
d50e638 [T/TRM] Added a minimal test for passing volumetric strain. 15 September 2023, 09:15:50 UTC
530123c [PL] Pass volumetric strain to permeability model. 15 September 2023, 09:15:50 UTC
26c6f2a Merge branch 'fix-matplotlib-styles' into 'master' [nb] Fix seaborn matplotlib style names. See merge request ogs/ogs!4735 15 September 2023, 09:14:25 UTC
f54f927 [nb] Fix seaborn matplotlib style names. See https://matplotlib.org/3.6.3/api/prev_api_changes/api_changes_3.6.0.html#seaborn-styles-renamed 15 September 2023, 08:46:23 UTC
804f61a Merge branch 'improvement' into 'master' Removed a local function in ProcessVariable.cpp See merge request ogs/ogs!4733 14 September 2023, 15:45:34 UTC
c0dbe45 [ProcessVariable] Removed a local function 14 September 2023, 12:49:12 UTC
1fa08f3 [pre-commit] Skip xml checks on patch files. 14 September 2023, 12:26:05 UTC
278682e [ci,pre-commit] Don't spell check urls. 14 September 2023, 12:25:51 UTC
6258383 [web] Fixed font issue in feature table. 14 September 2023, 11:28:03 UTC
e0317d3 Merge branch 'IndependentTangentOperatorBlock' into 'master' MFrontGeneric: Extract Forces/Grads product See merge request ogs/ogs!4717 14 September 2023, 11:07:32 UTC
17aa044 Merge branch 'DebugOutputIssue' into 'master' Fix crash for output of linear order variable on quadratic sub-mesh only See merge request ogs/ogs!4732 14 September 2023, 06:53:58 UTC
03b4e85 [MatL/MFront] Check usage of all tangent blocks Testing underspecified and overspecified combinations of blocks provided by MFront and blocks required by OGS. 13 September 2023, 16:54:05 UTC
8fd030d [T] Test output also with Newton version of TH2M/HM/flow_fully_saturated_gas 12 September 2023, 08:34:01 UTC
bbaad98 [PL/Output] Check result of dof index calculation 11 September 2023, 13:20:58 UTC
7860d4c [T] Test for output of linear order variable on sub-mesh only This crashes with the current master; the next commit will fix ogs 11 September 2023, 13:20:58 UTC
22e6b8c [MatL/MFront] Temperature is the only ExtStateVar 07 September 2023, 10:03:53 UTC
de0d17b [PL/TRM] Use Forces/Grads product in MFrontGeneric 07 September 2023, 10:03:53 UTC
486f4e7 [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. 07 September 2023, 10:03:53 UTC
d60dc6d [NL/DOF] Init MeshComponentMap::nop in the class declaration 07 September 2023, 10:03:27 UTC
c8bf20e Merge branch 'web-install' into 'master' [web] Improved installation instructions and links See merge request ogs/ogs!4728 07 September 2023, 08:48:58 UTC
fda1ed0 Merge branch 'nb2web' into 'master' [web] Notebook to webpage, direct conversion See merge request ogs/ogs!4727 07 September 2023, 08:46:39 UTC
c1ce78d [docs] Addressed reviewer comments. 07 September 2023, 07:32:44 UTC
a7b1f4d [ci] Guix builds are unstable, allow failure. 06 September 2023, 15:39:36 UTC
98a3bc6 [web] Clarified installation methods and addressed reviewers comments. 06 September 2023, 07:55:09 UTC
dfac1a7 [web] Added feature table on introduction page (user guide). 05 September 2023, 12:10:20 UTC
e9accc8 [web] Make pip the preferred install method. 05 September 2023, 11:50:33 UTC
e214d90 [web] Added pip install links for releases and head downloads. 05 September 2023, 11:34:13 UTC
e7ad169 [ci] Added label ci::web only (fast) which skips notebook execution. 05 September 2023, 09:36:22 UTC
bc69d05 [python] Update nb2hugo in requirements-dev.txt. 05 September 2023, 09:36:17 UTC
b189623 [ci] Convert notebooks to web page. 05 September 2023, 09:36:12 UTC
2f64b05 [ci] Updated versions in web Dockerfile. 05 September 2023, 09:34:08 UTC
7d3bd88 [web] Added docs on converting notebooks to web page. 05 September 2023, 09:34:01 UTC
f568e6e [docs] Added script for direct converting notebooks to web page. 05 September 2023, 09:33:18 UTC
1e0e79c [ci,guix] Better use --fallback insteadt of --no-substitutes. Uses substitutes (faster builds) and falls back to local build on errors. 04 September 2023, 08:54:51 UTC
cd2377d [ci] Add --no-substitutes to guix build. Should fix build errors: guix substitute: error: TLS error in procedure "write_to_session_record_port" 01 September 2023, 13:02:23 UTC
212ff60 Merge branch 'eve-guix' into 'master' [ci] Deploy guix container to eve See merge request ogs/ogs!4722 01 September 2023, 08:19:27 UTC
189e75b Merge branch 'hdf-char' into 'master' [IO] Disabled char-based data types on xdmf / hdf5. See merge request ogs/ogs!4712 01 September 2023, 07:02:33 UTC
74b8dcf [guix] Loading an MPI module is not necessary. 01 September 2023, 06:58:37 UTC
ab5862f [web] Docs on using the prebuilt guix ogs petsc container. 01 September 2023, 06:58:36 UTC
b8ce734 [web] Removed obsolete eve docs. 01 September 2023, 06:58:36 UTC
01bd8f3 [ci,guix,eve] Use sbatch --wrap arguments instead of submit script. 01 September 2023, 06:58:36 UTC
4a5ce09 Merge branch 'THMF_CorrectHistoryVariableUpdate' into 'master' THM/F Correct history variable update See merge request ogs/ogs!4723 31 August 2023, 11:25:01 UTC
0ab7091 [web/THM] Water freezing volumetric expansion Documentation of the volumetric expansion due to water-to-ice phase change test. 31 August 2023, 09:47:43 UTC
9d6f6f4 [T/THM] Water freezing volumetric expansion Benchmark to check the volumetric expansion due to water-to-ice phase change. 31 August 2023, 09:47:43 UTC
0e87889 [T/THM] Update column freezing results 31 August 2023, 08:13:49 UTC
38ac4be [PL/THM] Correct history variable and push-back 31 August 2023, 08:13:49 UTC
728f80c HDF/XDMF Introduce native char datatype 31 August 2023, 07:03:33 UTC
4c4bef3 [IO] Disabled char-based data types on xdmf / hdf5. - Is currently not used in OGS. - Fixes Linux ARM compilation. 31 August 2023, 07:03:33 UTC
ec3f522 [ci,guix] Split into two jobs (build and deploy). 30 August 2023, 15:12:50 UTC
1693991 [ci,guix] Define and use GUIX_PETSC_CONTAINER variable. 30 August 2023, 15:09:23 UTC
d3eaac8 [cmake] Build xdmfdiff also when tests are disabled. 30 August 2023, 15:09:23 UTC
6dc56ea [ci] Added job 'test guix container eve'. 30 August 2023, 15:09:23 UTC
49bdbc7 [ci,guix] Deploy to frontend. 30 August 2023, 15:07:13 UTC
be07d5a [guix,ci] Set time-machine commit via variable. 30 August 2023, 14:58:23 UTC
699959a [PL/THM] Move porosity from CRV to ip_data Required for upcoming history variable update correction and successive push-back. 30 August 2023, 14:39:45 UTC
d2d242c [PL/THM] Add missing init. of ice const.rel. 30 August 2023, 14:39:44 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
back to top