dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17418
Re: [Bug 517014] Re: parallel-dofmap-disconnected-meshes
On Fri, Feb 05, 2010 at 10:03:02AM -0000, Garth Wells wrote:
> I committed a small fix which deals with completely disconnected meshes,
> but meshes with a connected vertex but no connected facets still fails.
> Problem is that the interior boundary code checks facets.
>
> ** Changed in: dolfin
> Status: New => Confirmed
I'll take a closer look as soon as I get a chance, but probably not
until next week.
--
Anders
--
parallel-dofmap-disconnected-meshes
https://bugs.launchpad.net/bugs/517014
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
Status in DOLFIN: Confirmed
Bug description:
I get seg fault when building the dof map in parallel for a mesh which has disconnected regions. It works fine on one processor.
I'm using a Python solver, so I'll need to build a C++ version in order to dig deeper.
References