summaryrefslogtreecommitdiff
path: root/c++/collide_and_stream.h
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-08-14 03:55:48 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-08-14 03:55:48 +0200
commit0ba2bc42e7ffaf71983dc9a8a1c59853c50a2cc2 (patch)
tree5e27fd07eb9c93c07493b34121f0b5c2036d9d9e /c++/collide_and_stream.h
parenta8f3da04b7d924d6bc8a38b15c7f0def4240a76a (diff)
c++: Going into the area of simple BGK Dynamics
Diffstat (limited to 'c++/collide_and_stream.h')
-rw-r--r--c++/collide_and_stream.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/c++/collide_and_stream.h b/c++/collide_and_stream.h
new file mode 100644
index 0000000..5682437
--- /dev/null
+++ b/c++/collide_and_stream.h
@@ -0,0 +1,9 @@
+#pragma once
+
+namespace kel {
+namespace lbm {
+class bgk_dynamics {
+
+};
+}
+}