#include <catch2/catch_test_macros.hpp>
#include <nlohmann/json.hpp>
#include <tools/DEBUG_TetMesh.hpp>
#include <tools/DEBUG_TriMesh.hpp>
#include <tools/TetMesh_examples.hpp>
#include <tools/TriMesh_examples.hpp>
#include <wmtk/components/tag_intersection/internal/TagIntersection.hpp>
#include <wmtk/components/tag_intersection/internal/TagIntersectionOptions.hpp>
#include <wmtk/components/tag_intersection/tag_intersection.hpp>
Go to the source code of this file.
|
using | json = nlohmann::json |
|
|
| TEST_CASE ("component_tag_intersection_options", "[components][tag_intersection]") |
|
| TEST_CASE ("component_tag_intersection_tri", "[components][tag_intersection]") |
|
| TEST_CASE ("component_tag_intersection_tet", "[components][tag_intersection]") |
|
◆ json
using json = nlohmann::json |
◆ TEST_CASE() [1/3]
TEST_CASE |
( |
"component_tag_intersection_options" |
, |
|
|
"" |
[components][tag_intersection] |
|
) |
| |
◆ TEST_CASE() [2/3]
TEST_CASE |
( |
"component_tag_intersection_tet" |
, |
|
|
"" |
[components][tag_intersection] |
|
) |
| |
◆ TEST_CASE() [3/3]
TEST_CASE |
( |
"component_tag_intersection_tri" |
, |
|
|
"" |
[components][tag_intersection] |
|
) |
| |