Skip to content
Snippets Groups Projects
Commit b00c153a authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

And some small bugfix for the weekend.

parent 235f1f39
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment