Skip to content
Snippets Groups Projects
Commit 52f7787f authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup] Remove debug output

Remove output that printed the matrix for parallel runs for small grids n<20.
parent 526e083a
No related branches found
No related tags found
1 merge request!54[cleanup] Remove debug output
......@@ -812,8 +812,6 @@ namespace Dune
ri.template redistribute<MatrixRowGatherScatter<M,IndexSet> >(origrow,newrow);
if (origComm.getSolverCategory() != static_cast<int>(SolverCategory::nonoverlapping))
newrow.setOverlapRowsToDirichlet();
if(newMatrix.N()>0&&newMatrix.N()<20)
printmatrix(std::cout, newMatrix, "redist", "row");
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment