From 7c2b3e234409da04d2bf943c35a83e4a8f049e8d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sat, 4 Jul 2026 22:18:11 +0200 Subject: hlbm momentum? --- lib/core/c++/hlbm.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/core/c++/hlbm.hpp b/lib/core/c++/hlbm.hpp index 726f2d8..df6f173 100644 --- a/lib/core/c++/hlbm.hpp +++ b/lib/core/c++/hlbm.hpp @@ -14,6 +14,8 @@ namespace cmpt { struct HlbmInit {}; struct Hlbm {}; struct HlbmParticle {}; + +struct HlbmOneParticleMomentumExchange {}; } template @@ -153,5 +155,14 @@ public: } }; + +template +class component final { +public: + template + void apply(const saw::data& field, const saw::data& macros, const saw::data& part_group, saw::data> index, saw::data time_step) const { + // + } +}; } } -- cgit v1.2.3