summaryrefslogtreecommitdiff
path: root/examples/one_particle_sedimentation_2d/step.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-09-07 13:36:54 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-09-07 13:36:54 +0200
commit54dfad7ac102fe40d71d8818d77801160a7073c1 (patch)
tree9d931191117f54f2134b3ad3615e2092870a99ca /examples/one_particle_sedimentation_2d/step.hpp
parent576b566d09194e923f73e0aa5a576bfdb5cfe945 (diff)
downloadlibs-lbm-54dfad7ac102fe40d71d8818d77801160a7073c1.tar.gz
FpLbm two way couple doing weird thingsdev
Diffstat (limited to 'examples/one_particle_sedimentation_2d/step.hpp')
-rw-r--r--examples/one_particle_sedimentation_2d/step.hpp2
1 files changed, 1 insertions, 1 deletions
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<void> 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();