Wildmeshing Toolkit
test_component_multimesh_from_tag.cpp File Reference
#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/multimesh_from_tag/internal/MultiMeshFromTag.hpp>
#include <wmtk/components/multimesh_from_tag/internal/MultiMeshFromTagOptions.hpp>
#include <wmtk/components/multimesh_from_tag/multimesh_from_tag.hpp>
#include <wmtk/io/ParaviewWriter.hpp>
#include <wmtk/operations/attribute_update/AttributeTransferStrategy.hpp>
#include <wmtk/simplex/Simplex.hpp>
#include <wmtk/simplex/SimplexCollection.hpp>
#include <wmtk/utils/primitive_range.hpp>
Include dependency graph for test_component_multimesh_from_tag.cpp:

Go to the source code of this file.

Typedefs

using json = nlohmann::json
 

Functions

 TEST_CASE ("multimesh_from_tag_tri_tri", "[components][multimesh][multimesh_from_tag]")
 
 TEST_CASE ("multimesh_from_tag_tri_edge", "[components][multimesh][multimesh_from_tag]")
 
 TEST_CASE ("multimesh_from_tag_tri_point", "[components][multimesh][multimesh_from_tag]")
 
 TEST_CASE ("multimesh_from_tag_tet_tet", "[components][multimesh][multimesh_from_tag]")
 
 TEST_CASE ("multimesh_from_tag_tet_tri", "[components][multimesh][multimesh_from_tag]")
 
 TEST_CASE ("multimesh_from_tag_tri_visualization", "[components][multimesh][multimesh_from_tag][.]")
 
 TEST_CASE ("multimesh_from_tag", "[components][multimesh][multimesh_from_tag]")
 

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 16 of file test_component_multimesh_from_tag.cpp.

Function Documentation

◆ TEST_CASE() [1/7]

TEST_CASE ( "multimesh_from_tag"  ,
""  [components][multimesh][multimesh_from_tag] 
)

Definition at line 469 of file test_component_multimesh_from_tag.cpp.

References wmtk::components::multimesh_from_tag(), wmtk::Triangle, and wmtk::io::Cache::write_mesh().

Here is the call graph for this function:

◆ TEST_CASE() [2/7]

◆ TEST_CASE() [3/7]

◆ TEST_CASE() [4/7]

◆ TEST_CASE() [5/7]

TEST_CASE ( "multimesh_from_tag_tri_point"  ,
""  [components][multimesh][multimesh_from_tag] 
)

◆ TEST_CASE() [6/7]

◆ TEST_CASE() [7/7]

TEST_CASE ( "multimesh_from_tag_tri_visualization"  ,
""  [components][multimesh][multimesh_from_tag][.] 
)