- Oct 23, 2020
-
-
Dominik Thoennes authored
The new CI has four stages: 1. **pretest** jobs are run automatically as a first check 2. **test** jobs run at each commit but contain only a limited number of configurations 3. **merge_request** these jobs need to be run **manually** before merging a merge request 4. **benchmark** benchmarks are only run manually if needed
-
- Oct 22, 2020
-
-
Christoph Rettinger authored
Changes in mesa_pd functionality for halfspaces See merge request walberla/walberla!350
-
Christoph Rettinger authored
-
- Oct 16, 2020
-
-
Sebastian Eibl authored
Fix typo: rebelance -> rebalance See merge request walberla/walberla!339
-
-
Sebastian Eibl authored
Add missing BodyCast.h to GJKEPACollideFunctor.h See merge request walberla/walberla!348
-
- Oct 15, 2020
-
-
Christoph Schwarzmeier authored
-
- Oct 13, 2020
-
-
Michael Kuron authored
[FIX] Warning -Wmaybe-uninitialized See merge request walberla/walberla!345
-
-
- Oct 09, 2020
-
-
Sebastian Eibl authored
Bugfix: call cudaFree before resize of gpuVectors_ See merge request walberla/walberla!338
-
Sebastian Eibl authored
Add .editorconfig rule for Python to agree with flake settings See merge request walberla/walberla!335
-
Stephan Seitz authored
How could this have been working until now? We should not call `cudaFree` on uninitialized memory. We have to free the old pointers before resize. This also prevents memory leakage in case the vector gets shrinked. Apparently the previous code relied on the fact that `resize` somehow initialized the memory to null pointers or that `cudaFree` just ignores pointers it didn't allocate.
-
- Oct 08, 2020
-
-
Sebastian Eibl authored
CustomMemoryBuffer: only memcpy when not `nullptr` See merge request walberla/walberla!340
-
Sebastian Eibl authored
Replace some macros with C++11/14 standard functionality See merge request walberla/walberla!341
-
- Oct 07, 2020
-
-
Sebastian Eibl authored
add gcc 10 to CI See merge request walberla/walberla!329
-
-
- Oct 05, 2020
-
-
Michael Kuron authored
Suppress signedness warning in BlockExclusion.h See merge request walberla/walberla!333
-
Sebastian Eibl authored
MESA-PD LB Benchmark Update See merge request walberla/walberla!334
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Sebastian Eibl authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
It is not needed because deprecations are compiler warnings and should not be ignored anyway. Also, no need to export WARNING_DEPRECATED to the C++ code.
-
Michael Kuron authored
Our own wrappers was only used in one place anyway and did not all allow for specify a reason string.
-
Stephan Seitz authored
-
Sebastian Eibl authored
Prepare compilation for C++17: std::any does not have `empty` See merge request walberla/walberla!337
-
Sebastian Eibl authored
Silence recent Clang warning about unnecessary copy See merge request walberla/walberla!336
-
- Oct 03, 2020
-
-
Stephan Seitz authored
-
- Sep 30, 2020
-
-
Michael Kuron authored
-
- Sep 29, 2020
-
-
Markus Holzer authored
lbmpy Code Generation Tutorials See merge request walberla/walberla!330
-
Markus Holzer authored
-
Markus Holzer authored
-
Stephan Seitz authored
-
Frederik Hennig authored
-
- Sep 28, 2020
-
-
Frederik Hennig authored
-
Christoph Schwarzmeier authored
-
Markus Holzer authored
-
- Sep 25, 2020
-
-
Frederik Hennig authored
-