- Sep 16, 2020
-
-
Markus Holzer authored
-
- Sep 15, 2020
-
-
Frederik Hennig authored
-
Markus Holzer authored
-
- Sep 11, 2020
-
-
Frederik Hennig authored
-
- Sep 04, 2020
-
-
Frederik Hennig authored
-
- Sep 03, 2020
-
-
Frederik Hennig authored
-
Frederik Hennig authored
-
- Sep 02, 2020
-
-
Frederik Hennig authored
-
- Sep 01, 2020
-
-
Frederik Hennig authored
-
- Aug 28, 2020
-
-
Frederik Hennig authored
-
- Aug 26, 2020
-
-
Frederik Hennig authored
-
Frederik Hennig authored
-
- Aug 14, 2020
-
-
Markus Holzer authored
Code Generation for PDEs tutorial See merge request walberla/walberla!326
-
- Added folder 'codegen' to 'apps/tutorials' - Implemented heat equation code generation in python - Implemented C++ application for running the generated code - Added CMake build files for code generation tutorial
-
- Aug 12, 2020
-
-
Christoph Schwarzmeier authored
Update CMakeLists.txt See merge request walberla/walberla!328
-
-
- Aug 10, 2020
-
-
Dominik Thoennes authored
Disable dlopen trick on OpenMPI >= 3.0.0 See merge request walberla/walberla!325
-
- Aug 06, 2020
-
-
Michael Kuron authored
Suppress signedness warning in GPUField.impl.h See merge request walberla/walberla!322
-
Michael Kuron authored
DistanceComputations.h: include "core/logging/Logging.h" See merge request walberla/walberla!321
-
- Aug 05, 2020
-
-
Stephan Seitz authored
DistanceComputations.h uses logging macros but does not include the header unconditionally.
-
Stephan Seitz authored
nrOfGhostLayers_ is unsigned while all cell_idx_t calculations are signed.
-
Michael Kuron authored
Inline pe_coupling::overlapFractionPe See merge request walberla/walberla!315
-
Michael Kuron authored
-
- Aug 04, 2020
-
-
Michael Kuron authored
change docu image to gcc See merge request walberla/walberla!324
-
Christoph Rettinger authored
Fluctuating MRT: propagate the RNG counter to all copies of the lattice model See merge request walberla/walberla!320
-
Michael Kuron authored
-
- Aug 03, 2020
-
-
Michael Kuron authored
If a process started by mpiexec finishes too quickly, sometimes some of the other processes are not started. It is unclear whether this is an OpenMPI or macOS bug, but appears significantly more often since moving from macOS 10.13 to 10.15. OpenMPI 4.0.1 and 3.0.0 both show the issue on macOS 10.15.
-
- Jul 31, 2020
-
-
Michael Kuron authored
-
- Jul 30, 2020
-
-
Workaround for https://github.com/open-mpi/ompi/issues/5798
-
- Jul 29, 2020
-
-
Dominik Thoennes authored
-
- Jul 27, 2020
-
-
Dominik Thoennes authored
Update CMake boost python logic and std::filesystem usage See merge request walberla/walberla!319
-
- Jul 25, 2020
-
-
Michael Kuron authored
-
- Jul 24, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- Jul 23, 2020
-
-
Michael Kuron authored
The two-argument version was removed late in the standardization process
-
Michael Kuron authored
We need to have at least one other required library, otherwise FindBoost will consider itself successful even if it didn't find anything. Also, add Python 3.8 support by using the Python version numbers as library version numbers.
-
- Jul 22, 2020
-
-
Markus Holzer authored
Adapting flake8 formatig for python files See merge request walberla/walberla!317
-
- Jul 21, 2020
-
-
Sebastian Eibl authored
[BUGFIX] caching of buffers can lead to dead locks See merge request walberla/walberla!318
-
- Jul 20, 2020
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
If load balancing changes the neighborhood, caching of receive buffers can lead to dead locks.
-