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/io/MeshReader.hpp>
#include <wmtk/io/ParaviewWriter.hpp>
#include <wmtk/simplex/link.hpp>
#include <wmtk/utils/mesh_utils.hpp>
#include <wmtk/components/marching/marching.hpp>
Go to the source code of this file.
Functions | |
TEST_CASE ("marching_component_tri", "[components][marching]") | |
TEST_CASE ("marching_component_tet", "[components][marching]") | |
TEST_CASE | ( | "marching_component_tet" | , |
"" | [components][marching] | ||
) |
Definition at line 170 of file marching.cpp.
References wmtk::Edge, wmtk::simplex::faces(), wmtk::components::MarchingOptions::input_values, wmtk::components::MarchingOptions::label_handles, wmtk::components::marching(), wmtk::components::MarchingOptions::output_value, wmtk::components::MarchingOptions::position_handle, wmtk::attribute::Accessor< T, MeshType, Dim >::scalar_attribute(), wmtk::Triangle, wmtk::Vertex, and wmtk::simplex::vertices().
TEST_CASE | ( | "marching_component_tri" | , |
"" | [components][marching] | ||
) |
Definition at line 18 of file marching.cpp.
References wmtk::Edge, wmtk::components::MarchingOptions::edge_filter_handles, wmtk::simplex::edges(), wmtk::components::MarchingOptions::input_values, wmtk::components::MarchingOptions::label_handles, wmtk::simplex::link(), wmtk::components::marching(), wmtk::components::MarchingOptions::output_value, wmtk::components::MarchingOptions::position_handle, wmtk::attribute::Accessor< T, MeshType, Dim >::scalar_attribute(), wmtk::simplex::SimplexCollection::simplex_vector_tuples(), wmtk::Vertex, wmtk::simplex::Simplex::vertex(), and wmtk::simplex::vertices().