Skip to content
GitLab
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
96a3d58b
Commit
96a3d58b
authored
Oct 22, 2012
by
Thomas Witkowski
Browse files
Small bug fix in parallel DOF mapping, it really works ....
parent
bb968a2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/ParallelDofMapping.h
View file @
96a3d58b
...
...
@@ -489,7 +489,7 @@ namespace AMDiS {
ComponentDofMap
&
operator
[](
const
FiniteElemSpace
*
feSpace
)
{
ERROR_EXIT
(
"
BLUB
\n
"
);
ERROR_EXIT
(
"
FE Space acces is not possible for component wise defined DOF mappings
\n
"
);
}
ComponentIterator
&
getIteratorData
()
...
...
AMDiS/src/parallel/PetscSolverFeti.cc
View file @
96a3d58b
...
...
@@ -582,7 +582,7 @@ namespace AMDiS {
localDofMap
[
component
].
insertRankDof
(
i
,
nLocalInterior
);
if
(
fetiPreconditioner
==
FETI_DIRICHLET
)
interiorDofMap
[
feSpace
].
insertRankDof
(
i
,
nLocalInterior
);
interiorDofMap
[
component
].
insertRankDof
(
i
,
nLocalInterior
);
nLocalInterior
++
;
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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