- 27 Feb, 2020 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 22 Feb, 2020 2 commits
-
-
Martin Bauer authored
- corrected sorting 0.2.10 > 0.2.2
-
Martin Bauer authored
Make member variables of Boundary.tmpl.h public See merge request !6
-
- 21 Feb, 2020 4 commits
-
-
Christoph Rettinger authored
-
Christoph Rettinger authored
Fix in fluctuation test See merge request !9
-
Christoph Rettinger authored
-
Christoph Rettinger authored
Fixed floating point precision generation See merge request !8
-
- 20 Feb, 2020 1 commit
-
-
Christoph Rettinger authored
-
- 13 Feb, 2020 1 commit
-
-
Stephan Seitz authored
Use StrictUndefined to raise errors upon undefined variables See merge request !7
-
- 07 Feb, 2020 1 commit
-
-
Stephan Seitz authored
-
- 31 Jan, 2020 1 commit
-
-
Stephan Seitz authored
-
- 29 Jan, 2020 2 commits
-
-
Stephan Seitz authored
This reverts commit 46f49143.
-
Stephan Seitz authored
- stop clang from bitching around due to floating point conversions - support empty initializer lists (don't print single `,`)
-
- 30 Sep, 2019 1 commit
-
-
Martin Bauer authored
Hotfix! for creation of wrong index when using generate_boundary in 2D See merge request !3
-
- 27 Sep, 2019 1 commit
-
-
Markus Holzer authored
-
- 15 Aug, 2019 2 commits
-
-
Martin Bauer authored
Only set block_offsets if it is actually needed See merge request !2
-
Michael Kuron authored
-
- 12 Aug, 2019 4 commits
-
-
Martin Bauer authored
Provide block offsets to generated lattice models See merge request !1
-
Michael Kuron authored
needed for RNG
-
Martin Bauer authored
-
Martin Bauer authored
-
- 01 Aug, 2019 1 commit
-
-
Martin Bauer authored
-
- 29 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 26 Jul, 2019 1 commit
-
-
Martin Bauer authored
- previously a LatticeBoltzmannMethod object was required to generate a lattice model for waLBerla - problem: output fields, smagorinsky, entropic additions are only done when coverting the method to a collision rule - the new interface now takes a collision rule instead of a LB method to adapt your app have a look at example usage in walberla/tests/lbm/codegen
-
- 23 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 11 Jul, 2019 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 15 May, 2019 1 commit
-
-
Martin Bauer authored
-
- 09 May, 2019 3 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
they can be changed while the simulation is running
-
- 05 May, 2019 1 commit
-
-
Martin Bauer authored
-
- 03 May, 2019 1 commit
-
-
Martin Bauer authored
-
- 28 Apr, 2019 4 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- 24 Apr, 2019 1 commit
-
-
Martin Bauer authored
- turned on restrict keyword by default (makes large difference on GPUs) - smarter block indexing: changing block size depending on domain size Example: previously there where (1,1,1) blocks when requested block size was (64, 1, 1) and domain size (1, 512, 512), now the block size is changed automatically to (1, 64, 1) in this case - added __lauch_bounds__ to kernels to allow better optimizations from the CUDA compiler
-
- 18 Apr, 2019 1 commit
-
-
Martin Bauer authored
- missing pragma once added - static variable to member in overlap sweep, when called with changing block sizes this lead to wrong results
-