|
CDT++
Causal Dynamical Triangulations in C++
|
Comprehensive tests for bistellar flip operations. More...
Include dependency graph for Bistellar_flip_test.cpp:Go to the source code of this file.
Functions | |
| auto | create_test_triangulation () -> Delaunay |
| SCENARIO ("Perform basic bistellar flip on Delaunay triangulation" *doctest::test_suite("bistellar_flip")) | |
| SCENARIO ("Test edge cases and error conditions for bistellar flip" *doctest::test_suite("bistellar_flip")) | |
| SCENARIO ("Verify cell orientation and vertex ordering after bistellar flip" *doctest::test_suite("bistellar_flip")) | |
| SCENARIO ("Verify neighbor relationships after bistellar flip" *doctest::test_suite("bistellar_flip")) | |
| SCENARIO ("Verify that a flipped triangulation can be used in a Manifold" *doctest::test_suite("bistellar_flip")) | |
| auto | verify_neighbor_relationships (Delaunay const &triangulation) -> bool |
| auto | verify_triangulation_validity (Delaunay const &triangulation) -> bool |
Variables | |
| static std::floating_point auto constexpr | INV_SQRT_2 = 1 / SQRT_2 |
| static std::floating_point auto constexpr | SQRT_2 |
Comprehensive tests for bistellar flip operations.
Tests for the bistellar_flip function including:
Definition in file Bistellar_flip_test.cpp.
| auto create_test_triangulation | ( | ) | -> Delaunay |
Definition at line 31 of file Bistellar_flip_test.cpp.
| SCENARIO | ( | "Perform basic bistellar flip on Delaunay triangulation" * | doctest::test_suite"bistellar_flip" | ) |
Definition at line 107 of file Bistellar_flip_test.cpp.
| SCENARIO | ( | "Test edge cases and error conditions for bistellar flip" * | doctest::test_suite"bistellar_flip" | ) |
Definition at line 261 of file Bistellar_flip_test.cpp.
| SCENARIO | ( | "Verify cell orientation and vertex ordering after bistellar flip" * | doctest::test_suite"bistellar_flip" | ) |
Definition at line 204 of file Bistellar_flip_test.cpp.
| SCENARIO | ( | "Verify neighbor relationships after bistellar flip" * | doctest::test_suite"bistellar_flip" | ) |
Definition at line 152 of file Bistellar_flip_test.cpp.
| SCENARIO | ( | "Verify that a flipped triangulation can be used in a Manifold" * | doctest::test_suite"bistellar_flip" | ) |
Definition at line 327 of file Bistellar_flip_test.cpp.
| auto verify_neighbor_relationships | ( | Delaunay const & | triangulation | ) | -> bool |
Definition at line 75 of file Bistellar_flip_test.cpp.
| auto verify_triangulation_validity | ( | Delaunay const & | triangulation | ) | -> bool |
Definition at line 68 of file Bistellar_flip_test.cpp.
|
inlinestaticconstexpr |
Definition at line 28 of file Bistellar_flip_test.cpp.
|
inlinestaticconstexpr |
Definition at line 26 of file Bistellar_flip_test.cpp.