- Feb 03, 2025
-
-
Lars Bilke authored
[cmake] Conda build with upstream tfel/mgis packages See merge request ogs/ogs!5216
-
Lars Bilke authored
This reverts commit ea93ab7a.
-
Dmitri Naumov authored
[Tests] better code quality in TH2M py notebooks See merge request ogs/ogs!5217
-
Florian Zill authored
replaced vtuIO with ogstools added assertions reduced repetitions
-
Lars Bilke authored
[guix] Re-introduce pinning of guix channels. See merge request ogs/ogs!5219
-
Dmitri Naumov authored
Fix link to msh2vtu See merge request ogs/ogs!5218
-
Lars Bilke authored
-
Lars Bilke authored
Can build with OGS_USE_MFRONT=ON in a conda env. E.g.: environment.yml: name: ogs-conda-dev channels: - conda-forge dependencies: - eigen - exprtk - hdf5 - libboost-python-devel - libxml2 - metis - nlohmann_json - pybind11 - python - range-v3 - tclap - vtk >=9.3.0 - zlib - mfront 4.2 - mgis 2.2 conda env create -f environment.yml conda activate ogs-conda-dev cmake --preset release -DOGS_USE_MFRONT=ON
-
Feliks Kiszkurno authored
-
- Jan 31, 2025
-
-
Dmitri Naumov authored
Changes to the end time of the HT_a_DECOVALEX_THMC_based_Example ctest were incorrect.
-
Dmitri Naumov authored
weighting factor used in HEAT_TRANSPORT_BHE process See merge request ogs/ogs!5179
-
Dmitri Naumov authored
-
HBShaoUFZ authored
-
HBShaoUFZ authored
-
HBShaoUFZ authored
-
HBShaoUFZ authored
change the weighting factor to use abs val weighting factor consider both M and K matrix fix clang-format error
-
- Jan 30, 2025
-
-
Dmitri Naumov authored
Refactor SpatialPosition for more efficient memory usage See merge request ogs/ogs!5212
-
Tom Fischer authored
Reduce some more redundancy in LiquidFlow and Hydromechanics See merge request ogs/ogs!5208
-
wenqing authored
-
wenqing authored
getFluidDensity and getFluidDensityAndViscosity for single phase flow models.
-
- Jan 27, 2025
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Improves constness of the local SpatialPosition variables.
-
Dmitri Naumov authored
Saves 16 bytes; one bitset (8) vs three optionals (24). Remove only internally used clear() function from I/F.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Effectively not used anyway.
-
Dmitri Naumov authored
And remove the corresponding functions in SpatialPosition.
-
Dmitri Naumov authored
[PL/SDN] Move divergence computation See merge request ogs/ogs!5213
-
Dmitri Naumov authored
The computation is used only once and had a missing header include (Eigen/Core). Replaced with more efficient code directly in FEM.
-
- Jan 24, 2025
-
-
Lars Bilke authored
Update guix to use upstream tfel / mgis / exprtk. See merge request ogs/ogs!5211
-
Lars Bilke authored
-
Dmitri Naumov authored
Improve run time of identifySubdomainMesh See merge request ogs/ogs!4877
-
- Jan 23, 2025
-
-
Dmitri Naumov authored
[Tests] Fix LD Torsion notebook See merge request ogs/ogs!5210
-
Florian Zill authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
It is important to insert the node ids in the same sequence as the points are given. Therefore, it is necessary to create thread local vectors and insert the content of the thread local vectors into the node_ids vector with the clause ordered in the omp directive.
-
- Jan 22, 2025
-
-
Tom Fischer authored
-
- Jan 21, 2025
-
-
Dmitri Naumov authored
Update TFEL and MGIS See merge request ogs/ogs!5048
-
Dmitri Naumov authored
-