triqs.mesh.meshes.MeshDLR.to_data_index
- MeshDLR.to_data_index()
Dispatched C++ function(s).
[1] (l: int) -> int
Map an index \(l \in \{0, 1, \ldots, N-1\}\) to its corresponding data index \(d(l)\).
- Parameters:
- lint
Index \(l\) to map.
- Returns:
- int
Data index \(d(l) = l\).