- Aug 16, 2019
-
-
Martin Bauer authored
- str(e) did work in previous pytest version - but the correct usage is str(e.value) - in newer pytest version the string for the e object is changed so the tests did not work any more
-
- Aug 14, 2019
-
-
Martin Bauer authored
Remove obsolete fluctuatinglb.method_with_rescaled_equilibrium_values See merge request !5
-
Michael Kuron authored
-
Martin Bauer authored
Fluctuating LB needs zero mean and unit variance random numbers See merge request !4
-
Michael Kuron authored
-
- Aug 12, 2019
-
-
Martin Bauer authored
Magic block offset symbols for Walberla Closes #2 See merge request !3
-
Michael Kuron authored
-
Martin Bauer authored
-
- Aug 09, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- variances from temperature - seed parameter - block offset parameter
-
- Aug 08, 2019
-
-
- Jul 26, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jul 23, 2019
-
-
Martin Bauer authored
-
- Jul 15, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jul 11, 2019
-
-
Martin Bauer authored
-
- Jul 01, 2019
-
-
Martin Bauer authored
-
- Jun 18, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- May 06, 2019
-
-
Martin Bauer authored
-
- May 05, 2019
-
-
Martin Bauer authored
-
- May 03, 2019
-
-
Martin Bauer authored
-
- Apr 28, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Apr 27, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Apr 26, 2019
-
-
Martin Bauer authored
- typos, more content - added numba to benchmark comparison
-
- Apr 24, 2019
-
-
Martin Bauer authored
-> replaced by 1e-16
-
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
-
- Apr 14, 2019
-
-
Martin Bauer authored
- style changes marked by flake - using newest kerncraft version
-
- Apr 03, 2019
-
-
Christoph Rettinger authored
-
- Mar 27, 2019
-
-
Martin Bauer authored
-