|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <h5/h5.hpp>#include <nda/concepts.hpp>#include <cstdint>#include <concepts>#include <ranges>#include <string>Provides concepts for mesh points and meshes.
Definition in file concepts.hpp.
Go to the source code of this file.
Concepts | |
| concept | triqs::mesh::Mesh |
| Concept for a mesh. | |
| concept | triqs::mesh::MeshPoint |
| Concept for a mesh point. | |
| concept | triqs::mesh::MeshWithValues |
| Concept for a mesh with values. | |