From 0ba2bc42e7ffaf71983dc9a8a1c59853c50a2cc2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 14 Aug 2023 03:55:48 +0200 Subject: c++: Going into the area of simple BGK Dynamics --- c++/collide_and_stream.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 c++/collide_and_stream.h (limited to 'c++/collide_and_stream.h') 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 { + +}; +} +} -- cgit v1.2.3