This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jun 06, 2024
-
-
wenqing authored
-
- 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
-
- Jun 02, 2024
-
-
Dmitri Naumov authored
Unit tests for FixedTimeStepping See merge request ogs/ogs!4998
-
- May 31, 2024
-
-
Dmitri Naumov authored
Refactoring assembly of RichardsMechanics See merge request ogs/ogs!5008
-
- May 30, 2024
-
-
Tom Fischer authored
The setting was provided by a user and didn't work properly. With the previous commits it works now.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Using std::pair wasn't possible because the unit unit test for FixedTimeStepping (implemented using autocheck) doesn't compile
-
- May 29, 2024
-
-
Christoph Lehmann authored
... from assembleWithJacobian() into a separate method. I added some constitutive data structs and reused some from TRM.
-
Christoph Lehmann authored
-
Dmitri Naumov authored
Generic cell-average output See merge request ogs/ogs!4984
-
- May 28, 2024
-
-
Christoph Lehmann authored
Note: No reference data has been added, but existing data has been renamed and used.
-
Dmitri Naumov authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-