triqs.mesh.meshes.MeshDLRImTime.copy_from
- MeshDLRImTime.copy_from()
Dispatched C++ function(s).
[1] (m2: MeshDLRImTime) -> void
Copy one mesh into another (for Python bindings).
Simply calls the copy assignment operator of the mesh.
- Parameters:
- m1MeshDLRImTime
The mesh object to copy into.
- m2MeshDLRImTime
The mesh object to copy from.