diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-25 19:40:33 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-25 19:40:33 +0200 |
| commit | 95b74577fe5c75e3e8497dc16241b7e6b8d30408 (patch) | |
| tree | 444455743b3576d327295a1d4bb796948a35fab9 /examples/one_particle_sedimentation_2d | |
| parent | 01a24574ebbe3d37feb95b94c06d573639c80704 (diff) | |
| download | libs-lbm-95b74577fe5c75e3e8497dc16241b7e6b8d30408.tar.gz | |
Vacationdev
Diffstat (limited to 'examples/one_particle_sedimentation_2d')
| -rw-r--r-- | examples/one_particle_sedimentation_2d/sim.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/one_particle_sedimentation_2d/sim.cpp b/examples/one_particle_sedimentation_2d/sim.cpp index 86a7b1c..db730d4 100644 --- a/examples/one_particle_sedimentation_2d/sim.cpp +++ b/examples/one_particle_sedimentation_2d/sim.cpp @@ -126,7 +126,7 @@ saw::error_or<void> lbm_main(const saw::data<args::LbmArgs>& args){ auto lsdm_view = make_view(lbm_sycl_macro_data); auto lsdp_view = make_view(lbm_sycl_particle_data); - saw::data<sch::UInt64> time_steps{1024ul * 1024ul}; + saw::data<sch::UInt64> time_steps{1024ul * 1024ul * 64ul}; auto& info_f = lsd_view.template get<"info">(); @@ -220,6 +220,7 @@ saw::error_or<void> k_main(int argc, char** argv){ } } auto& an = args.template get<"args">(); + auto& coupling = an.template get<"coupling">(); if(coupling.stl_view() == "hlbm"){ |
