From 92f5645809449f56c39c0e4c6c29045b8a4acea6 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 16 Feb 2026 14:39:38 +0100 Subject: Dangling changes --- examples/poiseulle_particles_2d_gpu/sim.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/poiseulle_particles_2d_gpu/sim.cpp') diff --git a/examples/poiseulle_particles_2d_gpu/sim.cpp b/examples/poiseulle_particles_2d_gpu/sim.cpp index 6d5452e..887c476 100644 --- a/examples/poiseulle_particles_2d_gpu/sim.cpp +++ b/examples/poiseulle_particles_2d_gpu/sim.cpp @@ -158,7 +158,8 @@ 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.6}; + component> collision{0.6}; + // component> collision{0.6}; component> bb; saw::data> rho_b; @@ -329,7 +330,7 @@ saw::error_or lbm_main(int argc, char** argv){ } } sycl_q.wait(); - saw::data time_steps{256ul}; + saw::data time_steps{2048ul}; for(saw::data i{0u}; i < time_steps and krun; ++i){ { -- cgit v1.2.3