← Back to team overview

dolfin team mailing list archive

[Bug 714509] [NEW] bisection-refinement-broken

 

Public bug reported:

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?

** Affects: dolfin
     Importance: Medium
         Status: Confirmed

** Changed in: dolfin
   Importance: Undecided => Medium

** Changed in: dolfin
       Status: New => Confirmed

** Changed in: dolfin
    Milestone: None => 0.9.10

-- 
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?





Follow ups

References