splinepy.io.mfem.export_cartesian#

splinepy.io.mfem.export_cartesian(fname, spline_list, tolerance=None)[source]#

Export list of bezier splines in mfem export.

Parameters:
  • fname (string) – file name

  • bezier_list (list) – list of bezier spline objects

  • tolerance (float) – tolerance to collapse two neighboring points

Return type:

None