|
CDT++ 1.0.0
Causal Dynamical Triangulations in C++
|
Data structures for manifolds. More...
#include <cstddef>#include <type_traits>#include <unordered_set>#include "Geometry.hpp"#include "Random.hpp"Go to the source code of this file.
Classes | |
| class | cdt::manifolds::Manifold< 3 > |
| 3D Manifold More... | |
Namespaces | |
| namespace | cdt |
| clang-15 does not support std::format | |
Typedefs | |
| using | cdt::manifolds::Manifold_3 = Manifold<3> |
| Three-dimensional spherical CDT manifold. | |
Functions | |
| template<int dimension> | |
| auto | cdt::manifolds::make_causal_vertices (std::span< Point_t< dimension > const > vertices, std::span< size_t const > const timevalues) -> Causal_vertices_t< dimension > |
| Create Causal vertices. | |
Data structures for manifolds.
Definition in file Manifold.hpp.
| using cdt::manifolds::Manifold_3 = Manifold<3> |
Three-dimensional spherical CDT manifold.
Definition at line 373 of file Manifold.hpp.
|
nodiscard |
Create Causal vertices.
| dimension | Dimensionality of vertices |
| vertices | A container of vertices |
| timevalues | A container of matching timevalues |
Definition at line 29 of file Manifold.hpp.
References cdt::foliated_triangulations::make_causal_vertices().