- Mar 12, 2020
-
-
Stephan Seitz authored
Actually test GPU in test_boundary_handling.test_simple See merge request pycodegen/lbmpy!25
-
Stephan Seitz authored
Add test to compare results from OpenCL, CPU, CUDA in a full LBM simulation See merge request pycodegen/lbmpy!26
-
- Feb 27, 2020
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
Fix pip installation See merge request !27
-
-
- Feb 25, 2020
-
-
Stephan Seitz authored
For some reason their result does not agree with the calculated reference velocity. Did not check for the analytical solution.
-
- Feb 23, 2020
-
-
Stephan Seitz authored
Was only allocating buffers for GPU but then doing boundary handling on CPU
-
- Feb 22, 2020
-
-
Martin Bauer authored
- corrected sorting 0.2.10 > 0.2.2
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
Enable iterative initialization for target='opencl' See merge request !24
-
- Jan 31, 2020
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jan 24, 2020
-
-
Stephan Seitz authored
-
Martin Bauer authored
CI: Replace minimal-ubuntu job with ubuntu Closes pystencils#19 See merge request !22
-
- Jan 23, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- Jan 22, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- Jan 21, 2020
-
-
Martin Bauer authored
- works on newer VS compiler locally - comment this test out until CI system is properly updated
-
- Jan 20, 2020
-
-
Michael Kuron authored
-
- Jan 16, 2020
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- test_serial_scenarios already tested if waLBerla is available by catching ImportErrors - importorskip from pytest throws another exception, which is not part of the public API -> catching all exceptions - which is not really elegant but works
-
Martin Bauer authored
-
Martin Bauer authored
- also for default MRT methods its better to use symbolic RR's instead of inserting numeric values for them - but then the simplification strategy developed for SRT/TRT has to be disabled - this commit introduces two new options: - simplification='auto' or a custom SimplificationStrategy - 'keep_rrs_symbolic'=True, by default now RRs are left symbolic
-
- Jan 09, 2020
-
-
Martin Bauer authored
-
Martin Bauer authored
Execute LBM scenario with OpenCL See merge request pycodegen/lbmpy!13
-
Martin Bauer authored
Add custom timeloop_creation_function for LatticeBoltzmannStep See merge request pycodegen/lbmpy!20
-
Martin Bauer authored
Skip some tests if waLBerla is not installed See merge request pycodegen/lbmpy!18
-
- Dec 19, 2019
-
-
Martin Bauer authored
update of the kernel equations for the phase field model See merge request pycodegen/lbmpy!19
-
Martin Bauer authored
minor documentation fix for Shan-Chen See merge request !21
-
Michael Kuron authored
-
Stephan Seitz authored
-
- Dec 11, 2019
-
-
Martin Bauer authored
are much faster in certain setups
-