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
06201bda
Commit
06201bda
authored
Sep 23, 2010
by
Thomas Witkowski
Browse files
Documentation of parallel AMDiS version.
parent
35a82603
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/MeshDistributor.cc
View file @
06201bda
...
@@ -593,6 +593,7 @@ namespace AMDiS {
...
@@ -593,6 +593,7 @@ namespace AMDiS {
if
(
elCode
.
getCode
()
!=
recvCodes
[
i
].
getCode
())
{
if
(
elCode
.
getCode
()
!=
recvCodes
[
i
].
getCode
())
{
TEST_EXIT_DBG
(
refineManager
)(
"Refinement manager is not set correctly!
\n
"
);
TEST_EXIT_DBG
(
refineManager
)(
"Refinement manager is not set correctly!
\n
"
);
#if 0
MSG("CHECK EL %d %d %d %d WITH El %d %d %d %d in RANK %d\n",
MSG("CHECK EL %d %d %d %d WITH El %d %d %d %d in RANK %d\n",
boundIt->rankObj.elIndex,
boundIt->rankObj.elIndex,
boundIt->rankObj.subObj,
boundIt->rankObj.subObj,
...
@@ -603,6 +604,7 @@ namespace AMDiS {
...
@@ -603,6 +604,7 @@ namespace AMDiS {
boundIt->neighObj.ithObj,
boundIt->neighObj.ithObj,
boundIt->neighObj.elType,
boundIt->neighObj.elType,
it->first);
it->first);
#endif
bool
b
=
startFitElementToMeshCode
(
recvCodes
[
i
],
bool
b
=
startFitElementToMeshCode
(
recvCodes
[
i
],
boundIt
->
rankObj
.
el
,
boundIt
->
rankObj
.
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