diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-30 23:52:02 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-30 23:52:02 +0200 |
| commit | 2bae8b93faf614b1acb5df7269087b4f3786da5a (patch) | |
| tree | a6db1328ed035c6130b6b29110e0891f6c78c7e4 /examples/poiseulle_particles_2d_bgk_gpu | |
| parent | b88d59477a7973bdee102aaf0e26c13c9059048b (diff) | |
| download | libs-lbm-2bae8b93faf614b1acb5df7269087b4f3786da5a.tar.gz | |
Final run
Diffstat (limited to 'examples/poiseulle_particles_2d_bgk_gpu')
| -rw-r--r-- | examples/poiseulle_particles_2d_bgk_gpu/sim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/poiseulle_particles_2d_bgk_gpu/sim.cpp b/examples/poiseulle_particles_2d_bgk_gpu/sim.cpp index 73964b7..ef4639e 100644 --- a/examples/poiseulle_particles_2d_bgk_gpu/sim.cpp +++ b/examples/poiseulle_particles_2d_bgk_gpu/sim.cpp @@ -171,7 +171,7 @@ saw::error_or<void> step( // auto coll_ev = q.submit([&](acpp::sycl::handler& h){ // Need nicer things to handle the flow. I see improvement here - component<T,Desc,cmpt::BGK, encode::Sycl<saw::encode::Native>> collision{0.65}; + component<T,Desc,cmpt::BGK, encode::Sycl<saw::encode::Native>> collision{0.8}; component<T,Desc,cmpt::BounceBack,encode::Sycl<saw::encode::Native>> bb; component<T,Desc,cmpt::AntiBounceBack<0u>,encode::Sycl<saw::encode::Native>> abb; |
