This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Mar 11, 2021
-
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
Lars Bilke authored
This reverts commit 707e3aa0.
-
- Mar 10, 2021
-
-
Lars Bilke authored
Replace boost::optional with std::optional See merge request ogs/ogs!3502
-
Dmitri Naumov authored
[T/RM] Update reference. RHS includes stresses. See merge request ogs/ogs!3503
-
Dmitri Naumov authored
In 6fceafae "[PL/RM] Use initial stress in assemble()." the rhs vector was changed, now including also stress related parts, and not only the gravitational forces. This changes only the NodalForces output, everything else is exactly same as before.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Optional references are not allowed by std. Replacing with semantically equivalent pointer.
-
Dmitri Naumov authored
boost::none -> std::nullopt boost::make_optional -> std::make_optional boost::optional<T>::get() -> std::optional<T>::value()
-
Dmitri Naumov authored
-
- Mar 09, 2021
-
-
Dmitri Naumov authored
-
Lars Bilke authored
[cpm] Boost header only and skip formatting targets See merge request ogs/ogs!3501
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
[CMake] Added clean_coverage target. See merge request ogs/ogs!3499
-
Lars Bilke authored
[cpm] Fixed shapelib used from system See merge request ogs/ogs!3500
-
Lars Bilke authored
-
Dmitri Naumov authored
[T/RM] Relax tolerances for failing CI job. See merge request ogs/ogs!3497
-
-
Dmitri Naumov authored
win
-
Lars Bilke authored
Clang and CMake Format preparation See merge request ogs/ogs!3496
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Dmitri Naumov authored
[T/RM] Relax tolerances for failing CI job. See merge request ogs/ogs!3495
-
Dmitri Naumov authored
frontend
-
Dmitri Naumov authored
RM fixes and cleanups See merge request ogs/ogs!3477
-
Dmitri Naumov authored
From the equations we have eps = eps_{m} + eps_{sw}, with eps_{sw} = -C_el^{-1} sigma_{sw}. All other places are using correct sign.
-
Dmitri Naumov authored
solid_grain_pressure used in some density models was not set and caused an access error in the ExponentialProperty.
-
Dmitri Naumov authored
Using central differences for Jacobian computation. Still the HydraulicFlow and Nodal forces are not correct and don't include the 'M \dot{x} + K x' part.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Only happened in the assemble function, which does not have a ctest with swelling.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Lars Bilke authored
-
- Mar 08, 2021
-
-
Lars Bilke authored
More Conan packages moved to CPM (2nd try) See merge request ogs/ogs!3494
-