Skip to content
Snippets Groups Projects
Commit 2b166f74 authored by Markus Blatt's avatar Markus Blatt
Browse files

reverting local changes, that I commited accidentally.

[[Imported from SVN: r1389]]
parent 89026666
No related branches found
No related tags found
No related merge requests found
......@@ -828,11 +828,9 @@ namespace Dune
// accumulate to fewer processors
Matrix* redistMat= new Matrix();
ParallelInformation* redistComm=0;
std::size_t nodomains = infoLevel->communicator().size()/3;
//dunknowns/(criterion.minAggregateSize()
//infoLevel->communicator().size( *criterion.coarsenTarget());
if( nodomains<=1 ||
std::size_t nodomains = dunknowns/(criterion.minAggregateSize()
*criterion.coarsenTarget());
if( nodomains<=criterion.minAggregateSize()/2 ||
dunknowns <= criterion.coarsenTarget() )
nodomains=1;
......
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