gustaf.io.mfem.export# gustaf.io.mfem.export(mesh, fname)[source]# Export mesh in MFEM format. Supports 2D triangle and quadrilateral meshes. Does not support different element attributes or difference in vertex dimension and mesh dimension. Parameters: mesh (Faces) – fname (str) – Return type: None