[dune-pdelab] Problem with Dune::PDELab::NonOverlappingEntitySet - UGGrid with non overlapping parallel solvers.
Dodwell, Timothy
T.Dodwell at exeter.ac.uk
Fri Oct 9 12:08:10 CEST 2015
Hi Eike (Hope things are well in Bath),
Sorry I have confused issues mentioning 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.
The issue is not being able to find 'Dune::PDELab::NonOverlappingEntitySet'
I need to use this ( from what I understand) as UG doesn't support overlapping domain decomposition.
Cheers
Tim
________________________________
From: Eike Mueller <E.Mueller at bath.ac.uk>
Sent: 09 October 2015 10:54
To: Dodwell, Timothy
Cc: dune-pdelab at dune-project.org
Subject: Re: [dune-pdelab] Problem with Dune::PDELab::NonOverlappingEntitySet - UGGrid with non overlapping parallel solvers.
Hi Tim,
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
FEM fem(gv);
But it's odd that it works in the sequenetial version...
Eike
On 9 Oct 2015, at 10:28, Dodwell, Timothy <T.Dodwell at exeter.ac.uk<mailto:T.Dodwell at exeter.ac.uk>> wrote:
PkLocalFiniteElementMap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune-pdelab/attachments/20151009/6e3e5015/attachment.htm>
More information about the dune-pdelab
mailing list