Wildmeshing Toolkit
|
#include <catch2/catch_test_macros.hpp>
#include <tools/DEBUG_TetMesh.hpp>
#include <tools/DEBUG_TriMesh.hpp>
#include <tools/TetMesh_examples.hpp>
#include <tools/TriMesh_examples.hpp>
#include <wmtk/Mesh.hpp>
#include <wmtk/components/simplicial_embedding/simplicial_embedding.hpp>
#include <wmtk/io/ParaviewWriter.hpp>
Go to the source code of this file.
Functions | |
TEST_CASE ("simplicial_embedding_component_tri", "[components][simplicial_embedding][trimesh][2D][scheduler]") | |
TEST_CASE ("simplicial_embedding_component_tet", "[components][simplicial_embedding][tetmesh][3D][scheduler][.]") | |
Variables | |
const std::filesystem::path | data_dir = WMTK_DATA_DIR |
TEST_CASE | ( | "simplicial_embedding_component_tet" | , |
"" | [components][simplicial_embedding][tetmesh][3D][scheduler][.] | ||
) |
Definition at line 116 of file test_simplicial_embedding.cpp.
References data_dir, wmtk::Edge, wmtk::components::SimplicialEmbeddingOptions::pass_through_attributes, wmtk::attribute::Accessor< T, MeshType, Dim >::scalar_attribute(), wmtk::components::simplicial_embedding(), wmtk::components::SimplicialEmbeddingOptions::tag_attributes, wmtk::Triangle, wmtk::components::SimplicialEmbeddingOptions::value, and wmtk::Vertex.
TEST_CASE | ( | "simplicial_embedding_component_tri" | , |
"" | [components][simplicial_embedding][trimesh][2D][scheduler] | ||
) |
Definition at line 16 of file test_simplicial_embedding.cpp.
References data_dir, wmtk::Edge, wmtk::components::SimplicialEmbeddingOptions::pass_through_attributes, wmtk::attribute::Accessor< T, MeshType, Dim >::scalar_attribute(), wmtk::components::simplicial_embedding(), wmtk::components::SimplicialEmbeddingOptions::tag_attributes, wmtk::Triangle, wmtk::components::SimplicialEmbeddingOptions::value, and wmtk::Vertex.
const std::filesystem::path data_dir = WMTK_DATA_DIR |
Definition at line 14 of file test_simplicial_embedding.cpp.
Referenced by TEST_CASE(), and wmtk::components::internal::write().