This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jun 06, 2024
-
-
wenqing authored
-
- Mar 20, 2024
-
-
wenqing authored
-
- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Oct 17, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
- Removing sigma and eps from IPData, now stored in current state and prev state. - Remove associated ip getter and setter, now handled through reflections - Stress, stiffness tensor, and volumetric body force are now fetched from newly updated constitutive data (CD).
-
Dmitri Naumov authored
Separating the solid material states from integration point data. Also move all but one functions into the local assembler, since they are no longer accessing the integration point data.
-
Dmitri Naumov authored
Especially the solid_material is now stored once per element and not in every integration point.
-
- Sep 29, 2023
-
-
Dmitri Naumov authored
The structure is small and does not require to be stored on heap.
-
- Sep 27, 2023
-
-
Dmitri Naumov authored
The evaluation of solid density is moved to the updateConstitutiveRelations.
-
- Aug 04, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jun 13, 2023
-
-
Dmitri Naumov authored
-
- May 12, 2023
-
-
Dmitri Naumov authored
-
- Apr 27, 2023
-
-
wenqing authored
postTimestepConcrete of local assemblers.
-
- Mar 28, 2023
-
-
Dmitri Naumov authored
-
- Mar 20, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Mar 03, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Feb 10, 2023
-
-
Dmitri Naumov authored
This saves significant (up to 1/2) memory of the integration point data.
-
- Feb 01, 2023
-
-
Dmitri Naumov authored
Only those mechanics processes which already provide access to material state variables.
-
- Jan 03, 2023
-
-
Dmitri Naumov authored
-
- Sep 23, 2022
-
-
- Aug 26, 2022
-
-
Dmitri Naumov authored
Mostly using clang-tooling for automatic replacement, though some parts were modified by hand.
-
- Jul 31, 2022
-
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Dec 02, 2021
-
-
Dmitri Naumov authored
-
- Jul 05, 2021
- Mar 14, 2021
-
-
Dmitri Naumov authored
-
- Mar 10, 2021
-
-
Dmitri Naumov authored
boost::none -> std::nullopt boost::make_optional -> std::make_optional boost::optional<T>::get() -> std::optional<T>::value()
-
- Jan 10, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Nov 26, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Passing (yet unused) variables and variables_prev.
-