fedoo.MultiFrameDataSet.save_all

MultiFrameDataSet.save_all(filename: str, file_format: str = 'fdz', compressed: bool = False)

Save all data from MultiFrameDataSet.

If filename has no extension, the format is given in the parameter file_format (default = ‘fdz’). If format is not ‘fdz’, the data files are saved using the given filename and format simply adding the iteration number to the file name. The mesh is also saved in vtk format in the same directory.