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
Backofen, Rainer
amdis
Commits
197fe162
Commit
197fe162
authored
Jul 22, 2010
by
Thomas Witkowski
Browse files
And removed some debug information output.
parent
83ad8a9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/MeshDistributor.cc
View file @
197fe162
...
@@ -2162,15 +2162,6 @@ namespace AMDiS {
...
@@ -2162,15 +2162,6 @@ namespace AMDiS {
SerUtil
::
serialize
(
out
,
nRankDofs
);
SerUtil
::
serialize
(
out
,
nRankDofs
);
SerUtil
::
serialize
(
out
,
nOverallDofs
);
SerUtil
::
serialize
(
out
,
nOverallDofs
);
TraverseStack
stack
;
ElInfo
*
elInfo
=
stack
.
traverseFirst
(
mesh
,
-
1
,
Mesh
::
CALL_EVERY_EL_PREORDER
);
while
(
elInfo
)
{
Element
*
el
=
elInfo
->
getElement
();
// MSG("WHILE DESER SET EL %d\n", el->getIndex());
elInfo
=
stack
.
traverseNext
(
elInfo
);
}
myIntBoundary
.
serialize
(
out
);
myIntBoundary
.
serialize
(
out
);
otherIntBoundary
.
serialize
(
out
);
otherIntBoundary
.
serialize
(
out
);
periodicBoundary
.
serialize
(
out
);
periodicBoundary
.
serialize
(
out
);
...
@@ -2212,7 +2203,6 @@ namespace AMDiS {
...
@@ -2212,7 +2203,6 @@ namespace AMDiS {
while
(
elInfo
)
{
while
(
elInfo
)
{
Element
*
el
=
elInfo
->
getElement
();
Element
*
el
=
elInfo
->
getElement
();
elIndexMap
[
el
->
getIndex
()]
=
el
;
elIndexMap
[
el
->
getIndex
()]
=
el
;
// MSG("WHILE DESER SET EL %d\n", el->getIndex());
if
(
el
->
isLeaf
())
{
if
(
el
->
isLeaf
())
{
elDofIter
.
reset
(
el
);
elDofIter
.
reset
(
el
);
...
...
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