#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/Mesh.hpp>
#include <wmtk/TriMesh.hpp>
#include <wmtk/Types.hpp>
#include <wmtk/components/fusion/fusion.hpp>
#include <wmtk/components/input/input.hpp>
#include <wmtk/components/utils/Paths.hpp>
#include <wmtk/io/Cache.hpp>
#include <wmtk/io/ParaviewWriter.hpp>
#include <wmtk/utils/EigenMatrixWriter.hpp>
#include <wmtk/utils/mesh_utils.hpp>
Go to the source code of this file.
|
using | json = nlohmann::json |
|
|
| TEST_CASE ("fusion_2d", "[components][fusion][.]") |
|
| TEST_CASE ("fusion_3d", "[components][fusion][.]") |
|
|
const std::filesystem::path | data_dir = WMTK_DATA_DIR |
|
◆ json
using json = nlohmann::json |
◆ TEST_CASE() [1/2]
TEST_CASE |
( |
"fusion_2d" |
, |
|
|
"" |
[components][fusion][.] |
|
) |
| |
◆ TEST_CASE() [2/2]
TEST_CASE |
( |
"fusion_3d" |
, |
|
|
"" |
[components][fusion][.] |
|
) |
| |
◆ data_dir
const std::filesystem::path data_dir = WMTK_DATA_DIR |