Wildmeshing Toolkit
|
#include <fmt/ranges.h>
#include <catch2/catch_test_macros.hpp>
#include <nlohmann/json.hpp>
#include <wmtk/Mesh.hpp>
#include <wmtk/components/input/input.hpp>
#include "tools/TriMesh_examples.hpp"
#include "wmtk/components/multimesh/NamedMultiMesh.hpp"
#include <wmtk/multimesh/same_simplex_dimension_bijection.hpp>
Go to the source code of this file.
Typedefs | |
using | json = nlohmann::json |
Functions | |
TEST_CASE ("named_multimesh_parse", "[components][multimesh]") | |
using json = nlohmann::json |
Definition at line 11 of file named_multimesh.cpp.
TEST_CASE | ( | "named_multimesh_parse" | , |
"" | [components][multimesh] | ||
) |
Definition at line 43 of file named_multimesh.cpp.
References wmtk::components::multimesh::NamedMultiMesh::get_id(), wmtk::components::multimesh::NamedMultiMesh::get_mesh(), wmtk::components::procedural::make_mesh(), wmtk::components::multimesh::NamedMultiMesh::root(), wmtk::components::multimesh::NamedMultiMesh::set_mesh(), wmtk::components::multimesh::NamedMultiMesh::set_name(), and wmtk::components::multimesh::NamedMultiMesh::set_names().