triqs.mesh.meshes.MeshReFreqPts.copy_from

MeshReFreqPts.copy_from()

Dispatched C++ function(s).

[1] (m2: MeshReFreqPts)
  -> void

Copy one mesh into another (for Python bindings).

Simply calls the copy assignment operator of the mesh.

Parameters:
m1MeshReFreqPts

The mesh object to copy into.

m2MeshReFreqPts

The mesh object to copy from.