getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-users] Solved a BUG in importing gmsh files.


From: Ron Daisy
Subject: [Getfem-users] Solved a BUG in importing gmsh files.
Date: Tue, 14 Nov 2006 00:08:58 +0200
User-agent: KMail/1.9.3

Hi all (and especially Julien),

I found a bug in the routines that import gmsh mesh files.

In case when (from any reason) the mesh file contain point element (of type 15 
in gmsh format language) the original code throws waring exception when 
invoking ci.set_pgt(), with an effect of remaining the pgt of the 
gmsh_cv_info NULL. This causes a crash when trying later on in the process 
sorting the cvlst.

Attached please find a corrected code in which elements of point type are 
ignored gracefully.

Please update the repository with this corrections.

Regards,

Ron.

Attachment: getfem_import.cc
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]