|
CDT++
Causal Dynamical Triangulations in C++
|
Data structures for manifolds. More...
Include dependency graph for Manifold.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | manifolds::Manifold< 3 > |
| 3D Manifold More... | |
| class | manifolds::Manifold< 4 > |
| 4D Manifold More... | |
Typedefs | |
| using | manifolds::Manifold_3 = Manifold< 3 > |
| using | manifolds::Manifold_4 = Manifold< 4 > |
Functions | |
| template<int dimension> | |
| auto | 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 manifolds::Manifold_3 = typedef Manifold<3> |
Definition at line 458 of file Manifold.hpp.
| using manifolds::Manifold_4 = typedef Manifold<4> |
Definition at line 476 of file Manifold.hpp.
| auto 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.
| dimension | Dimensionality of vertices |
Definition at line 27 of file Manifold.hpp.