- Jan 23, 2020
-
-
Michael Kuron authored
-
- Jan 22, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- 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 !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 pycodegen/lbmpy!18
-
- Dec 19, 2019
-
-
Martin Bauer authored
update of the kernel equations for the phase field model See merge request !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
-
- Dec 08, 2019
-
-
Markus Holzer authored
With this update all derivatives are derived automatically with the functionality of pystencils. Furthermore more testcases are provided.
-
- Dec 03, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- more time steps to get to stable solution
-
- Nov 29, 2019
-
-
Stephan Seitz authored
-
- Nov 28, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
Use Gram-Schmidt for create_mrt_orthogonal Closes #5 See merge request !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
-
- Nov 27, 2019
-
-
Martin Bauer authored
Fluctuating MRT: requires weighted-orthogonal method Closes #6 See merge request pycodegen/lbmpy!15
-
- Nov 21, 2019
-
-
Martin Bauer authored
Test for fluctuating LB, avg temperature and velocity distribution Closes #4 See merge request pycodegen/lbmpy!16
-
Michael Kuron authored
-
- Nov 20, 2019
-
-
RudolfWeeber authored
-
- Nov 18, 2019
-
-
Michael Kuron authored
-
Stephan Seitz authored
It compiles so it's correct I guess...
-
- Nov 17, 2019
-
-
Martin Bauer authored
-
- Nov 13, 2019
-
-
Martin Bauer authored
-