From bff15d076515b93621a66fe93f58d4d3221c23c7 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 12 Aug 2026 09:49:29 +0200 Subject: Preparing cleanup of boundarz and yesterdays changes --- modules/core/c++/boundary/common.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/core/c++/boundary/common.hpp (limited to 'modules/core/c++/boundary') diff --git a/modules/core/c++/boundary/common.hpp b/modules/core/c++/boundary/common.hpp new file mode 100644 index 0000000..3feb451 --- /dev/null +++ b/modules/core/c++/boundary/common.hpp @@ -0,0 +1,8 @@ +#pragma once + +#include "../common.hpp" + +namespace kel { +namespace lbm { +} +} -- cgit v1.2.3 From 919f5a625c5efeea94c0dd0de5039a27e77d3fac Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 12 Aug 2026 13:33:42 +0200 Subject: Fixing Pressure ZouHe, but also forgot that I wanted to move to momentum --- modules/core/c++/boundary/zou_he_pressure.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/core/c++/boundary/zou_he_pressure.hpp (limited to 'modules/core/c++/boundary') diff --git a/modules/core/c++/boundary/zou_he_pressure.hpp b/modules/core/c++/boundary/zou_he_pressure.hpp new file mode 100644 index 0000000..7fc8591 --- /dev/null +++ b/modules/core/c++/boundary/zou_he_pressure.hpp @@ -0,0 +1,9 @@ +#pragma once + +#include "common.hpp" + +namespace kel { +namespace lbm { + +} +} -- cgit v1.2.3