Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RudolfWeeber
lbmpy
Commits
b6a765a0
Commit
b6a765a0
authored
Oct 11, 2019
by
Martin Bauer
Browse files
Definition of larger neighborhood D2V* stencils
parent
e49fa030
Changes
1
Hide whitespace changes
Inline
Side-by-side
lbmpy/stencils.py
View file @
b6a765a0
...
...
@@ -37,6 +37,18 @@ get_stencil.data = {
(
1
,
1
),
(
-
1
,
-
1
),
(
-
1
,
1
),
(
1
,
-
1
),
)
},
'D2V17'
:
{
'walberla'
:
(
(
0
,
0
),
(
0
,
-
1
),
(
-
1
,
0
),
(
1
,
0
),
(
0
,
1
),
(
-
1
,
-
1
),
(
1
,
-
1
),
(
-
1
,
1
),
(
1
,
1
),
(
-
2
,
-
2
),
(
2
,
-
2
),
(
-
2
,
2
),
(
2
,
2
),
(
0
,
-
3
),
(
-
3
,
0
),
(
3
,
0
),
(
0
,
3
)),
},
'D2V37'
:
{
'walberla'
:
(
(
0
,
0
),
(
0
,
-
1
),
(
-
1
,
0
),
(
1
,
0
),
(
0
,
1
),
(
-
1
,
-
1
),
(
1
,
-
1
),
(
-
1
,
1
),
(
1
,
1
),
(
0
,
-
2
),
(
-
2
,
0
),
(
2
,
0
),
(
0
,
2
),
(
-
1
,
-
2
),
(
1
,
-
2
),
(
-
2
,
-
1
),
(
2
,
-
1
),
(
-
2
,
1
),
(
2
,
1
),
(
-
1
,
2
),
(
1
,
2
),
(
-
2
,
-
2
),
(
2
,
-
2
),
(
-
2
,
2
),
(
2
,
2
),
(
0
,
-
3
),
(
-
3
,
0
),
(
3
,
0
),
(
0
,
3
),
(
-
1
,
-
3
),
(
1
,
-
3
),
(
-
3
,
-
1
),
(
3
,
-
1
),
(
-
3
,
1
),
(
3
,
1
),
(
-
1
,
3
),
(
1
,
3
))
},
'D3Q15'
:
{
'walberla'
:
((
0
,
0
,
0
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment