- 31 Jan, 2020 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 24 Jan, 2020 1 commit
-
-
Martin Bauer authored
CI: Replace minimal-ubuntu job with ubuntu Closes pystencils#19 See merge request pycodegen/lbmpy!22
-
- 23 Jan, 2020 4 commits
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- 22 Jan, 2020 2 commits
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- 21 Jan, 2020 1 commit
-
-
Martin Bauer authored
- works on newer VS compiler locally - comment this test out until CI system is properly updated
-
- 20 Jan, 2020 1 commit
-
-
Michael Kuron authored
-
- 16 Jan, 2020 6 commits
-
-
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
-
- 09 Jan, 2020 4 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
Execute LBM scenario with OpenCL See merge request !13
-
Martin Bauer authored
Add custom timeloop_creation_function for LatticeBoltzmannStep See merge request !20
-
Martin Bauer authored
Skip some tests if waLBerla is not installed See merge request !18
-
- 19 Dec, 2019 4 commits
-
-
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 pycodegen/lbmpy!21
-
Michael Kuron authored
-
Stephan Seitz authored
-
- 11 Dec, 2019 1 commit
-
-
Martin Bauer authored
are much faster in certain setups
-
- 08 Dec, 2019 1 commit
-
-
Markus Holzer authored
With this update all derivatives are derived automatically with the functionality of pystencils. Furthermore more testcases are provided.
-
- 03 Dec, 2019 3 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- more time steps to get to stable solution
-
- 29 Nov, 2019 1 commit
-
-
Stephan Seitz authored
-
- 28 Nov, 2019 8 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
Use Gram-Schmidt for create_mrt_orthogonal Closes #5 See merge request pycodegen/lbmpy!17
-
Martin Bauer authored
- "mrt" now takes relaxation rates [shear, bulk, 3rd order, 4th order..] - deprecated "mrt3": use orthogonalized mrt now - fixed wrong test
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
shear previously ignored the diagonal moments and bulk didn't exist
-
Michael Kuron authored
- orthogonalize automatically if no moments from literature are provided - must specify whether weighted or unweighted orthogonality is desired
-
- 27 Nov, 2019 1 commit
-
-
Martin Bauer authored
Fluctuating MRT: requires weighted-orthogonal method Closes #6 See merge request pycodegen/lbmpy!15
-