|
CDT++
Causal Dynamical Triangulations in C++
|
#include <Manifold.hpp>
Collaboration diagram for manifolds::Manifold< 4 >:Static Public Attributes | |
| static int constexpr | dimension = 4 |
| Dimensionality of the manifold. | |
| static topology_type constexpr | topology = topology_type::SPHERICAL |
| Topology of the manifold. | |
Private Attributes | |
| Geometry_4 | m_geometry |
| The data structure of scalar values for computations. | |
Definition at line 462 of file Manifold.hpp.
|
staticconstexpr |
Dimensionality of the manifold.
Used to determine the manifold dimension at compile-time
Definition at line 470 of file Manifold.hpp.
|
private |
The data structure of scalar values for computations.
Definition at line 465 of file Manifold.hpp.
|
staticconstexpr |
Topology of the manifold.
Definition at line 473 of file Manifold.hpp.