<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
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 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; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); float: none; display: inline !important;" class="">PkLocalFiniteElementMap</span></div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>