Skip to content
Snippets Groups Projects
Commit 79d2936b authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[galerkintest] clean up includes

parent c0679f6e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#include <iostream>
#include <dune/common/enumset.hh>
#include <dune/common/tuples.hh>
#include <dune/common/propertymap.hh>
#include <dune/common/parallel/communicator.hh>
#include <dune/istl/paamg/galerkin.hh>
#include <dune/istl/paamg/dependency.hh>
......@@ -12,13 +12,10 @@
#include <dune/istl/paamg/pinfo.hh>
#include <dune/istl/io.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dune/common/fmatrix.hh>
#include <dune/istl/paamg/indicescoarsener.hh>
#include <dune/istl/paamg/galerkin.hh>
#include <dune/istl/owneroverlapcopy.hh>
#include <dune/common/propertymap.hh>
#include "anisotropic.hh"
//#include<dune/istl/paamg/aggregates.hh>
template<int BS>
void testCoarsenIndices(int N)
......
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