Skip to content
Snippets Groups Projects
Commit dfa47870 authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Remove debugging output

parent 1e4ad767
No related branches found
No related tags found
No related merge requests found
...@@ -85,9 +85,6 @@ setup(const typename BasisType::GridView::Grid& grid, ...@@ -85,9 +85,6 @@ setup(const typename BasisType::GridView::Grid& grid,
if (grid.comm().rank()==0) if (grid.comm().rank()==0)
std::cout << "Parallel multigrid setup took " << setupTimer.stop() << " seconds." << std::endl; std::cout << "Parallel multigrid setup took " << setupTimer.stop() << " seconds." << std::endl;
#else #else
DuneFunctionsBasis<BasisType> basis(assembler_->basis_);
std::cout << "NO PARMG: basis.size: " << basis.size() << std::endl;
std::conditional_t< // do we have a dune-functions basis? std::conditional_t< // do we have a dune-functions basis?
Dune::models<Dune::Functions::Concept::GlobalBasis<GridView>, BasisType>(), Dune::models<Dune::Functions::Concept::GlobalBasis<GridView>, BasisType>(),
BasisType, BasisType,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment