Hi,
I successfully generated a hexahedral mesh using Gmsh. Please find the code in the .txt file attached here.
I then tried to use the mesh in Firedrake. Please find below the code:
from firedrake import *
mesh=Mesh('pipev1.msh')
I get a KeyError:6 from ufl.Cell module. 
Kindly help me.
Thanks