summaryrefslogtreecommitdiff
path: root/lib/core
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-12-10 17:08:14 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-12-10 17:08:14 +0100
commit434607c33deab6ad91cfeb203050138c108958ed (patch)
treebd5a5ea6733b8f7a87756b1d75632b56dfecb853 /lib/core
parenteeb01452fe46fcb5efdc9c34b660305262097ca4 (diff)
downloadlibs-lbm-dev.tar.gz
Geometry for poiseulle setupdev
Diffstat (limited to 'lib/core')
-rw-r--r--lib/core/tests/particles.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/core/tests/particles.cpp b/lib/core/tests/particles.cpp
index 60cdc14..79a6471 100644
--- a/lib/core/tests/particles.cpp
+++ b/lib/core/tests/particles.cpp
@@ -10,7 +10,7 @@ using namespace kel::lbm::sch;
using T = Float64;
}
-SAW_TEST("Verlet step"){
+SAW_TEST("Verlet step 2D - Planar"){
using namespace kel;
@@ -29,6 +29,7 @@ SAW_TEST("Verlet step"){
SAW_EXPECT(pos.at({{0}}).get() == 0.25, std::string{"Incorrect Pos X: "} + std::to_string(pos.at({{0}}).get()));
SAW_EXPECT(pos.at({{1}}).get() == 0.0, std::string{"Incorrect Pos Y: "} + std::to_string(pos.at({{1}}).get()));
}
+
/*
SAW_TEST("Minor Test for mask"){
using namespace kel;