|
CDT++
Causal Dynamical Triangulations in C++
|
Tests for wraparound grids. More...
Include dependency graph for Torus_test.cpp:Go to the source code of this file.
Functions | |
| GIVEN ("A 2-torus") | |
| GIVEN ("A 3-torus") | |
| GIVEN ("A constructed 2-torus") | |
| points | reserve (NUMBER_OF_POINTS) |
Variables | |
| std::vector< Point > | points |
Tests for wraparound grids.
Causal Dynamical Triangulations in C++ using CGAL
Copyright © 2017 Adam Getchell
Tests that 2-tori and 3-tori are correctly constructed in 3D and 4D.
Definition in file Torus_test.cpp.
| GIVEN | ( | "A 2-torus" | ) |
Definition at line 20 of file Torus_test.cpp.
| GIVEN | ( | "A 3-torus" | ) |
Definition at line 45 of file Torus_test.cpp.
| GIVEN | ( | "A constructed 2-torus" | ) |
Definition at line 31 of file Torus_test.cpp.
| std::vector<Point> points |
Definition at line 18 of file Torus_test.cpp.