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