diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-08 17:03:41 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-08 17:03:41 +0200 |
| commit | 51783ae88f88b2d70cd4e21961b1b3e9bda0d3e6 (patch) | |
| tree | 4344ea27d53b0935450a6dc31db356e413829f59 /examples/stokes_drag_particle_2d_hlbm_gpu | |
| parent | 8551a96ce0a7753cac5c7f3037f16b40ebad9b34 (diff) | |
| download | libs-lbm-51783ae88f88b2d70cd4e21961b1b3e9bda0d3e6.tar.gz | |
time step increase
Diffstat (limited to 'examples/stokes_drag_particle_2d_hlbm_gpu')
| -rw-r--r-- | examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp b/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp index 4d6029e..9c28d88 100644 --- a/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp +++ b/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp @@ -368,7 +368,7 @@ saw::error_or<void> lbm_main(int argc, char** argv){ auto lsd_view = make_view(lbm_sycl_data); auto lsdm_view = make_view(lbm_sycl_macro_data); - saw::data<sch::UInt64> time_steps{8u*4096ul}; + saw::data<sch::UInt64> time_steps{16u*4096ul}; auto& info_f = lsd_view.template get<"info">(); |
