- Jan 12, 2024
-
-
-
Lars Bilke authored
[python] Bump snakemake to 7.32.4 (latest <8 version) See merge request ogs/ogs!4868
-
Lars Bilke authored
Will reduce memory load, especially for smaller machines.
-
Lars Bilke authored
-
Dmitri Naumov authored
[ci] Docker Upgrade Ubuntu base image to 23.04 and gcc to 12 See merge request ogs/ogs!4864
-
Lars Bilke authored
-
-
Lars Bilke authored
-
- Jan 11, 2024
-
-
Tom Fischer authored
[Mesh] Optional neighbour computations See merge request ogs/ogs!4853
-
Dmitri Naumov authored
LargeDeformation; Add volume ratio and deformation gradient output See merge request ogs/ogs!4861
-
Dmitri Naumov authored
-
-
Uses vectorized tensor determinant.
-
-
- Jan 10, 2024
-
-
Tom Fischer authored
-
Dmitri Naumov authored
[MathLib] Avoid the division by zero in componentwiseDivide See merge request ogs/ogs!4862
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Lars Bilke authored
[cmake] Fix MKL dependency installation. See merge request ogs/ogs!4863
-
Lars Bilke authored
-
- Jan 09, 2024
- Jan 08, 2024
-
-
Lars Bilke authored
[ci] Download boost from sourceforge. See merge request ogs/ogs!4860
-
Lars Bilke authored
[cmake] Install GKlib (metis helper library) See merge request ogs/ogs!4859
-
Lars Bilke authored
-
- Jan 05, 2024
-
-
Tom Fischer authored
[ci] Build container with netcdf. See merge request ogs/ogs!4858
-
Lars Bilke authored
-
Dmitri Naumov authored
Vectorized tensor utilities See merge request ogs/ogs!4856
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The deformation gradient and alike quantities are second order tensors stored as a vector. Convenience operations on these tensors are collected in the namespace. The conversion to a Eigen matrix and back are used so far in tests only for comparisons with Eigen operations.
-
Lars Bilke authored
Disable FPE for reading vtu files See merge request ogs/ogs!4855
-
Lars Bilke authored
Unsorted small improvements See merge request ogs/ogs!4854
-
Lars Bilke authored
[cmake] Install mpmetis. See merge request ogs/ogs!4857
-
- Jan 04, 2024
-
-
Lars Bilke authored
Follow-up on !4773.
-
Tom Fischer authored
[eve] Use modules for petsc and hdf5. See merge request ogs/ogs!4852
-
- Jan 03, 2024
-
-
Dmitri Naumov authored
Reading the VTU files can trigger floating point exceptions. Because we are not debugging VTK (or other libraries) at this point, the floating point exceptions are temporarily disabled and are restored at the end of the scope.
-