- 11 Jun, 2021 4 commits
-
-
Dmitry Yu. Naumov authored
[Web] Web documentation of the parallel-plate testcase. See merge request !3658
-
-
Tom Fischer authored
TH2M refactorings See merge request !3656
-
Tom Fischer authored
A set of independent small changes. See merge request !3657
-
- 09 Jun, 2021 13 commits
-
-
spdlog is linked "public" in BaseLib. Reason is the violation of odr for some globals defined in the spdlog library. ==1540297==ERROR: AddressSanitizer: odr-violation (0x7f5ea9c9d020): [1] size=40 'vtable for spdlog::spdlog_ex' _deps/spdlog-src/src/spdlog.cpp [2] size=40 'vtable for spdlog::spdlog_ex' _deps/spdlog-src/src/spdlog.cpp These globals were registered at these points: [1]: #0 0x5614686e0dfa in __asan_register_globals.part.0 (/home/naumov/w/ogs/d/bin/ogs+0x1bfdfa) #1 0x7f5e6cdbe7eb in asan.module_ctor (/home/naumov/w/ogs/d/bin/../lib/libMeshLib.so+0x17d37eb) [2]: #0 0x558bd62b6dfa in __asan_register_globals.part.0 (/home/naumov/w/ogs/d/bin/ogs+0x1bfdfa) #1 0x7f831c7e54ab in asan.module_ctor (/home/naumov/w/ogs/d/bin/../lib/libBaseLib.so+0x89a4ab)
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Dmitry Yu. Naumov authored
Needed for correct computation of thermal strains and solid material models' updates.
-
Dmitry Yu. Naumov authored
Stresses and strains are now updated together with all the other constitutive variables.
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
Function is not needed.
-
Dmitry Yu. Naumov authored
-
Tom Fischer authored
Rewrite update of deactivated subdomains. See merge request !3654
-
Dmitry Yu. Naumov authored
-
Data member is used only in constructor, no need to store it.
-
-
- 08 Jun, 2021 2 commits
-
-
Dmitry Yu. Naumov authored
Some parts of the code expect an empty set of active elements if all of the elements are active.
-
Dmitry Yu. Naumov authored
Two parallel excavations starting at different times and with different excavation rates. Mainly for testing of the multi material excavation procedures.
-
- 07 Jun, 2021 3 commits
-
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
The previous implementation was looking for one deactivated subdomain, but there could be multiple subdomains inactive at the same time. Now all deactivated subdomains are searched for active/inactive elements.
-
Dmitry Yu. Naumov authored
New Process: Stokes flow See merge request !3617
-
- 03 Jun, 2021 18 commits
-
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
Dmitry Yu. Naumov authored
Refactor polygon tree interfaces. See merge request ogs/ogs!3634
-
Moving them from protected section. All of the access is now through public interface and these parts can be hidden.
-
The following for-loop is not run anyway.
-
-
-
-
Replacing different two different access types, one through a getPolygon() member function, another through direct data member _node_polygon access.
-
-
-