- Nov 19, 2020
-
-
Markus Holzer authored
-
- Oct 30, 2020
-
-
Dominik Thoennes authored
Resolve "Error message wrong/misleading" Closes #123 See merge request walberla/walberla!358
-
Dominik Thoennes authored
-
Christoph Rettinger authored
Adaptive grid refinement for LBM and MESA-PD See merge request walberla/walberla!349
-
Sebastian Eibl authored
Add debug STL build in CI See merge request walberla/walberla!356
-
-
- Oct 29, 2020
-
-
Lukas Werner authored
-
Christoph Rettinger authored
Added Q criterion and vorticity calculation + VTK output to LBM fields See merge request walberla/walberla!344
-
- Oct 27, 2020
-
-
Michael Kuron authored
add user defined literal _r for real_t See merge request walberla/walberla!132
-
-
Lukas Werner authored
-
Lukas Werner authored
-
- Oct 26, 2020
-
-
Helen Schottenhamml authored
Added new LBM tutorial for backward facing step setup See merge request walberla/walberla!346
-
-
- Oct 23, 2020
-
-
Nils Kohl authored
added getResidentMemorySize to get how much memory is currently used See merge request walberla/walberla!351
-
Dominik Thoennes authored
introduce extra stage for merge requests See merge request walberla/walberla!342
-
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
-
Sebastian Eibl authored
-
- 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
-
-
Lukas Werner authored
-
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
-
Lukas Werner authored
-
- 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
-