- Jun 30, 2020
-
-
Michael Kuron authored
staggered boundary generation: direction index should point to fluid cell when inner_or_boundary=False In that case, the index vector contains the boundary cells, so the direction should point to the fluid cell. When inner_or_boundary=True, the index vector contains the fluid cells and the direction points to the boundary cell.
-
- Jun 23, 2020
-
-
Michael Kuron authored
[BUGFIX] missing executables See merge request walberla/walberla!296
-
- Jun 22, 2020
-
-
Sebastian Eibl authored
Since some benchmarks/tutorials are registered as tests they have to be built in order to run.
-
Michael Kuron authored
Allowed different field layouts in LBM codegen Closes #119 See merge request walberla/walberla!294
-
Christoph Rettinger authored
Added warning if no SIMD instruction could be determined, adapted field layouts in all tests and benchmarks
-
- Jun 20, 2020
-
-
Michael Kuron authored
-
- Jun 19, 2020
-
-
Markus Holzer authored
-
Michael Kuron authored
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-
Christoph Schwarzmeier authored
FFT: show error when using with MPI_COMM_WORLD See merge request walberla/walberla!293
-
Jan Hönig authored
enable mesa_pd codegen for ci See merge request walberla/walberla!292
-
Christoph Rettinger authored
heat conduction and thermal expansion showcase See merge request walberla/walberla!284
-
Dominik Thoennes authored
moved coverage image to local registry See merge request walberla/walberla!291
-
- Jun 18, 2020
-
-
Michael Kuron authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
Moved from heat capacity to specific heat to take into account individual mass of a particle.
-
Michael Kuron authored
Use serial I/O instead of MPI-IO for certain versions of OpenMPI See merge request walberla/walberla!282
-
-
- Jun 16, 2020
-
-
Dominik Thoennes authored
removed mrt3 from each test case See merge request walberla/walberla!287
-
Dominik Thoennes authored
optimize build time See merge request walberla/walberla!290
-
Dominik Thoennes authored
enable clang10 See merge request walberla/walberla!288
-
- Jun 15, 2020
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jun 11, 2020
-
-
Markus Holzer authored
-
- Jun 10, 2020
-
-
Dominik Thoennes authored
Renamed template parameter name. See merge request walberla/walberla!286
-
Christoph Schwarzmeier authored
See merge request walberla/walberla!285
-
Nils Kohl authored
The old name (REAL) caused problems when coupling the Trilinos library since some component has a global define with the same name.
-
Dominik Thoennes authored
Codegen and cuda Closes #116 See merge request walberla/walberla!277
-
Dominik Thoennes authored
use cuda as a first level language in CMake with `enable_language(CUDA)` enable tests where cuda and codegen are both activated various minor fixes
-