Skip to content
Snippets Groups Projects
Commit a639f06f authored by Jö Fahlke's avatar Jö Fahlke
Browse files

driver(): get rid of FiniteElementMap

parent 1e841c2e
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,6 @@ void driver (const GV& gv, Dune::ParameterTree& ptree)
const int dim = GV::dimension;
typedef double RF; // type for computations
using DF = typename GV::ctype;
using FEM = Dune::PDELab::QkLocalFiniteElementMap<GV,DF,RF,1>;
FEM fem(gv);
// make PDE parameter class
RF eta = ptree.get("problem.eta",(RF)1.0);
......
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