From 4968da9a05df5c10fb1f10655189ae251b38f92b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 30 Jul 2025 18:04:13 +0200 Subject: Way too many changes --- tests/particles.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/particles.cpp') 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 geo; - auto mask = geo.generate_mask(4,2); + auto mask = geo.generate_mask(16u,2); auto& grid = mask.template get<"grid">(); @@ -60,8 +60,8 @@ SAW_TEST("Verlet integration test"){ std::cout<{1e-2}); + for(uint64_t i = 0u; i < 36u; ++i){ + system.step(saw::data{1e-1}); { auto& p = system.at({0u}); -- cgit v1.2.3