sort by:
Revision Author Date Message Commit Date
6a1c540 [PL/TRM] Pass several variables to MPL properties The TransportPorosityFromMassBalance and PorosityFromMassBalance need volumetric_strain, effective_pore_pressure, and porosity to be set. The later called van-Genuchten relation also needs capillary_pressure to be set. 06 September 2022, 07:39:40 UTC
a336420 Merge branch 'TH2M_dissolution' into 'master' TH2M Dissolution of gas components in liquid phase See merge request ogs/ogs!4131 05 September 2022, 13:24:31 UTC
1dcf56d [T/PL/Output] Test unsorted fixed time steps input 05 September 2022, 12:11:43 UTC
ffb1dd3 [PL/Output] Mv impl. to cpp file 05 September 2022, 12:11:43 UTC
e08a1c1 [PL/Output] Check correctness of RepeatsEachSteps pairs 05 September 2022, 12:11:43 UTC
e1aed97 [PL/Output] Impl. isOutputStep() using lambdas 05 September 2022, 12:11:43 UTC
c9a3db5 [PL/Output] Fix OutputDataSpecification; handle empty repeats_each_steps 05 September 2022, 12:11:43 UTC
bd68d36 [T/PL] Test OutputDataSpecification::isOutputStep() tests for fixed_output_times method tests for repeat-each-steps method 05 September 2022, 12:11:43 UTC
be98472 [PL/TH2M] Finally remove the alpha-version warning. 05 September 2022, 11:12:02 UTC
b1c4442 [T/TH2M] Removed unused material properties in test project files. 05 September 2022, 11:12:02 UTC
2915c32 [PL/TH2M] Dependence of rhoLR on capillary pressure added again. 05 September 2022, 11:12:02 UTC
57372ab [PL/TH2M] Pure liquid density renamed and set const. 05 September 2022, 11:12:02 UTC
07ee6ff [PL/TH2M] Changed indexing of the phase components. 05 September 2022, 11:12:02 UTC
f8d146b [PL/TH2M] Update of the list of essential quantities. 05 September 2022, 11:12:02 UTC
55467b1 [T/TH2M] Bourgeat test for dissolution also checking the diffusion and phase appearance. 05 September 2022, 11:12:02 UTC
9b55833 [T/PL/TH2M] Update phase transition unit tests. 05 September 2022, 11:12:02 UTC
09364ec [PL/TH2M] Rename phase transition files. Phase now either on or off. 05 September 2022, 11:12:02 UTC
fe4e738 [T/TH2M] Update of TH2M-unicube benchmark project file. 05 September 2022, 11:12:02 UTC
874b5b2 [T/TH2M] Update of heatpipe benchmarks project files. 05 September 2022, 11:12:02 UTC
8dd1db7 [T/TH2M] Add steady-state dissolution-diffusion tests. 05 September 2022, 11:12:02 UTC
2859860 [T/TH2M] Basic test for gas dissolution. 05 September 2022, 11:08:59 UTC
7af69bc [PL] OutputDataSpecification: unconstify attributes to allow copy/move construtor generation 05 September 2022, 06:27:19 UTC
4ff72a8 [PL] Impl. operator<< for OutputDataSpecification 05 September 2022, 06:27:19 UTC
99e7392 [PL/TH2M] Output of diffusion velocities. 02 September 2022, 13:11:29 UTC
6389a30 [PL/TH2M] Implement dissolution based on evaporation model. 02 September 2022, 13:11:29 UTC
d5ac614 [ci] Fixed check docs links. 02 September 2022, 12:19:19 UTC
19fbae6 Merge branch 'fix-urlchecker2' into 'master' [ci] Refactor url checker See merge request ogs/ogs!4259 02 September 2022, 11:32:15 UTC
9856709 [ci] Renamed 'web url checker'-job to 'check web links'. 01 September 2022, 20:31:02 UTC
21185d9 [ci] fix check jobs. 01 September 2022, 20:31:02 UTC
2509fe2 [web] Fixed more link issues. 01 September 2022, 19:42:53 UTC
a588c17 [web] Renamed url for saturated mass transport. 01 September 2022, 19:42:53 UTC
36167e9 Disable automatic bare urls in markdownlint. 01 September 2022, 19:25:20 UTC
9b0845c [web] Fixed some link issues. 01 September 2022, 19:25:20 UTC
5dda669 [ci] Use linkchecker instead of urlchecker. 01 September 2022, 19:25:19 UTC
5b85c79 [web] Fixed mpi user guide page. 01 September 2022, 19:25:19 UTC
dbc25f3 [web] Fixed some whitespace and link issues in layouts. 01 September 2022, 19:25:19 UTC
2877947 [web] Removed release notes as they are fetched from GitLab. Also adapted release procedure. 01 September 2022, 19:25:19 UTC
7873b4a [cmake] Fixed an issue with missing external dependencies. The installed HDF5 lib is just a symlink. Now the target of the link is also installed. 01 September 2022, 09:28:21 UTC
658a3e2 Merge branch 'DisableFpeForXmlParsing' into 'master' Disable FPE for libxml2 calls See merge request ogs/ogs!4254 30 August 2022, 15:58:11 UTC
2f04a48 [BL] Extract disabling of FPE in own file 30 August 2022, 15:37:35 UTC
e81e720 [BL] Disable FPE for libxml2 calls Internally in libxml2 there is some magic working with NaN's and triggers a FPE where it is not relevant. 30 August 2022, 10:35:12 UTC
2b436d0 Merge branch 'fix_benchmark' into 'master' [CTest/TH2M] Increased the relative result comparison tolerance for the temperature of the heat pipe example Closes #3312 See merge request ogs/ogs!4256 29 August 2022, 22:13:29 UTC
4d05bc4 [CTest/TH2M] Increased the relative comparison tolerance for the temperature result of the heat pipe example 29 August 2022, 21:57:27 UTC
c40016d Merge branch 'check_coupling' into 'master' Check the size of pocess data vector for the coupling scheme Closes #3309 See merge request ogs/ogs!4241 29 August 2022, 21:06:13 UTC
5cd915b [TimeLoop] Check whether tag "coupling_scheme" is set to "staggered" when the process data are prepared for the staggered scheme. 29 August 2022, 20:11:15 UTC
a02b548 Merge branch 'ShrinkVariableArray' into 'master' MPL: Reimplement VariableArray as own class See merge request ogs/ogs!4247 29 August 2022, 09:15:22 UTC
13c571a Merge branch 'removePointElements' into 'master' Allow removal of point elements from mesh See merge request ogs/ogs!4252 26 August 2022, 15:11:23 UTC
76503d8 Merge branch 'fix-de-warnings' into 'master' [de] Fixed warnings on QVTKOpenGLWidget and renderWindow See merge request ogs/ogs!4251 26 August 2022, 13:22:42 UTC
45b93fa Merge branch 'pin-conan' into 'master' [conan] Pin package revisions. See merge request ogs/ogs!4253 26 August 2022, 13:15:31 UTC
52432af [MPL] Remove VariableArray int access Now only enum access is possible. 26 August 2022, 12:39:26 UTC
786793a [MPL] Remove unused typedefs. Shrink VariableType The Vector type is not used anywhere. 26 August 2022, 11:50:56 UTC
6e8475d [MPL] Remove unused 'displacement' from variables If needed, the variable can be easily added back. Should be a 2 or 3 vector in that case. 26 August 2022, 11:50:53 UTC
89ce908 [PL/TRM] Remove double assignment 26 August 2022, 11:50:37 UTC
7509928 Update VariableArray access Mostly using clang-tooling for automatic replacement, though some parts were modified by hand. 26 August 2022, 11:50:37 UTC
518ce97 [MPL] Reimplement VariableArray as own class - reducing the size of the VariableArray structure, - allowing less types/stricter types, - simplified access to variables. Downside is the four-fold repetition of the variable names. 26 August 2022, 11:50:35 UTC
2ca85d6 [conan] Pin package revisions. 26 August 2022, 09:59:20 UTC
5751a7b [de] Switched OpenGL widget to QVTKOpenGLNativeWidget. This widget is the preferred one when stereo is not required. 26 August 2022, 06:25:37 UTC
5ae3db1 [de] Removed renderWindow()->IsDrawable()-call. From the warning message: "Deprecated in 9.1 because no one knows what it's for and nothing uses it." 26 August 2022, 06:25:37 UTC
3d6bf60 [de] Use new function names for renderWindow. 26 August 2022, 06:25:37 UTC
1640352 [de] Fixed XML indentation. 26 August 2022, 06:25:37 UTC
9debfa2 [de] Renamed QVTKOpenGLWidget to QVTKOpenGLStereoWidget. 26 August 2022, 06:25:36 UTC
5e09852 allow removal of point elements from mesh 25 August 2022, 17:46:50 UTC
ca8f05c Merge branch 'TH2M-ResiduumOutput' into 'master' [PL/TH2M] Add/correct residuum output See merge request ogs/ogs!4210 25 August 2022, 14:24:22 UTC
c86934b [T/RM] New MassFlowRate and NodalForces The quantities are now identical (within NLS tolerances) to the solution with the Newton solver. 25 August 2022, 13:57:38 UTC
b7300c3 [T/TH2M] Update references and add new *FlowRate's 25 August 2022, 13:57:37 UTC
4698fb8 [T/PL] Remove M, K, and MKb tests These matrices are no longer assembled by the central and forward differences assemblers. 25 August 2022, 13:57:37 UTC
fe9e553 [PL] Compute residuum in CD/FD local assembly Required for the output of nodal forces, flow rates, and heat fluxes. 25 August 2022, 13:57:37 UTC
52289b1 [PL/TH2M] Add/correct residuum output The residuum consists of heat flux, gas and liquid mass flow rates, and nodal forces. While the residuum for the Newton scheme is readily available, some computations are necessary in the Picard scheme. 25 August 2022, 13:57:37 UTC
cf38797 Merge branch 'web-git-setup' into 'master' [web] Refactored git setup See merge request ogs/ogs!4249 25 August 2022, 13:41:25 UTC
c6488c2 Apply 1 suggestion(s) to 1 file(s) 25 August 2022, 13:07:18 UTC
4190ea1 [web] Added links for conflict resolution and note on force push. 25 August 2022, 11:32:37 UTC
d189ffc [web] Fixed instructions for creating new pages with `hugo new`. 25 August 2022, 11:18:23 UTC
7f9f4ee [web] Added some links to git guis. 25 August 2022, 11:18:23 UTC
a1ebf9e [web] Added link to job id which created the page. 25 August 2022, 11:18:23 UTC
56fe46f [web] Restructured git setup a bit and default to rebase. 25 August 2022, 11:18:23 UTC
8434513 [web] Fix os selector. 25 August 2022, 11:18:23 UTC
23cae10 Merge branch 'Cleanups' into 'master' Cleanups See merge request ogs/ogs!4248 24 August 2022, 11:45:56 UTC
b63a71c Merge branch 'fixing' into 'master' Fixed a bug in Python source term with PETSc See merge request ogs/ogs!4246 24 August 2022, 09:22:48 UTC
e38e8dd [SourceTerm] Fixed a bug in Python source term 24 August 2022, 07:45:08 UTC
5ce9837 [BL/PrjProcessing] Omit C-style cast. 23 August 2022, 20:00:19 UTC
a34347e Fixing 'The scope of the variable can be reduced. 23 August 2022, 20:00:19 UTC
ac37850 [MeL] Fix typo in a comment. 23 August 2022, 19:58:05 UTC
090b055 [MeL] Remove unnecessary string literals includes 23 August 2022, 19:58:05 UTC
655f8e0 Merge branch 'fix-ogs-version' into 'master' [cmake] Fixed ogs --version. Closes ufz-bgr/hpc/docs#30 See merge request ogs/ogs!4245 23 August 2022, 13:04:21 UTC
7c09dc2 [cmake] Fixed ogs --version. Cache variable was shadowed by local variable. 23 August 2022, 12:40:19 UTC
72ea274 [T/M] Slightly relax tolerances 23 August 2022, 11:19:43 UTC
96a0fee Merge branch 'benchmark-gallery' into 'master' [web] Benchmark gallery See merge request ogs/ogs!4225 22 August 2022, 12:07:51 UTC
f58b5df Merge branch 'fixing' into 'master' Two fixes See merge request ogs/ogs!4243 17 August 2022, 13:25:56 UTC
ba4b27f [NumLib] Set an alias to *x_new[process_id] 17 August 2022, 09:56:36 UTC
237b75f [NumLib] Added setLocalAccessibleVector for x_new in Picard nonlinear solver 17 August 2022, 09:56:36 UTC
819492e [ParameterLib] Changed the definition of local char array, error_info 17 August 2022, 09:56:28 UTC
9cfa61e Merge branch 'AddErrorMessageToGmshInterface' into 'master' [A/IO/Gmsh] Error msg for points that aren't part of a polyline. See merge request ogs/ogs!4240 17 August 2022, 08:07:26 UTC
a637ce0 [A/IO/Gmsh] Error msg for point that isn't part of a polyline. 15 August 2022, 06:36:42 UTC
62cd265 Merge branch 'trm-collect-ip-data-accessors' into 'master' TRM: Collect IP data accessors in the local assembler interface See merge request ogs/ogs!4237 12 August 2022, 05:05:20 UTC
5e8d5b6 Merge branch 'function_parameter' into 'master' [PL/THM+TR+TRM] Set coordinates in SpatialPosition Closes #3221 See merge request ogs/ogs!4233 12 August 2022, 05:04:03 UTC
abb9671 [PL] Moved porosity init from loc asm interface to initializeConcrete() 11 August 2022, 07:02:41 UTC
1c9a47d [T] Use function mimicking MaterialIDs to test computed coordinates 11 August 2022, 07:02:41 UTC
18ab8f8 Change project files to test trivial function parameters for MPL/constituitive settings 11 August 2022, 07:02:41 UTC
1e57b43 [PL/TRM] Set coordinates in SpatialPosition Allows using of Parameter type Function. 11 August 2022, 07:02:41 UTC
4d617b3 [PL] Collected IP data accessors in a single vector 09 August 2022, 11:52:19 UTC
back to top