- 08 Aug, 2019 1 commit
-
-
Michael Kuron authored
This was lost in the migration from boost to std as boost::hash<T> (and thus boost::unordered_map<T,V>) uses hash_value<T> if available and std::hash<T> (and thus std::unordered_map<T,V>) does not.
-
- 02 Aug, 2019 1 commit
-
-
Dominik Thoennes authored
Add cmake option WALBERLA_LOG_SKIPPED See merge request walberla/walberla!219
-
- 31 Jul, 2019 2 commits
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- 30 Jul, 2019 11 commits
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Dominik Thoennes authored
-
- 26 Jul, 2019 5 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- 22 Jul, 2019 2 commits
-
-
Christoph Schwarzmeier authored
[API] Rename mathematical constants to make them differ from C macros See merge request walberla/walberla!216
-
Christoph Schwarzmeier authored
-
- 20 Jul, 2019 1 commit
-
-
Sebastian Eibl authored
Silence some libcxx versions' warnings about std::experimental deprecation See merge request walberla/walberla!217
-
- 18 Jul, 2019 3 commits
-
-
Christoph Rettinger authored
[API] Add momentum conservation to the Momentum Exchange Method and hook for PDF destruction See merge request walberla/walberla!215
-
-
Michael Kuron authored
We do our own availability detection in CMake, so we don't care about the deprecation.
-
- 16 Jul, 2019 1 commit
-
-
Dominik Thoennes authored
This option is OFF by default. If turned on cmake will notify if a target cannot be build due to a missing module.
-
- 12 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 11 Jul, 2019 2 commits
-
-
Sebastian Eibl authored
Sync Ghost Owner See merge request walberla/walberla!214
-
Sebastian Eibl authored
CHANGE isCommunciationRunning -> isCommunicationRunning
-
- 10 Jul, 2019 2 commits
-
-
Sebastian Eibl authored
Union refactoration See merge request walberla/walberla!158
-
[API] removed rpos from all body constructors Changes: Bodies that are part of a union now store all attributes relative to its respective coordinate frame. This affects gpos and q (Rotation), which are implicitly relative once a body becomes part of the union. These properties became private and the global Position can be accessed via getGlobalPos() which performs a recursive calcuation of the position of this body in the world frame. This avoids error-prone update procedures, if a Union is tranlated or rotated.
-
- 05 Jul, 2019 2 commits
-
-
Sebastian Eibl authored
added GCC9 to ci See merge request walberla/walberla!213
-
Sebastian Eibl authored
-
- 04 Jul, 2019 1 commit
-
-
Sebastian Eibl authored
-
- 03 Jul, 2019 2 commits
-
-
Sebastian Eibl authored
Added DetectAndStoreContacts-Kernel and its testcase, performed other... See merge request walberla/walberla!211
-
Added DetectAndStoreContacts-Kernel and its testcase, performed other adaptions in preperation of HCSITS-Solver integreation
-
- 01 Jul, 2019 2 commits
-
-
Christoph Schwarzmeier authored
Create header for BoundaryLocationFunction and update ComplexGeometry.cpp See merge request walberla/walberla!212
-
Christoph Schwarzmeier authored
-
- 27 Jun, 2019 1 commit
-
-
Martin Bauer authored
-