From 54dfad7ac102fe40d71d8818d77801160a7073c1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 7 Sep 2026 13:36:54 +0200 Subject: FpLbm two way couple doing weird things --- examples/one_particle_sedimentation_2d/step.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/one_particle_sedimentation_2d/step.hpp') diff --git a/examples/one_particle_sedimentation_2d/step.hpp b/examples/one_particle_sedimentation_2d/step.hpp index 86064ae..c3a3b8a 100644 --- a/examples/one_particle_sedimentation_2d/step.hpp +++ b/examples/one_particle_sedimentation_2d/step.hpp @@ -175,7 +175,7 @@ saw::error_or step( index.at({{i}}).set(idx[i]); } - fplbm_one_part.apply(fields,macros,particles,index,t_i,{16u}); + fplbm_one_part.apply(fields,macros,particles,index,t_i,{32u}); }); }).wait(); -- cgit v1.3.1