diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-06 01:37:28 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-06 01:37:33 +0200 |
| commit | 015e941a91552ce6ea4cde4507ec9451c3708e77 (patch) | |
| tree | 3e98fff4bad333affa55e082de0da759bad57229 /modules/core/tests/particles.cpp | |
| parent | 4fab8965692f75fea3cbbabb3381bfeb00511669 (diff) | |
| download | libs-lbm-015e941a91552ce6ea4cde4507ec9451c3708e77.tar.gz | |
dangling
Diffstat (limited to 'modules/core/tests/particles.cpp')
| -rw-r--r-- | modules/core/tests/particles.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/core/tests/particles.cpp b/modules/core/tests/particles.cpp index 133c343..f474e3b 100644 --- a/modules/core/tests/particles.cpp +++ b/modules/core/tests/particles.cpp @@ -276,6 +276,10 @@ SAW_TEST("Verlet integration test 2D"){ SAW_TEST("Spheroid Particle / AABB"){ using namespace kel; - + auto spheroid_pgrp = lbm::create_spheroid_particle_group<sch::Float64, lbm::coll::Spheroid<sch::Float64>>({},{},{8u}); + + auto res = lbm::particle_aabb<sch::Float64,sch::ParticleGroup<T,D,coll::Spheroid<T>>>::calculate(spheroid_pgrp); + + std::cout<<res<<std::endl; } } |
