diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-30 18:04:13 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-30 18:04:13 +0200 |
commit | 4968da9a05df5c10fb1f10655189ae251b38f92b (patch) | |
tree | 3f8fa3d1d4950e9969897138d904854189bdaab8 /tests/particles.cpp | |
parent | d9fb04fe614c67f5a7850fc3f32338757b1b2987 (diff) |
Way too many changes
Diffstat (limited to 'tests/particles.cpp')
-rw-r--r-- | tests/particles.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/particles.cpp b/tests/particles.cpp index 260caf0..edf00c1 100644 --- a/tests/particles.cpp +++ b/tests/particles.cpp @@ -16,7 +16,7 @@ SAW_TEST("Minor Test for mask"){ lbm::particle_circle_geometry<sch::T> geo; - auto mask = geo.generate_mask<sch::T>(4,2); + auto mask = geo.generate_mask<sch::T>(16u,2); auto& grid = mask.template get<"grid">(); @@ -60,8 +60,8 @@ SAW_TEST("Verlet integration test"){ std::cout<<std::endl; } - for(uint64_t i = 0u; i < 360u; ++i){ - system.step(saw::data<sch::T>{1e-2}); + for(uint64_t i = 0u; i < 36u; ++i){ + system.step(saw::data<sch::T>{1e-1}); { auto& p = system.at({0u}); |