diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-12-10 17:08:14 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-12-10 17:08:14 +0100 |
| commit | 434607c33deab6ad91cfeb203050138c108958ed (patch) | |
| tree | bd5a5ea6733b8f7a87756b1d75632b56dfecb853 /lib/core | |
| parent | eeb01452fe46fcb5efdc9c34b660305262097ca4 (diff) | |
| download | libs-lbm-dev.tar.gz | |
Geometry for poiseulle setupdev
Diffstat (limited to 'lib/core')
| -rw-r--r-- | lib/core/tests/particles.cpp | 3 |
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; |
