fedoo.DataSet.copy
- DataSet.copy()
Make a copy of the dataset.
This method make a shallow copy, ie every arrays (node coordinates, element table, data arrays, …) are alias of the former arrays. To make a copy of all data, use the deepcopy method.
- Return type:
The copied DataSet object.