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_psm_gpu/sim.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'examples/poiseulle_particles_2d_psm_gpu') diff --git a/examples/poiseulle_particles_2d_psm_gpu/sim.cpp b/examples/poiseulle_particles_2d_psm_gpu/sim.cpp index ff636ca..a8aeabb 100644 --- a/examples/poiseulle_particles_2d_psm_gpu/sim.cpp +++ b/examples/poiseulle_particles_2d_psm_gpu/sim.cpp @@ -201,13 +201,10 @@ saw::error_or step( } - // auto coll_ev = 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; @@ -240,7 +237,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