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
iwr
amdis
Commits
b00c153a
Commit
b00c153a
authored
May 04, 2012
by
Thomas Witkowski
Browse files
And some small bugfix for the weekend.
parent
235f1f39
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/PetscSolverFeti.cc
View file @
b00c153a
...
...
@@ -306,6 +306,8 @@ namespace AMDiS {
dualDofMap
.
setMpiComm
(
levelData
.
getMpiComm
(
0
),
0
);
lagrangeMap
.
setMpiComm
(
levelData
.
getMpiComm
(
0
),
0
);
localDofMap
.
setMpiComm
(
levelData
.
getMpiComm
(
meshLevel
),
meshLevel
);
if
(
fetiPreconditioner
!=
FETI_NONE
)
interiorDofMap
.
setMpiComm
(
levelData
.
getMpiComm
(
meshLevel
),
meshLevel
);
if
(
meshLevel
>
0
)
localDofMap
.
setDofComm
(
meshDistributor
->
getDofCommSd
());
...
...
AMDiS/src/parallel/SubDomainSolver.cc
View file @
b00c153a
...
...
@@ -29,10 +29,6 @@ namespace AMDiS {
int
nRowsRankCoarse
=
coarseSpaceMap
->
getRankDofs
();
int
nRowsOverallCoarse
=
coarseSpaceMap
->
getOverallDofs
();
MSG
(
"FILL MATRIX IN MPI COMM WITH SIZES %d %d
\n
"
,
mpiCommInterior
.
Get_size
(),
mpiCommCoarseSpace
.
Get_size
());
if
(
mpiCommInterior
.
Get_size
()
==
1
)
{
MatCreateSeqAIJ
(
mpiCommInterior
,
nRowsRankInterior
,
nRowsRankInterior
,
60
,
PETSC_NULL
,
&
matIntInt
);
...
...
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