- Oct 09, 2023
-
-
Julian Heinze authored
-
Julian Heinze authored
-
Dmitri Naumov authored
PETSc: Amend used norm type of solver to output message See merge request ogs/ogs!4756
-
Tom Fischer authored
-
- Oct 06, 2023
-
-
Dmitri Naumov authored
[PL/THM] Explicitly set phi_fr_prev See merge request ogs/ogs!4744
-
- Oct 05, 2023
-
-
Dmitri Naumov authored
Presence of ice phase at slightly positive temperatures with shallow sigmoid function for ice phase should not affect the results much but only for amount of ice formed. In the simulation the initial ice volume fraction is 0.0379... . Displacement and stress are read from previous simulation's steady-state result. Incorrect update of phi_fr_prev causes pressure to drop significantly in the first step, which is unexpected, since everything is in equilibrium. Temperature load starts only after 10 steps at t=10000s.
-
- Oct 04, 2023
-
-
Dmitri Naumov authored
The phi_fr_prev variable initialization was not correct. Setting it explicitly avoids any non-initialized states.
-
- Oct 03, 2023
-
-
Tom Fischer authored
Use bulk element's id for boundary element construction Closes #3430 See merge request ogs/ogs!4751
-
Dmitri Naumov authored
Bug fix for DOF index calculation in parallel ogs version See merge request ogs/ogs!4738
-
Dmitri Naumov authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Oct 02, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This ensures correct bulk_node_ids map
-
Dmitri Naumov authored
-
-
Dmitri Naumov authored
Small refactorings of the timeloop See merge request ogs/ogs!4748
-
-
-
-
-
... to preTsNonlinearSolvePostTs()
-
Dmitri Naumov authored
The spdlog is public in BaseLib and repeating it in on BaseLib dependent libraries is not necessary and violates the ODR.
-
- Sep 29, 2023
-
-
Dmitri Naumov authored
Use MaterialSpatialDistributionMap as value See merge request ogs/ogs!4745
-
Lars Bilke authored
Use bundled fmt from spdlog See merge request ogs/ogs!4750
-
Dmitri Naumov authored
The structure is small and does not require to be stored on heap.
-
Lars Bilke authored
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Dmitri Naumov authored
Renamed tag <is_linear> to <linear> See merge request ogs/ogs!4747
-
Christoph Lehmann authored
sed -i -e 's/is_linear/linear/g' ProcessLib/ComponentTransport/Tests.cmake
-
Christoph Lehmann authored
for f in `find . -type d -name '*is_linear*'`; do git ls-files --error-unmatch "$f" &>/dev/null || continue; tgt="${f//is_linear/linear}"; mkdir "$tgt"; git mv "$f"/* "$tgt" || break; done
-
Christoph Lehmann authored
for f in `find . -type f -name '*is_linear*'`; do git ls-files --error-unmatch "$f" &>/dev/null || continue; git mv "$f" "${f//is_linear/linear}" || break; done
-