<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:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi Eike (Hope things are well in Bath),</p>
<p><br>
</p>
<p>Sorry I have confused issues mentioning <span style="font-size: 12pt;"> PkLocalFiniteElementMap, what you spotted was a bug in my testing branch, when checking out my master I called FEM fem(gv); So forget the second half of my question.</span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">The issue is not being able to find '</span><span style="font-family: Calibri, sans-serif; font-size: 15px;">Dune::PDELab::NonOverlappingEntitySet'</span></p>
<p><span style="font-family: Calibri, sans-serif; font-size: 15px;"><br>
</span></p>
<p><span style="font-family: Calibri, sans-serif; font-size: 15px;">I need to use this ( from what I understand) as UG doesn't support overlapping domain decomposition.</span></p>
<p><span style="font-family: Calibri, sans-serif; font-size: 15px;"><br>
</span></p>
<p><span style="font-family: Calibri, sans-serif; font-size: 15px;">Cheers</span></p>
<p><span style="font-family: Calibri, sans-serif; font-size: 15px;"><br>
</span></p>
<p><span style="font-family: Calibri, sans-serif; font-size: 15px;">Tim</span></p>
<p><br>
</p>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Eike Mueller <E.Mueller@bath.ac.uk><br>
<b>Sent:</b> 09 October 2015 10:54<br>
<b>To:</b> Dodwell, Timothy<br>
<b>Cc:</b> dune-pdelab@dune-project.org<br>
<b>Subject:</b> Re: [dune-pdelab] Problem with Dune::PDELab::NonOverlappingEntitySet - UGGrid with non overlapping parallel solvers.</font>
<div> </div>
</div>
<div>Hi Tim,
<div class=""><br class="">
</div>
<div class="">which version of DUNE is this? Looking at finiteelementmap/pkfem.hh in the master which I updated not too long ago, the constructor of the class PkLocalFiniteElementMap seems to require the gridview as an argument, so maybe this deletes the default
 constructor (which gets called by “FEM fem")? Have you tried</div>
<div class=""><br class="">
</div>
<div class="">FEM fem(gv);</div>
<div class=""><br class="">
</div>
<div class="">But it’s odd that it works in the sequenetial version...</div>
<div class=""><br class="">
</div>
<div class="">Eike</div>
<div class=""><br class="">
</div>
<div class="">
<div>
<blockquote type="cite" class="">
<div class="">On 9 Oct 2015, at 10:28, Dodwell, Timothy <<a href="mailto:T.Dodwell@exeter.ac.uk" class="">T.Dodwell@exeter.ac.uk</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><span class="" style="font-family:Menlo; font-size:11px; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; background-color:rgb(255,255,255); float:none; display:inline!important">PkLocalFiniteElementMap</span></div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</div>
</body>
</html>