- May 19, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Functions are only used internally in the translation unit. No need to expose the interface.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Return immideately.
-
Dmitri Naumov authored
-
Lars Bilke authored
[ci] container runtime check See merge request ogs/ogs!3627
-
Dmitri Naumov authored
[MPL] Fix for Orthotropic Embedded Fracture Permeability See merge request ogs/ogs!3626
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Dmitri Naumov authored
-
-
-
- May 18, 2021
-
-
Lars Bilke authored
[cmake] Job pools for Ninja. See merge request ogs/ogs!3624
-
Better parallelization of the build: There are two job pools: - light_tasks on most systems will utilize all available logical cores (default) - heavy_tasks requires 4 GB of free memory per job, is used for all processes. Could be optimized by introducing another pool with less memory requirements (medium_tasks) and use it in the more simple processes.
-
Dmitri Naumov authored
Several CI fixes See merge request ogs/ogs!3625
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
cpm 0.32 introduces a scope encapsulation: https://github.com/cpm-cmake/CPM.cmake/releases/tag/v0.32.0
-
Lars Bilke authored
-
Lars Bilke authored
Will fix container runtime.
-
Dmitri Naumov authored
[TRM] Include the thermal strain into total mechanical strain See merge request !3611
-
-
having swelling stress rate.
-
-
-
Lars Bilke authored
-
- May 17, 2021
-
-
Dmitri Naumov authored
MathLib: trailing underscore for private members. See merge request ogs/ogs!3622
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Using (const) access functions in two cases of direct member access.
-
Dmitri Naumov authored
Move common setID() member from derived classes into the base class allows for making the _id member private. Access through getID() in two occasions for in gmsh and gocad IO interface functions.
-
Dmitri Naumov authored
[SurfaceFlux] Output of the initial surface flux. Closes #3133 See merge request ogs/ogs!3621
-