Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
aeeb6361
Commit
aeeb6361
authored
May 31, 2010
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix for 2D-deg3 multi-mesh method.
parent
c016363c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
AMDiS/src/ElInfo2d.cc
AMDiS/src/ElInfo2d.cc
+12
-12
No files found.
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
Markdown
is supported
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