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

sort by:
Revision Author Date Message Commit Date
0fae885 post-release typos. 14 June 2024, 11:21:40 UTC
ff3909e 6.5.2 post-release. 14 June 2024, 07:38:30 UTC
914193a 6.5.2 14 June 2024, 07:02:53 UTC
b3ffceb [T/TRM] Slightly relax ctest tolerance 13 June 2024, 22:09:16 UTC
42842e7 Merge branch 'test-tolerance-errors' into 'master' Changed some test tolerances See merge request ogs/ogs!5015 13 June 2024, 15:58:14 UTC
9adc75a [T/THM] Slightly relax conv. tolerance The generated TRM project in the SaturatedPointheatsource.ipynb notebook does not converge otherwise. 13 June 2024, 13:43:39 UTC
32fef31 Relax tolerance for ThermoRichardsMechanics_point_heat_injection test 13 June 2024, 13:43:39 UTC
1229159 [TRM/Test] Small relaxation of one test tolerance 13 June 2024, 13:43:39 UTC
2f6536f [Tests] Changed some solver(preferred) or test tolerances slightly to get tests satisfied on BGR servers 13 June 2024, 13:43:39 UTC
9a0de45 [TRM/Tests] Change Newton tolerances and reference 13 June 2024, 13:43:39 UTC
568df6f Merge branch 'DomainDeactivationFix' into 'master' Use Process' implementation of active elements See merge request ogs/ogs!4982 13 June 2024, 05:26:18 UTC
20bde9a Merge branch 'b_bar_note_book' into 'master' Fix figure display on the web page of Cook's membrane example See merge request ogs/ogs!5021 12 June 2024, 14:48:10 UTC
32578dd [web/benchmarks/M] Fix figure display by using a symbol link to cooks_membrane.png 12 June 2024, 13:36:28 UTC
2bbf3e0 Merge branch 'b_bar_note_book' into 'master' [Test] Jupyter Notebook for Mechanics/CooksMembrane with B-bar See merge request ogs/ogs!5016 12 June 2024, 13:17:10 UTC
f2caf56 [Ctest] Register CooksMembraneBbar.ipynb 12 June 2024, 12:29:30 UTC
52d335d [Test] Jupyter Notebook for Mechanics/CooksMemBrane with B bar 12 June 2024, 09:40:18 UTC
2cc062a [PL] AssemblyMixin; use process' active elements The getActiveElements function of a process is used from now on (as it is correctly handling multiple variable deactivations) and with this the process_id and process_variable are no longer needed as arguments. 12 June 2024, 09:14:31 UTC
83b6560 [T/HT] Test for active p when T is deactivated Slightly change the test to see influence of deactivated temperature field on the pressure variable. 12 June 2024, 09:02:28 UTC
0f61a74 [PL] Use Process' implementation of active elems This fixes the issue that the assembly is not executed when the first process' variable is deactivated. 12 June 2024, 09:02:25 UTC
d05e827 Merge branch 'SmallFixes' into 'master' Small fixes See merge request ogs/ogs!5020 12 June 2024, 09:00:20 UTC
59d1212 Merge branch 'additional-error-messages' into 'master' Improved error handling, mostly for Python BCs/STs See merge request ogs/ogs!5019 12 June 2024, 08:49:57 UTC
66166d5 [T] Added tests for Python script error handling 12 June 2024, 05:58:39 UTC
972669b [App] Prevent segfaults from Python exceptions The Simulation instance needs to be alive upon Python exception handling, otherwise e.what() will lead to a segfault. Why? → Because Simulation "owns" the Python interpreter. 12 June 2024, 05:58:39 UTC
4171564 [PL] Handle Python exceptions gracefully in BCs/STs 12 June 2024, 05:58:39 UTC
d2d8449 [AppL] Handle Python exceptions during script evaluation 12 June 2024, 05:58:39 UTC
367860b [PL] Added static assertion ... this should improve the compilation error reporting 12 June 2024, 05:58:39 UTC
d0b3e9e [PL/TH2] Add global matrix output 11 June 2024, 15:17:34 UTC
623e3ec [T/TRM] Increase accuracy of bedding vector The original input is not close enough to unity. 11 June 2024, 15:17:20 UTC
1d5a10b Merge branch 'web-gcc-11' into 'master' [web] Updated gcc install instructions See merge request ogs/ogs!5018 11 June 2024, 14:22:49 UTC
e0c3bae [web] Shortcode-comments have an interesting syntax. See https://discourse.gohugo.io/t/how-to-comment-out-shortcodes-in-markdown/14893/10 11 June 2024, 14:08:54 UTC
e5ddf17 [web] Update instructions to install req. gcc on older Ubuntu. 11 June 2024, 13:50:25 UTC
1843748 [web] Added optional paramater to dataFile-shortcode to get version comp 11 June 2024, 13:49:21 UTC
36e7572 [ci] Fix for MKL container builds. Follow-up on !5011. 11 June 2024, 08:16:49 UTC
75f15a8 Merge branch 'rm-constitutive-setting-step-2' into 'master' Further RichardsMechanics refactoring See merge request ogs/ogs!5012 10 June 2024, 13:54:42 UTC
e4070e8 Merge branch 'mkl-container' into 'master' Provide MKL container See merge request ogs/ogs!5011 10 June 2024, 10:17:42 UTC
d60ecfb [PL/RM] Moved sigma_eff and eps to stateful data 10 June 2024, 09:41:35 UTC
70c92f2 [PL/RM] Moved members ... from the local assembler to the interface classe, like in TRM. 10 June 2024, 09:41:35 UTC
84173e4 [PL/RM] Added (empty) data storage to local assembler interface 10 June 2024, 09:41:35 UTC
426472f [PL/RM] Reduced variable scope (sigma_eff, rho) 10 June 2024, 09:41:35 UTC
0ca4756 [PL/RM] Reduced variable scope (chi_S_L) 10 June 2024, 09:41:35 UTC
a309985 [PL/RM] Reduced variable scope 10 June 2024, 09:41:35 UTC
a6a646a Merge branch 'io-for-strong-type' into 'master' Enable reflected I/O for StrongTypes See merge request ogs/ogs!5004 10 June 2024, 09:35:53 UTC
f52a3b5 Merge branch '0d-source-term' into 'master' Enable Volumetric and Python source terms on 0D elements (aka Points) See merge request ogs/ogs!5009 10 June 2024, 09:19:11 UTC
f6d6453 [BL] Algorithm.h fix for older clang. 10 June 2024, 08:52:30 UTC
a6ebb4c [web] Added download links for MKL container. 10 June 2024, 08:52:30 UTC
3ca533c [ci] Use eigen unsupported in guix container builds. 10 June 2024, 08:52:29 UTC
00fc137 [guix] Update channels. 10 June 2024, 08:52:29 UTC
dcddacf [ci] Use matrix build for deploy container. 10 June 2024, 08:52:29 UTC
383722f [ci] Build deploy MKL container (serial and petsc). 10 June 2024, 08:31:31 UTC
8a06897 [T] Raised test tolerances 10 June 2024, 07:43:46 UTC
4dd6a1a [NL] Removed unnecessary template instantiations Computing shape matrices of a d-dimensional Element in less than d dimensions is not meaningful. 10 June 2024, 07:34:04 UTC
f915f09 [NL] Added missing template instantiation 10 June 2024, 07:34:04 UTC
fc01738 [T/THM] Added a test case for 0D Python STs 10 June 2024, 07:34:04 UTC
64f87d5 [T/THM] Added a test case for 0D volumetric source terms 10 June 2024, 07:34:04 UTC
718cf48 [PL] Extended source terms to 0D meshes With that change "Volumetric"/"Python" source terms can be applied to nodes, as well. Thereby, the special "Nodal" source term has become obsolete, now. 10 June 2024, 07:34:03 UTC
2d00072 [PL/RM] Adapt to liquid viscosity type change 10 June 2024, 07:29:55 UTC
c7664ec [T/Refl] Added unit tests for StrongType I/O 10 June 2024, 07:29:55 UTC
5c9a46b [PL/Refl] Added assertions for improved compiler error messages 10 June 2024, 07:28:11 UTC
8b00e88 [PL/Refl] Assert non-empty names for I/O 10 June 2024, 07:28:11 UTC
6b9b2c5 [PL] Use Boost::Mp11 type aliases 10 June 2024, 07:28:11 UTC
4fcc1f9 [BL] Provide type aliases for better compiler error messages 10 June 2024, 07:28:11 UTC
c648ae2 [PL/Refl] Enabled reflected I/O for StrongTypes 10 June 2024, 07:28:11 UTC
c22f995 [PL/TRM] Use StrongType for liquid viscosity 10 June 2024, 07:28:11 UTC
17c2eae [PL/TRM] Use StrongType for Darcy velocity 10 June 2024, 07:28:11 UTC
0a46018 [PL/Refl] Improve compiler error messages 10 June 2024, 07:28:11 UTC
5390a73 gcc 11.3 is minimum tested version (guix). 10 June 2024, 06:17:39 UTC
16cc7f5 Merge branch 'B_bar_linear' into 'master' B bar method for linear deformation See merge request ogs/ogs!5007 08 June 2024, 18:58:02 UTC
a6aa335 [CTest/M] Relaxed the tolerance for deformation result for HoekBrown and a MFront test 07 June 2024, 06:57:25 UTC
fd0fc30 [M/Bbar] using std::optional as the return type of the function to comput B_dil_bar matrix, and some other minor changes 07 June 2024, 06:57:24 UTC
ee66e62 [M] Avoid twice computing B 07 June 2024, 06:57:24 UTC
2c6d345 [CTest/M] Cooks membrane example for the B bar method 07 June 2024, 06:57:24 UTC
d6979fa [Doc/M] Documentation of input parameter use_b_bar 07 June 2024, 06:57:24 UTC
d9250cf [M] Added an optional input for using the B bar method 07 June 2024, 06:57:23 UTC
390f6b0 [M] Added B bar method 07 June 2024, 06:57:23 UTC
2035863 [Deformation] Computation of prototype of B-bar for linear B 07 June 2024, 06:57:15 UTC
75fba9a [BMatrixPolicyType] Added BBarMatrixType 06 June 2024, 13:46:57 UTC
c7bcc09 [Process/SD] Changed the shape function variable name 06 June 2024, 13:46:57 UTC
cf2a8e0 Merge branch 'linux-wheel-fix' into 'master' [ci] Fix linux wheel builds See merge request ogs/ogs!5014 05 June 2024, 15:44:26 UTC
a3f78f1 [ci] Upgrade image in which linux are built to get newer gcc. See https://github.com/pypa/manylinux: From manylinux2014 to manylinux_2_28. Requires pip 20.3. 05 June 2024, 14:46:26 UTC
869abd5 Bump minimum gcc version to 11.4 (ubuntu1 runner). Does not compile with gcc 10.2 anymore after !4992. See e.g. https://gitlab.opengeosys.org/ogs/ogs/-/jobs/442490. 05 June 2024, 14:06:12 UTC
2096920 [ci] Run build wheels linux jobs on fast machines. Currently envinf4 and envinf5. 05 June 2024, 14:05:17 UTC
b78b7ce [ci] Added new manual job to publish dev wheels to PyPI. 05 June 2024, 11:18:00 UTC
0fa1f55 Merge branch 'VectorialExprtkFunctionArguments' into 'master' Vectorial exprtk function arguments See merge request ogs/ogs!4992 04 June 2024, 11:08:10 UTC
cb7ddac [BL] Add explicit deduction guide for clang-16 04 June 2024, 09:13:27 UTC
8360e1d [MPL] Move non-const address_of in private section 04 June 2024, 09:13:27 UTC
1e9e1c9 [MPL] Non-const visitVariable; use in Function 04 June 2024, 09:13:27 UTC
7870a4a [MPL] Extract visitVariable from operator[] Write both in terms of the BaseLib::Overloaded utility 04 June 2024, 09:13:27 UTC
7bf2a44 [BL] Add overloaded utility to use with std::visit 04 June 2024, 09:13:27 UTC
630bb01 [MPL] Use Eigen::Vector<N> replacing Matrix<N, 1> 04 June 2024, 09:13:27 UTC
ae63ef3 [MPL] Handle Kelvin vector and tensors in Function ... property. The implementation, unfortunately, needs fixed addresses for vector handling in exprtk. Therefore there are two implementations, for 2D and 3D holding vectors variables of correct sizes 4 and 6 or 5 and 9 corresponding to Kelvin vector or vectorized tensors. 04 June 2024, 09:13:27 UTC
df7bf9c [MPL] Add is2D and is3D queries on VariableArray 04 June 2024, 09:13:27 UTC
42334d5 [T/MPL] Unit tests for vectorial exprtk expr's Testing vectorial quantities evaluation in exprtk Function MPL property. Testing that a Kelvin vector is converted to symmetric tensor, deformation gradient. The avg function is good for testing because it catches various possible issues with the sizes of the vectors being tested. 04 June 2024, 09:13:27 UTC
4c6b8f6 [MPL] Rewrite Function property using PIMPL Also adding a check for nan in evaluation. The PIMPL removes the exprtk header from the header file. And, what is more important, prepares ground for vectorial quantities evaluation. 04 June 2024, 09:13:27 UTC
4917684 [MPL] Add address_of for VariableArray Rewrite the operator[]() in terms of address_of to avoid duplication of the switch-case. 04 June 2024, 09:13:27 UTC
6b25e54 [MPL] Add internal type aliases to VariableArray 04 June 2024, 09:13:27 UTC
b56f417 [T/MPL] Test current scalar exprtk evaluations Linking to exprtk is neccessary because MaterialLib designates private linking to that library. 04 June 2024, 09:13:27 UTC
d86a37e [MPL] Add missing total_strain enum 04 June 2024, 09:13:27 UTC
e120c17 [MPL] Correct type in a comment 04 June 2024, 09:13:27 UTC
e26316e Merge branch 'UnitTestsForFixedTimeStepping' into 'master' Unit tests for FixedTimeStepping See merge request ogs/ogs!4998 02 June 2024, 09:28:22 UTC
f547d40 Merge branch 'rm-constitutive-setting' into 'master' Refactoring assembly of RichardsMechanics See merge request ogs/ogs!5008 31 May 2024, 12:02:30 UTC
back to top