triqs.mesh.meshes.MeshLegendre.copy_from

MeshLegendre.copy_from()

Dispatched C++ function(s).

[1] (m2: MeshLegendre)
  -> void

Copy one mesh into another (for Python bindings).

Simply calls the copy assignment operator of the mesh.

Parameters:
m1MeshLegendre

The mesh object to copy into.

m2MeshLegendre

The mesh object to copy from.