From e67393d7fcc6e9aa1dfe10e3a6a0d087b9621678 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 8 Jul 2026 17:32:12 +0200 Subject: Force calculated --- examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/stokes_drag_particle_2d_fplbm_gpu') diff --git a/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp b/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp index 9e96219..0d6ebec 100644 --- a/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp +++ b/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp @@ -135,7 +135,6 @@ saw::error_or setup_initial_conditions( por_f.at(index).at({}) = {0}; 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