- Jul 11, 2019
-
-
Sebastian Eibl authored
Sync Ghost Owner See merge request walberla/walberla!214
-
Sebastian Eibl authored
CHANGE isCommunciationRunning -> isCommunicationRunning
-
- Jul 10, 2019
-
-
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.
-
- Jul 05, 2019
-
-
Sebastian Eibl authored
added GCC9 to ci See merge request walberla/walberla!213
-
Sebastian Eibl authored
-
- Jul 04, 2019
-
-
Sebastian Eibl authored
-
- Jul 03, 2019
-
-
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
-
- Jul 01, 2019
-
-
Christoph Schwarzmeier authored
Create header for BoundaryLocationFunction and update ComplexGeometry.cpp See merge request walberla/walberla!212
-
Christoph Schwarzmeier authored
-
- Jun 13, 2019
-
-
Martin Bauer authored
Probe vs extra message See merge request walberla/walberla!209
-
Sebastian Eibl authored
-
Sebastian Eibl authored
[BufferSystem] moved clearing of recv buffers from endCommunication to startCommunication
-
Sebastian Eibl authored
-
Martin Bauer authored
using memcpy instead of packing individual elements is faster See merge request walberla/walberla!208
-
- Jun 07, 2019
-
-
Sebastian Eibl authored
-
- Jun 05, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- benchmarks ghost layer field communication - direct vs. buffered, various field & block sizes - multiple blocks per process - extensive database output
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
option is intended for benchmarking, for production runs leave the local communication optimization switched on
-
Sebastian Eibl authored
-
- Jun 04, 2019
-
-
Sebastian Eibl authored
-
- Jun 03, 2019
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- May 28, 2019
-
-
Sebastian Eibl authored
introduce mesa_pd module to official waLBerla See merge request walberla/walberla!210
-
Sebastian Eibl authored
-
- May 21, 2019
-
-
Sebastian Eibl authored
-
- May 17, 2019
-
-
Martin Bauer authored
Make waLBerla fit for SuperMUC-NG See merge request walberla/walberla!207
-
- May 16, 2019
-
-
Martin Bauer authored
- workaround seems to be not necessary any more, for recent IntelMPI versions - the workaround did not play with CMake's try_compile function, which tries to compile some test programs to check for compiler features The workaround added '-include mpi.h' to the compile flags, which are also used by try_compile, but try_compile does not set include directories with "-I" This lead to the problem, that for example the OpenMP flag was not correctly determined, since there the try_compile mechanism is used
-
Sebastian Eibl authored
-
Martin Bauer authored
-
- May 09, 2019
-
-
Christoph Schwarzmeier authored
Add directory 'executiontree' to .clang-format See merge request walberla/walberla!206
-
Christoph Schwarzmeier authored
-
- May 07, 2019
-
-
Christoph Schwarzmeier authored
Fix too narrow CLI boundary condition assertion See merge request walberla/walberla!205
-
Christoph Schwarzmeier authored
-
- May 03, 2019
-
-
Sebastian Eibl authored
add Visual Studio 2019 to the ci See merge request walberla/walberla!204
-
Sebastian Eibl authored
Don't use __has_include macro if it's not defined See merge request walberla/walberla!203
-