This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Aug 30, 2021
-
-
Tom Fischer authored
The getContent() method is used only on very few places. Especially, it isn't used in the computation of any THMC processes. So the content doesn't need to be stored which saves memory. Furthermore, the time time for reading / initializing a mesh is reduced. In a hex mesh with 100x100x100 elements this saves 2.6% of storage and circa 25% time.
-
- Aug 27, 2021
-
-
Dmitri Naumov authored
-
- Aug 25, 2021
-
-
Tobias Meisel authored
On Windows absolute path inside xdmf to hdf was incorrect. Fix to relative path because file must be transferable
-
Tobias Meisel authored
-
- Aug 09, 2021
-
-
Tom Fischer authored
This mv one dependency from _neighbors from the base class Element to the class TemplateElement.
-
- Aug 05, 2021
-
-
Tom Fischer authored
-
- Jul 26, 2021
-
-
Lars Bilke authored
-
- Jul 21, 2021
-
-
wenqing authored
-
Lars Bilke authored
-
Tobias Meisel authored
-
Tobias Meisel authored
-
Tobias Meisel authored
-
- Jul 20, 2021
-
-
Tobias Meisel authored
-
Tobias Meisel authored
-
- Jul 09, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Moving code from the constructor.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jul 06, 2021
-
-
Dmitri Naumov authored
-
- Jul 02, 2021
-
-
Dmitri Naumov authored
Remove no longer required default constructor.
-
Dmitri Naumov authored
This simplifies most of the code.
-
- Jun 24, 2021
-
-
Tom Fischer authored
warning: uninitialized record type: 'pyramid_nodes' [cppcoreguidelines-pro-type-member-init]
-
- Jun 18, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 09, 2021
-
-
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)
-
- May 28, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
This change makes it possible to use MPI related mesh IO functionality without initializing PETSc.
-
- May 17, 2021
-
-
Dmitri Naumov authored
Using (const) access functions in two cases of direct member access.
-
Dmitri Naumov authored
Move common setID() member from derived classes into the base class allows for making the _id member private. Access through getID() in two occasions for in gmsh and gocad IO interface functions.
-
- May 12, 2021
-
-
Lars Bilke authored
Simplifies handling in CMake. Just link to petsc-target.
-
- May 11, 2021
-
-
Tobias Meisel authored
-
Tobias Meisel authored
-