summaryrefslogtreecommitdiff
path: root/tests/particles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/particles.cpp')
-rw-r--r--tests/particles.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/particles.cpp b/tests/particles.cpp
index 6332195..873b8ad 100644
--- a/tests/particles.cpp
+++ b/tests/particles.cpp
@@ -31,4 +31,12 @@ SAW_TEST("Minor Test for mask"){
//saw::data<sch::Array<sch::T,2>> reference_mask{{{4+2,4+2}}};
//reference_mask.at({{0,0}});
}
+
+SAW_TEST("Verlet integration test"){
+ using namespace kel;
+ lbm::particle_system<sch::T,2,sch::Particle<sch::T,2>> system;
+
+ // system.step();
+
+}
}