From a980da34513a9ad41e309e66432fcb80ddaf2e31 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 8 Oct 2025 11:03:22 +0200 Subject: change comment --- .../poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp') diff --git a/examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp b/examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp index 096e45e..f3caf3a 100644 --- a/examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp +++ b/examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp @@ -611,7 +611,8 @@ void lbm_step( * 1. Transform from lagrangian to euler grid * 2. Cast down to index (x,y). * 3. calculate distance to each neighbour node. (x,y),(x+1,y),(x,y+1),(x+1,y+1) - * 4. Write calculated forces. Atomicly of course. + * 4. Trilinear interpolation + * 5. Write calculated forces. Atomicly of course. */ -- cgit v1.2.3