- Sep 28, 2020
-
-
Frederik Hennig authored
-
Christoph Schwarzmeier authored
-
Markus Holzer authored
-
- Sep 25, 2020
-
-
Frederik Hennig authored
-
Frederik Hennig authored
-
Frederik Hennig authored
-
Frederik Hennig authored
-
Markus Holzer authored
-
- Sep 24, 2020
-
-
Christoph Schwarzmeier authored
-
- Sep 22, 2020
-
-
Frederik Hennig authored
-
- Sep 21, 2020
-
-
Frederik Hennig authored
-
- 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
-