Does Fenics (dolfin) support prism mehses?
I tried to convert mesh from GMSH, which consisted from tri prism, but the converter converted only triangles and didn't convert any prism elements.
Also could you advise how to convert/create prism mesh for Fenics (dolfin).
I used this command for converting the mesh:
python dolfin-convert myPrismMesh.msh myPrismMesh.xml
Thanks in advance!