diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-05 09:58:32 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-05 20:47:42 +0200 |
| commit | f8022a6131126bb43a96908933c8fa0f3fc2f009 (patch) | |
| tree | f568027ea949b8a6e32e46246ea7d67f5e830a81 /lib/core/c++/lbm.hpp | |
| parent | 8ed93f1768c313288eb43afd8aa2f1671a6bc7d8 (diff) | |
| download | libs-lbm-f8022a6131126bb43a96908933c8fa0f3fc2f009.tar.gz | |
Forced Particle LBM
Diffstat (limited to 'lib/core/c++/lbm.hpp')
| -rw-r--r-- | lib/core/c++/lbm.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/core/c++/lbm.hpp b/lib/core/c++/lbm.hpp index 29de83e..fbad908 100644 --- a/lib/core/c++/lbm.hpp +++ b/lib/core/c++/lbm.hpp @@ -2,8 +2,6 @@ #include "args.hpp" #include "schema.hpp" -#include "flatten.hpp" -#include "chunk.hpp" #include "descriptor.hpp" #include "boundary.hpp" #include "converter.hpp" @@ -12,6 +10,9 @@ #include "component.hpp" #include "environment.hpp" #include "equilibrium.hpp" +#include "flatten.hpp" +#include "fplbm.hpp" +#include "chunk.hpp" #include "iterator.hpp" #include "hlbm.hpp" #include "macroscopic.hpp" |
