From 14dd342782540607cdc08f718700cd7917c017fc Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 8 Jul 2026 18:55:16 +0200 Subject: Need that, well. no clue how to fix it though :/ --- examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/stokes_drag_particle_2d_hlbm_gpu') diff --git a/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp b/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp index 6166aa1..9c28d88 100644 --- a/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp +++ b/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp @@ -132,6 +132,7 @@ saw::error_or setup_initial_conditions( por_f.at(index).at({}) = {1}; rho.at({}) = {1}; auto& vel = vel_f.at(index); + vel.at({{0u}}) = 0.0002f; auto eq = equilibrium(rho,vel); df = eq; -- cgit v1.2.3