coolfluid / coolfluid3

COOLFluiD is a collaborative simulation environment focused on complex multi-physics simulations
http://coolfluid.github.com
76 stars 77 forks source link

Gmsh - writer wrongly exports data #264

Closed hsimilli closed 10 years ago

hsimilli commented 10 years ago

Something went wrong in the latest update for the gmsh writer, as it exports a wrong range for the unknowns. Due to this, the results are not shown in the gmsh window.

This can be fixed manually by changing some lines in the .msh files, however it would be more efficient to debug the writer.

screen shot 2014-04-16 at 17 03 13

barche commented 10 years ago

Sorry for the late response on this, but I haven't noticed this in my cases. Could you please submit or describe a small test that reproduces the problem?

Cheers,

Bart

hsimilli commented 10 years ago

Apparently it was solved with a small fix. The problem was somewhere in nb_elements in the gmsh writer. Thanks to Pedro.

Cheers Hans