dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17415
[Bug 517014] Re: parallel-dofmap-disconnected-meshes
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
--
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.
Follow ups
References