From 60fb118680cf773dd5db44a4930bab4b4c119deb Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 20 Apr 2025 19:23:02 +0200 Subject: Moved file and added build description --- examples/meta_2d.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/meta_2d.cpp (limited to 'examples/meta_2d.cpp') diff --git a/examples/meta_2d.cpp b/examples/meta_2d.cpp new file mode 100644 index 0000000..5aa39f4 --- /dev/null +++ b/examples/meta_2d.cpp @@ -0,0 +1,14 @@ +#include "../c++/lbm.hpp" + +int main(int argc, char** argv){ + using namespace kel::lbm; + + converter conv{ + {0.1}, + {0.1} + }; + + print_lbm_meta>(conv, {1e-5}); + + return 0; +} -- cgit v1.2.3