Skip to content
Snippets Groups Projects
Commit 025c1d10 authored by Robert K's avatar Robert K
Browse files

improve output.

parent 3bb2a9ec
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ namespace Fem ...@@ -123,7 +123,7 @@ namespace Fem
grid().comm().max( &minMax[ 0 ], 2 ); grid().comm().max( &minMax[ 0 ], 2 );
if( Dune::Fem::Parameter::verbose () ) if( Dune::Fem::Parameter::verbose () )
{ {
std::cout << "grid size (min,max) = ( " << size_t(1.0/minMax[ 1 ]) << " , " << size_t(minMax[ 0 ]) << ")" << std::endl; std::cout << "grid size per core (min,max) = ( " << size_t(1.0/minMax[ 1 ]) << " , " << size_t(minMax[ 0 ]) << ")" << std::endl;
} }
return grid().comm().sum( grSize ); return grid().comm().sum( grSize );
} }
......
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