CDT++ 1.0.0
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Geometry.hpp File Reference

Geometric scalars of the Manifold used to calculate the Regge action. More...

#include <type_traits>
#include "Foliated_triangulation.hpp"
Include dependency graph for Geometry.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cdt::Geometry< 3 >
 3D Geometry More...

Namespaces

namespace  cdt
 clang-15 does not support std::format

Typedefs

using cdt::Geometry_3 = Geometry<3>
 Three-dimensional simplex-count geometry.

Detailed Description

Geometric scalars of the Manifold used to calculate the Regge action.

This is a data structure to hold the geometric information of the Manifold for quick access in calculation of the Regge action. There are no class invariants, so it is a simple struct.

Author
Adam Getchell

Definition in file Geometry.hpp.