← Back to 3MAH
Contents:
fedoo.mesh
fedoo.constitutivelaw
fedoo.weakform
fedoo.time
fedoo.problem
Make a copy of the mesh.
This method make a shallow copy, ie the nodes and elements arrays are alias of the former arrays. To also copy these arrays, use the deepcopy method.
name (str) – Name of the copied mesh.
The copied Mesh object.