xcfem / xc

finite element analysis package for civil engineering structures.
http://www.xcengineering.xyz/html_files/software.html
GNU General Public License v3.0
266 stars 54 forks source link

Gmsh error in gmsh verification tests. #102

Closed mihdicaballero closed 2 years ago

mihdicaballero commented 2 years ago

Hi! @lcpt I just run again the verification tests, and it almost was Ok in everything. I only had some errors with gmsh:

image

Thanks :)

Originally posted by @mihdicaballero in https://github.com/xcfem/xc/issues/101#issuecomment-960251687

lcpt commented 2 years ago

Hi, @mihdicaballero.

The problem was the slightly different meshes generated by different versions of GMSH. I've modified the test to check if the number of nodes and elements lie in a range instead of checking a particular value. The aim of the test is to verify that the interface with GMSH works fine, the details of the generated mesh are not important in this context.

You can pull the new tests from the repository.

mihdicaballero commented 2 years ago

Great! :D