Skip to content
Snippets Groups Projects
Commit 7c453e4b authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

added required includes for the update and parallelization of

dune-multidomain


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6213 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 9b9cc2d5
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,11 @@
#include <dune/pdelab/backend/istlmatrixbackend.hh>
#include <dune/pdelab/finiteelementmap/q1fem.hh>
#include <dune/pdelab/finiteelementmap/conformingconstraints.hh>
#include <dune/pdelab/backend/istlvectorbackend.hh>
#include "pdelabboxistlvectorbackend.hh"
#include "pdelabboxlocaloperator.hh"
namespace Dumux
{
namespace Properties
......@@ -107,7 +108,7 @@ public:
typedef Dune::PDELab::PowerGridFunctionSpace<ScalarGridFunctionSpace, numEq, Dune::PDELab::GridFunctionSpaceBlockwiseMapper> type;
};
// set the grid functions space for the sub-models
// set the grid function space for the sub-models
SET_TYPE_PROP(BoxPDELab, Constraints, Dune::PDELab::NoConstraints);
// set the grid functions space for the sub-models
......
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