diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-03-02 21:10:46 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-03-02 21:10:46 +0100 |
| commit | 971250070e7b27590d215de54116f3990ab8ff5a (patch) | |
| tree | b4c4ccf1986251263425993b0fb879ddd829b3d5 /examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp | |
| parent | 0b475ddb7d1557fad9f9455d189ec87d434f7670 (diff) | |
| download | libs-lbm-971250070e7b27590d215de54116f3990ab8ff5a.tar.gz | |
Adding bluring for masks
Diffstat (limited to 'examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp')
| -rw-r--r-- | examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp b/examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp index e4c6de6..7ac663f 100644 --- a/examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp +++ b/examples/poiseulle_particles_channel_2d/poiseulle_particles_channel_2d.cpp @@ -603,7 +603,7 @@ void lbm_step( } /** - * 2-Way coupling through trinlinearity + * 2-Way coupling through bilinearity (n-linearity) * o -- o * | | * | | |
