From 9b1ccde40d24ac5e8e22557fc762283382d3e985 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 20 Mar 2026 15:38:47 +0100 Subject: Changing to anti bounce back --- examples/poiseulle_particles_2d_bgk_gpu/sim.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples/poiseulle_particles_2d_bgk_gpu/sim.cpp') diff --git a/examples/poiseulle_particles_2d_bgk_gpu/sim.cpp b/examples/poiseulle_particles_2d_bgk_gpu/sim.cpp index f5d3f72..6bf4f84 100644 --- a/examples/poiseulle_particles_2d_bgk_gpu/sim.cpp +++ b/examples/poiseulle_particles_2d_bgk_gpu/sim.cpp @@ -181,9 +181,8 @@ saw::error_or step( q.submit([&](acpp::sycl::handler& h){ // Need nicer things to handle the flow. I see improvement here component> collision{0.65}; - // component> collision{0.65}; - // component> collision{0.65}; component> bb; + component,encode::Sycl> abb; saw::data> rho_b; rho_b.at({}) = 1.0; @@ -216,7 +215,7 @@ saw::error_or step( case 0u: break; case 1u: - bb.apply(fields,index,t_i); + abb.apply(fields,index,t_i); break; case 2u: collision.apply(fields,macros,index,t_i); -- cgit v1.2.3