- Jan 07, 2021
-
-
Sebastian Eibl authored
-
Dominik Thoennes authored
Added ifs in CMake See merge request walberla/walberla!389
-
- Jan 05, 2021
-
-
Markus Holzer authored
-
- Dec 31, 2020
-
-
Markus Holzer authored
Fix MSVC 14.1 nightly builds See merge request walberla/walberla!386
-
- Dec 30, 2020
-
-
Michael Kuron authored
- OpenMP pragma parser bug - std::string doesn’t like to be aligned to more than 256 bits
-
- Dec 29, 2020
-
-
Michael Kuron authored
Add block data See merge request !384
-
-
- Dec 28, 2020
-
-
Markus Holzer authored
Replace Boost with C++17 See merge request walberla/walberla!373
-
Some optional components use Boost MultiArray and PropertyTree, so we still include the headers if available. We also still search std::experimental for any, filesystem and optional because some otherwise C++17-compliant compilers did not support them in std until recently.
-
- Dec 22, 2020
-
-
Sebastian Eibl authored
Silence warnings in mpi.h for (mpich and clang12) See merge request walberla/walberla!353
-
Christoph Rettinger authored
[ADD] necessary particle properties for VBond model See merge request walberla/walberla!381
-
Markus Holzer authored
Align to __BIGGEST_ALIGNMENT__ (GCC, Clang, Intel) or to 512 bits See merge request walberla/walberla!363
-
for AVX512 compatibility via pystencils Intel always sets __BIGGEST_ALIGNMENT__ to 64, irrespective of what instruction set is enabled
-
Sebastian Eibl authored
[FIX] remove merge request stage See merge request walberla/walberla!383
-
- Dec 20, 2020
-
-
Dominik Thoennes authored
[FIX] removing potentially wrong filenames in doxygen comment See merge request walberla/walberla!374
-
- Dec 19, 2020
-
-
Sebastian Eibl authored
This check seems to be buggy and often crashes clang-tidy.
-
-
- Dec 18, 2020
-
-
Michael Kuron authored
Python coupling patch See merge request !376
-
-
Dominik Thoennes authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
Added rotate method to MeshOperations See merge request !372
-
- Dec 17, 2020
-
-
Dominik Thoennes authored
Python coupling Closes #102 See merge request !352
-
also clean up some old leftovers nearby
-
Sebastian Eibl authored
The default target of \file is the current file.
-
- Dec 11, 2020
-
-
Christoph Schwarzmeier authored
enable clang-tidy 11 See merge request !367
-
-
Christoph Rettinger authored
[ADD] PFCDamping kernel to mesa_pd See merge request !369
-
- Dec 10, 2020
-
-
Christian Vögl authored
-
Sebastian Eibl authored
-
Michael Kuron authored
Exclude FluctuatingMRT test when using OPTIMIZE_FOR_LOCALHOST See merge request !370
-
-
Christoph Rettinger authored
reworked accuracy test of mesa_pd integrators See merge request !368
-
- Dec 09, 2020
-
-
Sebastian Eibl authored
- checking order of integrator - checking energy conservation - added semi implicit euler - improved documentation - playground for integrator analysis
-
- Dec 08, 2020
-
-
Markus Holzer authored
Remove copy pasta from boundary generation See merge request !357
-
-
- Nov 24, 2020
-
-
Sebastian Eibl authored
Fix typo in PhantomBlock.h (WALBERLA_USE_STD_ANY guard) See merge request walberla/walberla!361
-
-
- Nov 22, 2020
-
-
Markus Holzer authored
Switch codegen MRT tests to Schiller force model See merge request walberla/walberla!364
-
-