Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] program abort: refinement and optimization processes

Subject: CGAL users discussion list

List archive

[cgal-discuss] program abort: refinement and optimization processes


Chronological Thread 
  • From: Alexander Lühmann <>
  • To:
  • Subject: [cgal-discuss] program abort: refinement and optimization processes
  • Date: Wed, 27 Oct 2010 12:29:32 +0200

Dear CGAL professionals,

for use at university I have written a program that creates 3d meshes from
raw lattice files using the cgal library.
Now some errors occur that I do not really understand - maybe you can help me?

What does not seem to work is following: The Program stops during any
optimization process if I used the refinement function.
A mesh that is generated and afterwards refined, causes a crash/abort during
lloyd/perturbation optimization (which is explicitly called after the
meshing/refining process)
.
Lloyd optimization leads to a simple "Abort" while perturbation with a time
of 180s and a sliver bound of 30 ended in this error message:

"terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: !slivers.empty()
File: /opt/local/include/CGAL/Mesh_3/Sliver_perturber.h
Line: 477
Abort"

Can you help with this?
Best regards

Alex

  • [cgal-discuss] program abort: refinement and optimization processes, Alexander Lühmann, 10/27/2010

Archive powered by MHonArc 2.6.16.

Top of Page