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 <wmtk/components/multimesh/NamedMultiMesh.hpp>
#include <wmtk/components/multimesh/utils/AttributeDescription.hpp>
#include <wmtk/components/multimesh/utils/get_attribute.hpp>
#include <wmtk/utils/Logger.hpp>
#include "utils.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 13 of file named_multimesh.cpp.
TEST_CASE | ( | "named_multimesh_parse" | , |
"" | [components][multimesh] | ||
) |
Definition at line 18 of file named_multimesh.cpp.
References wmtk::components::multimesh::NamedMultiMesh::get_id(), wmtk::components::multimesh::NamedMultiMesh::get_mesh(), make_child(), 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().