From 7a330f62088f391a6bee12bd703ff10bc11daea2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 5 Aug 2025 18:55:34 +0200 Subject: Fixing boundary issues --- c++/boundary.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'c++') diff --git a/c++/boundary.hpp b/c++/boundary.hpp index 4c17e3b..3cf6f3f 100644 --- a/c++/boundary.hpp +++ b/c++/boundary.hpp @@ -7,6 +7,12 @@ namespace kel { namespace lbm { namespace cmpt { struct BounceBack {}; + +template +struct ZouHeHorizontal{}; + +template +struct ZouHeVertical{}; } /** @@ -57,5 +63,11 @@ public: } } }; + +template +class component> final { +private: +public: +}; } } -- cgit v1.2.3