Hi Kid,
see [1] - you need to generate a structured grid and set some further options to have a fully hexahedral grid. (I have never used gmsh in this mode, so I have no more details.)
r.
[1] http://geuz.org/gmsh/doc/texinfo/gmsh.html#Mesh-module
On 05/21/2015 02:33 PM, Kid Guo wrote:
Hi
I'm using SfePy to solve a problem.Firstly, I creat a simple cube by Gmsh and save as my.mesh file. Now I am using sfepy/examples/multi_physics/biot.py to calculate.but it something wrong. Then I open the "/meshes/3d/cube_medium_hexa.mesh",in the "cube_medium_hexa.mesh" file,it consists Vertices and Hexahedra.But in my mesh file,it only consists Vertices,Edges and Triangles,no Hexahedra. When I run the biot.py, there aren't any results I want. How can I save .mesh file including Hexahedra? I think it is the main probelm.
Regards, Kid