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
Aland, Sebastian
amdis
Commits
aeeb6361
Commit
aeeb6361
authored
May 31, 2010
by
Thomas Witkowski
Browse files
Bugfix for 2D-deg3 multi-mesh method.
parent
c016363c
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ElInfo2d.cc
View file @
aeeb6361
...
...
@@ -45,27 +45,27 @@ namespace AMDiS {
double
ElInfo2d
::
mat_d3_left_val
[
10
][
10
]
=
{{
0.0
,
1.0
,
0.0
,
0.3125
,
0.0
,
0.0
,
0.0625
,
0.0
,
0.0
,
0.0
},
{
0.0
,
0.0
,
0.0
,
0.0625
,
0.0
,
0.0
,
0.0625
,
0.0
,
0.0
,
0.0625
},
double
ElInfo2d
::
mat_d3_left_val
[
10
][
10
]
=
{{
0.0
,
1.0
,
-
0.0
625
,
0.3125
,
0.0
,
0.0
,
0.0625
,
0.0
,
0.0
,
-
0.0
625
},
{
0.0
,
0.0
,
-
0.0
625
,
0.0625
,
0.0
,
0.0
,
0.0625
,
0.0
,
0.0
,
0.0625
},
{
1.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
},
{
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.
0
,
0.0
,
0.0
,
0.
0
},
{
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
-
0.
25
,
0.0
,
0.0
,
-
0.
125
},
{
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.5
,
0.0
,
0.0
,
0.0
},
{
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.5
,
1.0
,
0.0
,
0.0
},
{
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.
0
,
0.0
,
1.0
,
0.375
},
{
0.0
,
0.0
,
0.5625
,
0.9375
,
1.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.1875
},
{
0.0
,
0.0
,
0.5625
,
0.
0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
},
{
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
-
0.
25
,
0.0
,
1.0
,
0.375
},
{
0.0
,
0.0
,
0.5625
,
0.9375
,
1.0
,
0.0
,
-
0.0
625
,
0.0
,
0.0
,
0.1875
},
{
0.0
,
0.0
,
0.5625
,
-
0.
3125
,
0.0
,
0.0
,
-
0.0
625
,
0.0
,
0.0
,
0.0
},
{
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
1.0
,
0.5
,
0.0
,
0.0
,
0.75
}};
mtl
::
dense2D
<
double
>
ElInfo2d
::
mat_d3_left
(
mat_d3_left_val
);
double
ElInfo2d
::
mat_d3_right_val
[
10
][
10
]
=
{{
0.0
,
0.0
,
0.0
,
0.0625
,
0.0
,
0.0
,
0.0625
,
0.0
,
0.0
,
0.0625
},
{
1.0
,
0.0
,
0.0
,
0.0625
,
0.0
,
0.0
,
0.3125
,
0.0
,
0.0
,
0.0
},
double
ElInfo2d
::
mat_d3_right_val
[
10
][
10
]
=
{{
0.0
,
0.0
,
-
0.0
625
,
0.0625
,
0.0
,
0.0
,
0.0625
,
0.0
,
0.0
,
0.0625
},
{
1.0
,
0.0
,
-
0.0
625
,
0.0625
,
0.0
,
0.0
,
0.3125
,
0.0
,
0.0
,
-
0.0
625
},
{
0.0
,
1.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
},
{
0.0
,
0.0
,
0.0
,
0.
0
,
0.0
,
0.0
,
0.0
,
1.0
,
0.0
,
0.375
},
{
0.0
,
0.0
,
0.0
,
-
0.
25
,
0.0
,
0.0
,
0.0
,
1.0
,
0.0
,
0.375
},
{
0.0
,
0.0
,
0.0
,
0.5
,
0.0
,
0.0
,
0.0
,
0.0
,
1.0
,
0.0
},
{
0.0
,
0.0
,
0.0
,
0.5
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
},
{
0.0
,
0.0
,
0.0
,
0.
0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.
0
},
{
0.0
,
0.0
,
0.5625
,
0.0
,
0.0
,
0.0
,
0.
0
,
0.0
,
0.0
,
0.
0
},
{
0.0
,
0.0
,
0.5625
,
0.0
,
0.0
,
1.0
,
0.9375
,
0.0
,
0.0
,
0.1875
},
{
0.0
,
0.0
,
0.0
,
-
0.
25
,
0.0
,
0.0
,
0.0
,
0.0
,
0.0
,
-
0.
125
},
{
0.0
,
0.0
,
0.5625
,
-
0.0
625
,
0.0
,
0.0
,
-
0.
3125
,
0.0
,
0.0
,
-
0.
1875
},
{
0.0
,
0.0
,
0.5625
,
-
0.0
625
,
0.0
,
1.0
,
0.9375
,
0.0
,
0.0
,
0.1875
},
{
0.0
,
0.0
,
0.0
,
0.5
,
1.0
,
0.0
,
0.0
,
0.0
,
0.0
,
0.75
}};
mtl
::
dense2D
<
double
>
ElInfo2d
::
mat_d3_right
(
mat_d3_right_val
);
...
...
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