Skip to content
Snippets Groups Projects
Commit 0e2b957b authored by René Heß's avatar René Heß
Browse files

Small bugfix

parent fc419bff
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ void driver (const GV& gv, const FEM& fem, Dune::ParameterTree& ptree)
newton.apply();
// Calculate l2 error squared (on every rank seperated)
typedef DifferenceSquaredAdapter<ZDGF,decltype(g)> DifferenceSquared;
typedef Dune::PDELab::DifferenceSquaredAdapter<ZDGF,decltype(g)> DifferenceSquared;
DifferenceSquared differencesquared(zdgf,g);
typename DifferenceSquared::Traits::RangeType l2errorsquared(0.0);
Dune::PDELab::integrateGridFunction(differencesquared,l2errorsquared,10);
......
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