diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-08 17:32:37 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-08 17:32:37 +0200 |
| commit | fe9fbe33df43ae9397c8cef311ff5f2f9afe8e1f (patch) | |
| tree | 1cd2efb8bea00e8ea495e244ed25884cde56eef5 /examples/stokes_drag_particle_2d_fplbm_gpu | |
| parent | 68c192ef581543d9e15bdae39599cc231b6abdaa (diff) | |
| parent | e67393d7fcc6e9aa1dfe10e3a6a0d087b9621678 (diff) | |
| download | libs-lbm-fe9fbe33df43ae9397c8cef311ff5f2f9afe8e1f.tar.gz | |
Merge branch 'dev'
Diffstat (limited to 'examples/stokes_drag_particle_2d_fplbm_gpu')
| -rw-r--r-- | examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<void> 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<T,Desc>(rho,vel); df = eq; |
