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

remove sfc output.

parent ae5def15
No related branches found
No related tags found
No related merge requests found
......@@ -47,17 +47,17 @@ void method ( const std::string& dgffile, int startLvl, int maxLvl,
Grid &grid = *gridPtr;
if( grid.comm().size() == 1 )
{
ALUGridSFC::printSpaceFillingCurve( grid.leafGridView() );
}
//if( grid.comm().size() == 1 )
//{
// ALUGridSFC::printSpaceFillingCurve( grid.leafGridView() );
//}
grid.loadBalance();
//grid.finalizeGridCreation() ;
const bool verboseRank = grid.comm().rank() == 0 ;
// avoid output here
std::string outPath( "none" );
std::string outPath( "./" );
// create the diagnostics object
Dune::Diagnostics< Grid> diagnostics( grid.comm(), 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