dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #21529
[Bug 714509] Re: bisection-refinement-broken
Yes, remove.
--
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/714509
Title:
bisection-refinement-broken
Status in DOLFIN:
Confirmed
Bug description:
Local mesh refinement with options "bisection" or
"iterative_bisection" are broken. Crash with the error
dolfin/mesh/MeshTopology.h:50: dolfin::uint
dolfin::MeshTopology::size(dolfin::uint) const: Assertion
`num_entities' failed.
Only "recursive_bisection" is currently working.
The above algorithms should either be fixed or removed. Since
"recursive_bisection" (Rivara) is supposedly the best/fastest option,
we might as well remove the other two?
References