diff options
Diffstat (limited to 'examples/one_particle_sedimentation_2d/sim.cpp')
| -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"){ |
