diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-02-25 20:33:36 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-02-25 20:33:36 +0100 |
| commit | 2ac145b3bb6d2de3887ab08e0cf26423b5e6c5ee (patch) | |
| tree | 982dbf24a97609dee82bf2ebc451140f2c1af89b /examples/poiseulle_particles_2d_gpu | |
| parent | 0e68b9b33fc84528bcef2774b8fe34da5b600b55 (diff) | |
| download | libs-lbm-2ac145b3bb6d2de3887ab08e0cf26423b5e6c5ee.tar.gz | |
Changes to run, reworking meta reporting for easier estimation of
runtime parameters
Diffstat (limited to 'examples/poiseulle_particles_2d_gpu')
| -rw-r--r-- | examples/poiseulle_particles_2d_gpu/sim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/poiseulle_particles_2d_gpu/sim.cpp b/examples/poiseulle_particles_2d_gpu/sim.cpp index ae197f9..01fec89 100644 --- a/examples/poiseulle_particles_2d_gpu/sim.cpp +++ b/examples/poiseulle_particles_2d_gpu/sim.cpp @@ -316,7 +316,7 @@ saw::error_or<void> lbm_main(int argc, char** argv){ {{1.0}} }; - print_lbm_meta<T,Desc>(conv,{0.01}); + print_lbm_meta<T,Desc>(conv,{0.01},{0.1},{1024.0}); // saw::data<sch::FixedArray<sch::UInt64,Desc::D>> meta{{dim_x,dim_y}}; auto lbm_data_ptr = saw::heap<saw::data<sch::ChunkStruct<T,Desc>>>(); |
