Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Commits
3be62f50
Commit
3be62f50
authored
2 years ago
by
Anna Wellmann
Browse files
Options
Downloads
Patches
Plain Diff
Remove comments from D3Q27.h
parent
384bb51b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!120
Change the order of the distributions (D3Q27) and use the same names as in CPU
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/gpu/GridGenerator/grid/distributions/D3Q27.h
+3
-2
3 additions, 2 deletions
src/gpu/GridGenerator/grid/distributions/D3Q27.h
src/gpu/VirtualFluids_GPU/LBM/D3Q27.h
+31
-30
31 additions, 30 deletions
src/gpu/VirtualFluids_GPU/LBM/D3Q27.h
with
34 additions
and
32 deletions
src/gpu/GridGenerator/grid/distributions/D3Q27.h
+
3
−
2
View file @
3be62f50
...
...
@@ -33,6 +33,9 @@
#ifndef D3Q27_H_
#define D3Q27_H_
#define DIR_27_START 0
#define DIR_27_END 26
#define DIR_27_E 0
#define DIR_27_W 1
#define DIR_27_N 2
...
...
@@ -64,8 +67,6 @@
#define DIR_27_ZERO 26
#define DIR_27_START 0
#define DIR_27_END 26
...
...
This diff is collapsed.
Click to expand it.
src/gpu/VirtualFluids_GPU/LBM/D3Q27.h
+
31
−
30
View file @
3be62f50
...
...
@@ -5,36 +5,37 @@
#define dirSTART 0
#define dirEND 26
#define dirE
/*f1 */
0
#define dirW
/*f2 */
1
#define dirN
/*f3 */
2
#define dirS
/*f4 */
3
#define dirT
/*f5 */
4
#define dirB
/*f6 */
5
#define dirNE
/*f7 */
6
#define dirSW
/*f8 */
7
#define dirSE
/*f9 */
8
#define dirNW
/*f10*/
9
#define dirTE
/*f11*/
10
#define dirBW
/*f12*/
11
#define dirBE
/*f13*/
12
#define dirTW
/*f14*/
13
#define dirTN
/*f15*/
14
#define dirBS
/*f16*/
15
#define dirBN
/*f17*/
16
#define dirTS
/*f18*/
17
#define dirTNE
/*f */
18
#define dirTNW
/*f */
19
#define dirTSE
/*f */
20
#define dirTSW
/*f */
21
#define dirBNE
/*f */
22
#define dirBNW
/*f */
23
#define dirBSE
/*f */
24
#define dirBSW
/*f */
25
#define dirZERO
/*f0 */
26
#define dirREST
/*f0 */
26
#define dirE 0
#define dirW 1
#define dirN 2
#define dirS 3
#define dirT 4
#define dirB 5
#define dirNE 6
#define dirSW 7
#define dirSE 8
#define dirNW 9
#define dirTE 10
#define dirBW 11
#define dirBE 12
#define dirTW 13
#define dirTN 14
#define dirBS 15
#define dirBN 16
#define dirTS 17
#define dirTNE 18
#define dirTNW 19
#define dirTSE 20
#define dirTSW 21
#define dirBNE 22
#define dirBNW 23
#define dirBSE 24
#define dirBSW 25
#define dirZERO 26
#define dirREST 26
#endif
...
...
This diff is collapsed.
Click to expand it.
Anna Wellmann
@a.wellmann
mentioned in commit
f1099c42
·
2 years ago
mentioned in commit
f1099c42
mentioned in commit f1099c42005e0664b3ee3106fdb25f41e5144fdd
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment