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
96a3d58b
Commit
96a3d58b
authored
Oct 22, 2012
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small bug fix in parallel DOF mapping, it really works ....
parent
bb968a2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AMDiS/src/parallel/ParallelDofMapping.h
AMDiS/src/parallel/ParallelDofMapping.h
+1
-1
AMDiS/src/parallel/PetscSolverFeti.cc
AMDiS/src/parallel/PetscSolverFeti.cc
+1
-1
No files found.
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
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