<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:'Courier New',monospace;">
<p>Dear all,</p>
<p><br>
</p>
<p>On the latest Dune PDElab release (on Mac OS X 10.10) I am trying to implement adaptive FEM for 3D elasticity (vector valued problem)</p>
<p><br>
</p>
<p>I get a problem when calling adapt_grid ( below is the compiler error )</p>
<p><br>
</p>
<p>Looks like adapt_grid does not work for composite grid function spaces, is that right? Is there a work around?</p>
<p><br>
</p>
<p>Thanks in advance.</p>
<p><br>
</p>
<p>Tim</p>
<p><br>
</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
Tims-MacBook-Pro:src timdodwell$ make dune-uq</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(213, 59, 211); background-color: rgb(0, 0, 0);">
Scanning dependencies of target dune-uq</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);">
<span style="font-variant-ligatures: no-common-ligatures; color: #29f914">[ 50%] </span>
Building CXX object src/CMakeFiles/dune-uq.dir/dune-uq.cc.o</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
In file included from /Users/timdodwell/git_workspace/dune/dune-uq/src/dune-uq.cc:83:</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
/Users/timdodwell/git_workspace/dune/dune-pdelab/dune/pdelab/adaptivity/adaptivity.hh:387:51:
<span style="font-variant-ligatures: no-common-ligatures; color: #c33720">error: </span>
no member</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
      named 'FiniteElementMap' in</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
      'Dune::PDELab::PowerCompositeGridFunctionSpaceTraits<Dune::PDELab::PartitionViewEntitySet<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, Dune::PartitionSet<31> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LexicographicOrderingTag, 3>'</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      using FiniteElement = typename GFS::Traits::FiniteElementMap::Traits::FiniteElement;</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);">
                                     ~~~~~~~~~~~~~^</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
/Users/timdodwell/git_workspace/dune/dune-pdelab/dune/pdelab/adaptivity/adaptivity.hh:565:17:
<span style="font-variant-ligatures: no-common-ligatures; color: #000000">note: </span>
<span style="font-variant-ligatures: no-common-ligatures; color: #29f914">in</span></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      instantiation of template class</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      'Dune::PDELab::replay_visitor<Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      1>, Dune::PDELab::LexicographicOrderingTag,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> > >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::BlockVector<Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      1>, Dune::PDELab::LexicographicOrderingTag,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> > >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::BlockVector<Dune::FieldVector<double, 1>, std::__1::allocator<Dune::FieldVector<double, 1> > > >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::BlockVector<Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      1>, Dune::PDELab::LexicographicOrderingTag,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> > >, Dune::BlockVector<Dune::FieldVector<int,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      1>, std::__1::allocator<Dune::FieldVector<int, 1> > > > >' requested here</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
        Visitor visitor(gfsu,u,uc,_leaf_offset_cache);</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);">
                ^</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
/Users/timdodwell/git_workspace/dune/dune-pdelab/dune/pdelab/adaptivity/adaptivity.hh:638:20:
<span style="font-variant-ligatures: no-common-ligatures; color: #000000">note: </span>
<span style="font-variant-ligatures: no-common-ligatures; color: #29f914">in</span></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      instantiation of member function 'Dune::PDELab::GridAdaptor<Dune::UGGrid<3>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      1>, Dune::PDELab::LexicographicOrderingTag,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> > >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::BlockVector<Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      1>, Dune::PDELab::LexicographicOrderingTag,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> > >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::BlockVector<Dune::FieldVector<double, 1>, std::__1::allocator<Dune::FieldVector<double, 1> > > >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::L2Projection<Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      1>, Dune::PDELab::LexicographicOrderingTag,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> > >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::BlockVector<Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      1>, Dune::PDELab::LexicographicOrderingTag,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> > >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::BlockVector<Dune::FieldVector<double, 1>, std::__1::allocator<Dune::FieldVector<double, 1> > > > ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >::replayData' requested here</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      grid_adaptor.replayData(grid,gfs,projection,x1,transferMap1);</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);">
                   ^</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
/Users/timdodwell/git_workspace/dune/dune-uq/src/user_inputs/../UQ_functions/../user_inputs/user_model_3Delasticity.hh:571:17:
<span style="font-variant-ligatures: no-common-ligatures; color: #000000">note: </span></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      in instantiation of function template specialization 'Dune::PDELab::adapt_grid<Dune::UGGrid<3>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      1>, Dune::PDELab::LexicographicOrderingTag,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> > >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::BlockVector<Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      1>, Dune::PDELab::LexicographicOrderingTag,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3> ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLevelGridViewTraits<const</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::istl::VectorBackend<Dune::PDELab::istl::Blocking::none, 1>,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> > >,</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      Dune::BlockVector<Dune::FieldVector<double, 1>, std::__1::allocator<Dune::FieldVector<double, 1> > > ></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      >' requested here</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
                adapt_grid( grid_, gfs, xf,1);</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);">
                ^</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
/Users/timdodwell/git_workspace/dune/dune-uq/src/UQ_functions/STD_MLMC.hh:278:29:
<span style="font-variant-ligatures: no-common-ligatures; color: #000000">note: </span>
<span style="font-variant-ligatures: no-common-ligatures; color: #29f914">in instantiation of</span></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      member function 'MODEL<Dune::UGGrid<3> >::user_adaptive_fem_driver' requested here</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
                Qf = model_.user_adaptive_fem_driver(l,z);</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);">
                            ^</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
/Users/timdodwell/git_workspace/dune/dune-uq/src/UQ_functions/STD_MLMC.hh:102:61:
<span style="font-variant-ligatures: no-common-ligatures; color: #000000">note: </span>
<span style="font-variant-ligatures: no-common-ligatures; color: #29f914">in instantiation of</span></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      function template specialization 'STD_MLMC<MODEL<Dune::UGGrid<3> > >::getSample<COEFF>' requested here</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
            for (int i = 0; i < numSamples; i++){ Ytmp[i] = getSample(L,z); } // Compute Samples on ea...</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);">
                                                            ^</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);">
/Users/timdodwell/git_workspace/dune/dune-uq/src/dune-uq.cc:140:12: <span style="font-variant-ligatures: no-common-ligatures; color: #000000">
note: </span><span style="font-variant-ligatures: no-common-ligatures; color: #29f914">in instantiation of member function</span></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      'STD_MLMC<MODEL<Dune::UGGrid<3> > >::apply' requested here</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
      mlmc.apply();</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);">
           ^</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
1 error generated.</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
make[3]: *** [src/CMakeFiles/dune-uq.dir/dune-uq.cc.o] Error 1</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
make[2]: *** [src/CMakeFiles/dune-uq.dir/all] Error 2</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
make[1]: *** [src/CMakeFiles/dune-uq.dir/rule] Error 2</p>
<p></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 21px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
make: *** [src/CMakeFiles/dune-uq.dir/rule] Error 2</p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<span style="font-size:12pt">
<p><span style="font-family:'Courier New',monospace"><strong>Dr Tim Dodwell</strong></span><br>
</p>
<p><span style="font-family:'Courier New',monospace">Lecturer in Engineering Mathematics</span></p>
<p><span style="font-family:'Courier New',monospace">Rm 221 - Harrison Building</span></p>
<p><span style="font-family:'Courier New',monospace">College of Engineering, Mathematics & Physical Sciences</span></p>
<p><span style="font-family:'Courier New',monospace">University of Exeter</span></p>
<p><span style="font-family:'Courier New',monospace">Exeter</span></p>
<p><span style="font-family:'Courier New',monospace">Devon</span></p>
<p><span style="font-family:'Courier New',monospace">EX4 4PY</span></p>
<p><span style="font-family:'Courier New',monospace"><br>
</span></p>
<p><span style="font-family:'Courier New',monospace"><strong>mail:</strong> t.dodwell(at)exeter.ac.uk</span></p>
<p><span style="font-family:'Courier New',monospace"><strong>tel:</strong> +44 (0)1392 725899</span></p>
<p><span style="font-family:'Courier New',monospace"><strong>mob:</strong> +44 (0)7745 622870</span></p>
<p><span style="font-family:'Courier New',monospace"><span style="font-family:'Courier New',monospace"><strong>web:</strong> </span></span><span style="font-size:12pt; font-family:'Courier New',monospace"><span style="font-family:'Courier New',monospace"><a href="http://emps.exeter.ac.uk/engineering/staff/td336" title="http://emps.exeter.ac.uk/engineering/staff/td336 Cmd+Click or tap to follow the link" tabindex="-1" disabled="true" id="LPNoLP">http://emps.exeter.ac.uk/engineering/staff/td336</a></span></span></p>
<p><span style="font-size:12pt; font-family:'Courier New',monospace"><strong>Papers and Pre-prints:
</strong><a href="https://www.researchgate.net/profile/Timothy_Dodwell" title="https://www.researchgate.net/profile/Timothy_Dodwell Cmd+Click or tap to follow the link" tabindex="-1" disabled="true" id="LPNoLP">@Research-Gate</a></span></p>
<p><span style="font-family:'Courier New',monospace"><strong>Citations: </strong>
<a href="https://scholar.google.co.uk/citations?user=lPpjRfUAAAAJ&hl=en" title="https://scholar.google.co.uk/citations?user=lPpjRfUAAAAJ&amp;hl=en Cmd+Click or tap to follow the link" id="LPNoLP">@Google-Scholar</a></span></p>
<p style="margin-right:0px; margin-left:0px; padding:0px 0px 12px; line-height:1.4em; font-family:Arial,Helvetica,sans-serif,'Bitstream Vera Sans'">
<img alt="" style="margin:0px; padding:10px 10px 10px 0px; border:none; float:none; width:600px; height:117px" src="http://www.exeter.ac.uk/media/universityofexeter/communicationservices/design/corporate_sig.jpg"></p>
<p style="margin-right:0px; margin-left:0px; padding:0px 0px 12px; line-height:1.4em">
<span style="font-family:'Courier New',monospace; font-size:12pt">This email and any attachment may contain information that is confidential, privileged, or subject to copyright, and which may be exempt from disclosure under applicable legislation. It is intended
 for the addressee only. If you received this message in error, please let me know and delete the email and any attachments immediately. The University will not accept responsibility for the accuracy/completeness of this email and its attachments.</span></p>
<p style="margin-right:0px; margin-left:0px; padding:0px 0px 12px; line-height:1.4em">
<span style="font-size:12pt"><span style="font-family:'Courier New',monospace"></span></span></p>
</span></div>
</div>
</div>
</body>
</html>