gustaf.io.mfem.export#

gustaf.io.mfem.export(fname, mesh)[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:
  • fname (str)

  • mesh (Faces)

Return type:

None