This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jun 10, 2024
-
-
Dmitri Naumov authored
Enable Volumetric and Python source terms on 0D elements (aka Points) See merge request ogs/ogs!5009
-
Christoph Lehmann authored
-
Christoph Lehmann authored
Computing shape matrices of a d-dimensional Element in less than d dimensions is not meaningful.
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
With that change "Volumetric"/"Python" source terms can be applied to nodes, as well. Thereby, the special "Nodal" source term has become obsolete, now.
-
Lars Bilke authored
-
- Jun 08, 2024
-
-
Dmitri Naumov authored
B bar method for linear deformation See merge request ogs/ogs!5007
-
- Jun 07, 2024
- Jun 06, 2024
- Jun 05, 2024
-
-
Lars Bilke authored
[ci] Fix linux wheel builds See merge request ogs/ogs!5014
-
Lars Bilke authored
See https://github.com/pypa/manylinux: From manylinux2014 to manylinux_2_28. Requires pip 20.3.
-
Lars Bilke authored
Does not compile with gcc 10.2 anymore after !4992. See e.g. https://gitlab.opengeosys.org/ogs/ogs/-/jobs/442490.
-
Lars Bilke authored
Currently envinf4 and envinf5.
-
Lars Bilke authored
-
- Jun 04, 2024
-
-
Christoph Lehmann authored
Vectorial exprtk function arguments See merge request ogs/ogs!4992
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Write both in terms of the BaseLib::Overloaded utility
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
... 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.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
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.
-
Dmitri Naumov authored
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.
-
Dmitri Naumov authored
Rewrite the operator[]() in terms of address_of to avoid duplication of the switch-case.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Linking to exprtk is neccessary because MaterialLib designates private linking to that library.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-