diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-29 22:44:03 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-29 22:44:03 +0200 |
| commit | b88d59477a7973bdee102aaf0e26c13c9059048b (patch) | |
| tree | 975b4c018d446d0fa441099128211dbabefacbe6 /examples/poiseulle_particles_2d_psm_gpu/sim.cpp | |
| parent | bec95825e78dc1171c337f2c40790e1ad5676f54 (diff) | |
| download | libs-lbm-b88d59477a7973bdee102aaf0e26c13c9059048b.tar.gz | |
Fixing psm resolution into fiedldev
Diffstat (limited to 'examples/poiseulle_particles_2d_psm_gpu/sim.cpp')
| -rw-r--r-- | examples/poiseulle_particles_2d_psm_gpu/sim.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/poiseulle_particles_2d_psm_gpu/sim.cpp b/examples/poiseulle_particles_2d_psm_gpu/sim.cpp index e91686c..b3ea7ae 100644 --- a/examples/poiseulle_particles_2d_psm_gpu/sim.cpp +++ b/examples/poiseulle_particles_2d_psm_gpu/sim.cpp @@ -169,6 +169,7 @@ saw::error_or<void> setup_initial_conditions( p_pos.at({{1u}}) = dim_y * 0.5; } + /* component<T,Desc,cmpt::OneParticleAt> opa{p_pos,rad,eps}; iterator<Desc::D>::apply( [&](auto& index){ @@ -177,6 +178,7 @@ saw::error_or<void> setup_initial_conditions( {},// 0-index df_f.get_dims() ); + */ /* iterator<Desc::D>::apply( |
