CDT++
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Static Public Attributes | Private Attributes | List of all members
manifolds::Manifold< 4 > Class Reference

4D Manifold More...

#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.
 

Detailed Description

4D Manifold

Definition at line 462 of file Manifold.hpp.

Member Data Documentation

◆ dimension

int constexpr manifolds::Manifold< 4 >::dimension = 4
staticconstexpr

Dimensionality of the manifold.

Used to determine the manifold dimension at compile-time

Definition at line 470 of file Manifold.hpp.

◆ m_geometry

Geometry_4 manifolds::Manifold< 4 >::m_geometry
private

The data structure of scalar values for computations.

Definition at line 465 of file Manifold.hpp.

◆ topology

topology_type constexpr manifolds::Manifold< 4 >::topology = topology_type::SPHERICAL
staticconstexpr

Topology of the manifold.

Definition at line 473 of file Manifold.hpp.


The documentation for this class was generated from the following file: