|
CDT++
Causal Dynamical Triangulations in C++
|
Tests for 3D triangulated and foliated tetrahedrons. More...
Include dependency graph for Tetrahedron_test.cpp:Go to the source code of this file.
Functions | |
| SCENARIO ("Construct a foliated tetrahedron in a foliated triangulation" *doctest::test_suite("tetrahedron")) | |
| SCENARIO ("Construct a tetrahedron in a Delaunay triangulation" *doctest::test_suite("tetrahedron")) | |
| SCENARIO ("Find distances between points of the tetrahedron" *doctest::test_suite("tetrahedron")) | |
Variables | |
| static auto constexpr | RADIUS_2 = 2.0 * std::numbers::inv_sqrt3_v<double> |
Tests for 3D triangulated and foliated tetrahedrons.
Tests that 3D triangulated and foliated tetrahedrons are constructed correctly.
Definition in file Tetrahedron_test.cpp.
| SCENARIO | ( | "Construct a foliated tetrahedron in a foliated triangulation" * | doctest::test_suite"tetrahedron" | ) |
Definition at line 172 of file Tetrahedron_test.cpp.
| SCENARIO | ( | "Construct a tetrahedron in a Delaunay triangulation" * | doctest::test_suite"tetrahedron" | ) |
Definition at line 24 of file Tetrahedron_test.cpp.
| SCENARIO | ( | "Find distances between points of the tetrahedron" * | doctest::test_suite"tetrahedron" | ) |
Definition at line 85 of file Tetrahedron_test.cpp.
|
inlinestaticconstexpr |
Definition at line 22 of file Tetrahedron_test.cpp.