- Sep 29, 2023
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Dmitri Naumov authored
Renamed tag <is_linear> to <linear> See merge request ogs/ogs!4747
-
Christoph Lehmann authored
sed -i -e 's/is_linear/linear/g' ProcessLib/ComponentTransport/Tests.cmake
-
Christoph Lehmann authored
for f in `find . -type d -name '*is_linear*'`; do git ls-files --error-unmatch "$f" &>/dev/null || continue; tgt="${f//is_linear/linear}"; mkdir "$tgt"; git mv "$f"/* "$tgt" || break; done
-
Christoph Lehmann authored
for f in `find . -type f -name '*is_linear*'`; do git ls-files --error-unmatch "$f" &>/dev/null || continue; git mv "$f" "${f//is_linear/linear}" || break; done
-
Christoph Lehmann authored
ag -l -s 'is_linear' Documentation/ Tests/Data/ | xargs sed -i -e 's/is_linear/linear/g'
-
Christoph Lehmann authored
ag -l '"is_linear"' | xargs sed -i -e 's/"is_linear"/"linear"/' ag -l -s '__is_linear' | xargs sed -i -e 's/__is_linear/__linear/'
-
- Sep 28, 2023
-
-
Lars Bilke authored
Fix build if not using unsupported Eigen parts Closes #3431 See merge request ogs/ogs!4746
-
Dmitri Naumov authored
SmallDeformation uses media for solid density evaluation See merge request ogs/ogs!4739
-
Christoph Lehmann authored
-
- Sep 27, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This avoids mentioning of the material id 6 in the medium definition.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This is specific to the project and is easier done by hand than a script.
-
Dmitri Naumov authored
Adding media description and using constant density property where possible. In other cases refer to the existing parameter.
-
Dmitri Naumov authored
The evaluation of solid density is moved to the updateConstitutiveRelations.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
RTP Acceleration Step 2: Compute linear solver only upon timestep change See merge request ogs/ogs!4730
-
Lars Bilke authored
-
- Sep 26, 2023
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Sep 25, 2023
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
- Sep 22, 2023
-
-
Lars Bilke authored
Update guix and make PETSc container runnable on Juwels See merge request ogs/ogs!4726
-
Lars Bilke authored
[eve] Limit ctest to 4 concurrent runs on eve frontends. See merge request ogs/ogs!4742
-
- Sep 21, 2023
-
-
Lars Bilke authored
-
Dmitri Naumov authored
Small fixes See merge request ogs/ogs!4734
-
- Sep 19, 2023
-
-
Lars Bilke authored
-
- Sep 18, 2023
-
-
-
This reverts commit f2b19785. Is now integrated into upstream guix, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=55da0930e30e0ee1b3da1b9aee5851e9ccfca32c
-