diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-04 22:18:11 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-04 22:18:16 +0200 |
| commit | 7c2b3e234409da04d2bf943c35a83e4a8f049e8d (patch) | |
| tree | c8126a707bcda1d818d5131ad4108543719c4e8c | |
| parent | 360bd807b005531d53f5cf5a702535867b4d9d0f (diff) | |
| download | libs-lbm-7c2b3e234409da04d2bf943c35a83e4a8f049e8d.tar.gz | |
hlbm momentum?
| -rw-r--r-- | lib/core/c++/hlbm.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
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<typename T, typename Descriptor, typename Encode> @@ -153,5 +155,14 @@ public: } }; + +template<typename T, typename Desc, typename Encode> +class component<T, Desc, cmpt::HlbmParticle, Encode> final { +public: + template<typename CellFieldSchema, typename MacroFieldSchema, typename ParticleSchema> + void apply(const saw::data<CellFieldSchema, Encode>& field, const saw::data<MacroFieldSchema,Encode>& macros, const saw::data<ParticleSchema,Encode>& part_group, saw::data<sch::FixedArray<sch::UInt64,1u>> index, saw::data<sch::UInt64> time_step) const { + // + } +}; } } |
