Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Surface Smoothing after Mesh Generation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Surface Smoothing after Mesh Generation


Chronological Thread 
  • From: "Fastl, Thomas" <>
  • To: "" <>
  • Subject: [cgal-discuss] Surface Smoothing after Mesh Generation
  • Date: Wed, 18 May 2016 21:57:35 +0000
  • Accept-language: en-US, de-AT
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=Pass
  • Ironport-phdr: 9a23:bPz+mBcv9iqj8pNFhIzApdXTlGMj4u6mDksu8pMizoh2WeGdxc69ZR7h7PlgxGXEQZ/co6odzbGG4ua7ACdYvN6oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUiv2OQc9HOnpAIma153xjLDjvcaKKF0VzBOGIppMbzyO5T3LsccXhYYwYo0Q8TDu5kVyRuJN2GlzLkiSlRuvru25/Zpk7jgC86l5r50IAu3GePFyRrNRCHEqMns++dbwnRjFVwqGoHUGGC1CmRVBB03J7QrxQ4zqmir8rOt0nieAa57YV7cxDH6M5rx3TFugtCcAMjciuimDlsx3iatA5hyovAB7643fZMecP7xjffWOLpshWWNdU5MJBGR6CYSmYt5XAg==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:23

Hello CGAL-Users,


since I'm pretty new to CGAL this question might be quite basic, but I couldn't solve this problem myself and wanted to ask for help. I've managed to generate a finite element mesh from medical imaging data using the '.inr' format and I'm super happy with the quality of the tetrahedral elements. However, the external surface of the mesh is quite rough and I wanted to know if there is an option to smooth it? I'm aware that this might reduce the quality of the entire mesh slightly, but I'd accept that for a more smooth surface. Currently I'm using the following code to generate the mesh:


C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria,
                                           CGAL::parameters::lloyd(), CGAL::parameters::odt(),
                                           CGAL::parameters::perturb(), CGAL::parameters::exude());

Does anybody know a way to perform a smoothing step after the mesh generation in CGAL? Is this actually possible within CGAL or is the scope of the software to obtain better element quality while accepting more rough surfaces? Thank you very much in advance!


Best, Thomas Fastl





Archive powered by MHonArc 2.6.18.

Top of Page