CDT++
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
Vertex_test.cpp File Reference

Tests on points and vertices in foliated Delaunay triangulations. More...

#include <doctest/doctest.h>
#include <algorithm>
#include <numbers>
#include "Manifold.hpp"
+ Include dependency graph for Vertex_test.cpp:

Go to the source code of this file.

Typedefs

using Manifold = Manifold_3
 
using Point = Point_t< 3 >
 

Functions

 GIVEN ("A foliated Delaunay triangulation.")
 
 GIVEN ("Some points.")
 

Variables

static auto constexpr RADIUS_2 = 2.0 * std::numbers::inv_sqrt3_v<double>
 

Detailed Description

Tests on points and vertices in foliated Delaunay triangulations.

Author
Adam Getchell

Tests for inserting and deleting vertices.

Definition in file Vertex_test.cpp.

Typedef Documentation

◆ Manifold

Initial value:
{
using Causal_vertices = Causal_vertices_t<3>

Definition at line 42 of file Vertex_test.cpp.

◆ Point

using Point = Point_t<3>

Definition at line 43 of file Vertex_test.cpp.

Function Documentation

◆ GIVEN() [1/2]

GIVEN ( "A foliated Delaunay triangulation."  )

Definition at line 44 of file Vertex_test.cpp.

◆ GIVEN() [2/2]

GIVEN ( "Some points."  )

Definition at line 26 of file Vertex_test.cpp.

Variable Documentation

◆ RADIUS_2

auto constexpr RADIUS_2 = 2.0 * std::numbers::inv_sqrt3_v<double>
inlinestaticconstexpr

Definition at line 21 of file Vertex_test.cpp.