Skip to content
Snippets Groups Projects

Use DOFs from parmg in P1- and P2-Mapper

All threads resolved!
2 files
+ 5
7
Compare changes
  • Side-by-side
  • Inline
Files
2
#ifndef DUNE_GFE_GLOBALP1MAPPER_HH
#define DUNE_GFE_GLOBALP1MAPPER_HH
#ifndef DUNE_GFE_PARALLEL_GLOBALP1MAPPER_HH
#define DUNE_GFE_PARALLEL_GLOBALP1MAPPER_HH
/** \brief Include standard header files. */
#include <vector>
@@ -16,8 +16,6 @@
#include <dune/parmg/parallel/dofmap.hh>
#include <dune/parmg/parallel/globaldofindex.hh>
#include <dune/parmg/parallel/redistributematrix.hh>
#include <dune/parmg/parallel/redistributevector.hh>
#include <dune/parmg/parallel/datahandle.hh>
namespace Dune {
@@ -91,4 +89,4 @@ namespace Dune {
};
}
#endif /* DUNE_GFE_GLOBALP1MAPPER_HH */
#endif /* DUNE_GFE_PARALLEL_GLOBALP1MAPPER_HH */
Loading