From ec19b2e871133bc8c2f2c75d09000c4865acfde2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 6 Jul 2026 16:27:52 +0200 Subject: Fixing the particle size in fplbm --- examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp') diff --git a/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp b/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp index 78e7ba5..0a9b2fb 100644 --- a/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp +++ b/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp @@ -206,7 +206,7 @@ saw::error_or step( saw::data> eps; eps.at({}).set(1.5f); saw::data> rad; - rad.at({}).set(dim_y*0.1); + rad.at({}).set(dim_y*0.1/4.0); saw::data> p_pos; { p_pos.at({{0u}}) = dim_x * 0.5; -- cgit v1.2.3