Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fluidparticles
MigFlow
Commits
d6572087
Commit
d6572087
authored
Jan 07, 2022
by
Michel Henry
Browse files
fix closure p2
parent
8c797970
Pipeline
#10098
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
fluid/fluid_problem_fem.c
View file @
d6572087
...
...
@@ -5,7 +5,7 @@
static
int
CLOSURE_TRIANGLE_P1
[
12
]
=
{
0
,
1
,
1
,
2
,
2
,
0
,
1
,
0
,
2
,
1
,
0
,
2
};
static
int
CLOSURE_TRIANGLE_P2
[
18
]
=
{
0
,
1
,
3
,
2
,
2
,
4
,
2
,
0
,
5
,
1
,
0
,
3
,
2
,
1
,
4
,
0
,
2
,
5
};
static
int
CLOSURE_TRIANGLE_P2
[
18
]
=
{
0
,
1
,
3
,
1
,
2
,
4
,
2
,
0
,
5
,
1
,
0
,
3
,
2
,
1
,
4
,
0
,
2
,
5
};
static
double
XI_TRIANGLE_P1
[][
D
]
=
{
{
0
.
0
,
0
.
0
},{
1
.
0
,
0
.
0
},{
0
.
0
,
1
.
0
}};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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