Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Finite Element Analysis

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Finite Element Analysis


Chronological Thread 
  • From: Qianqian Fang <>
  • To:
  • Cc: "Sebastien Loriot (GeometryFactory)" <>
  • Subject: Re: [cgal-discuss] Finite Element Analysis
  • Date: Mon, 21 Mar 2011 00:43:47 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=VPfTD/g12laTbcv1flax10RlVZowrcCkkpxhhtnGV0OonKdRu9ZCHX+1A3FVU8bDx1 LKTcOkeyoFKT/n0Cv5NOzIQuHIH2ErgLfBOWAS11xBEJRNBxFhGRwvJh7qcAXM2WeKBs rQZDQnaTMrFjQCbrleBMjlbgOZ2pT8bKw0HnA=

On 03/18/2011 04:09 AM, Sebastien Loriot (GeometryFactory) wrote:
Christoph Weber wrote:
Hi,

I'm working a similar subject. If you are just looking for a tool, I
would emphasize TetGen. It is open source, dokumented and focused on
FE-Meshes.
By curiosity, why do you prefer using TetGen than CGAL's Mesh_3 to
generate FE-Meshes?

I've been using both CGAL and tetgen in my research and I noticed
that CGAL 3D polyhedral mesher is very unstable for most of my inputs.

Here is a simple example, the input mesh is a triangular surface
mesh extracted from a binary CT image of a rat head. The OFF format
and POLY format files can be accessed from

http://nmr.mgh.harvard.edu/~fangq/temp/post_extract.off
http://nmr.mgh.harvard.edu/~fangq/temp/post_vmesh.poly

both files contain the same mesh. Using the .poly file with
tetgen, I can get a nice 3D tetrahedral mesh, but with the
CGAL polyhedral mesher (examples/Mesh_3), the program aborted
when processing the OFF file. This behavior can be reproduced
from CGAL 3.5 to the latest 3.8 beta. The polyhedral mesher
failed for almost all tested surface meshes except those shipped
with CGAL. Not sure what had caused the problem.

The robustness of CGAL 3D image mesher is better, but there is
one issue that keeps it from perfect for general-purpose use.
I summarized it in this post

https://lists-sop.inria.fr/sympa/arc/cgal-discuss/2011-03/msg00067.html

it would be great if someone can comment on this.

Qianqian



The Polyhedron demo has a plugin that allows to generate 3D meshes from
an off file (Operations->Create a tetrahedral mesh).

S.


regs, Christoph
Am Donnerstag, den 17.03.2011, 12:53 -0500 schrieb Fabio Casado Ruiz:
Hi. I'm studying several tools and libraries for mesh generation to use in Finite element Analysis. Has anyone used CGAL for this purposes or has any knowledge where to read about its pros and cons for this purpose???
Thanks a lot..
F.







Archive powered by MHonArc 2.6.16.

Top of Page