- Feb 21, 2020
-
-
Christoph Rettinger authored
-
- Jan 29, 2020
-
-
Sebastian Eibl authored
-fixed relative error calculation -fixed wrong size of linked cells
-
- Jan 27, 2020
-
-
Christoph Rettinger authored
Added lbm-mesa_pd coupling to have a fluid-particle coupling to the new rigid particle dynamics simulations
-
- Nov 21, 2019
-
-
Sebastian Eibl authored
-
- Nov 13, 2019
-
-
Sebastian Eibl authored
-
- Nov 12, 2019
-
-
Michael Kuron authored
-
- Nov 08, 2019
-
-
Stephan Seitz authored
-
- Sep 17, 2019
-
-
Sebastian Eibl authored
-
- Sep 16, 2019
-
-
- Sep 04, 2019
-
-
Sebastian Eibl authored
-
- Aug 16, 2019
-
-
Dominik Thoennes authored
To break unneeded dependencies in postprocessing the SQLite part is moved to its own module and namespace. Therefore in the include and the function calls "postprocessing" hast to be removed or replaced by "sqlite" e.g.: #include "postprocessing/sqlite/SQLite.h" -> #include "sqlite/SQLite.h" postprocessing::store... -> sqlite::store...
-
- Aug 13, 2019
-
-
Sebastian Eibl authored
-
- Aug 12, 2019
-
-
-
Sebastian Eibl authored
-
- Aug 09, 2019
-
-
Sebastian Eibl authored
-
- Aug 07, 2019
-
-
Sebastian Eibl authored
-
- Jul 31, 2019
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jul 30, 2019
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jul 26, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jul 22, 2019
-
-
Christoph Schwarzmeier authored
-
- Jul 18, 2019
-
-
- Jul 11, 2019
-
-
Sebastian Eibl authored
CHANGE isCommunciationRunning -> isCommunicationRunning
-
- Jul 10, 2019
-
-
[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.
-
- Jul 03, 2019
-
-
Added DetectAndStoreContacts-Kernel and its testcase, performed other adaptions in preperation of HCSITS-Solver integreation
-
- Jun 07, 2019
-
-
Sebastian Eibl authored
-
- Jun 03, 2019
-
-
Sebastian Eibl authored
-
- May 28, 2019
-
-
Sebastian Eibl authored
-
- May 21, 2019
-
-
Sebastian Eibl authored
-
- Apr 25, 2019
-
-
Martin Bauer authored
-
- Apr 17, 2019
-
-
Sebastian Eibl authored
-
so Union<std::tuple<Sphere,Box>> becomes Union<Sphere,Box>
-
- Apr 12, 2019
-
-
Sebastian Eibl authored
-
- Apr 11, 2019
-
-
Michael Kuron authored
-