Wildmeshing Toolkit
test_component_procedural.cpp File Reference
#include <catch2/catch_test_macros.hpp>
#include <nlohmann/json.hpp>
#include <wmtk/components/procedural/procedural.hpp>
#include <wmtk/components/utils/Paths.hpp>
#include <wmtk/io/Cache.hpp>
#include <wmtk/io/ParaviewWriter.hpp>
Include dependency graph for test_component_procedural.cpp:

Go to the source code of this file.

Typedefs

using json = nlohmann::json
 

Functions

 TEST_CASE ("component_procedural_nocoord", "[components][procedural][.]")
 
 TEST_CASE ("component_procedural_coords", "[components][procedural][.]")
 
 TEST_CASE ("component_procedural_cyclic_grids", "[components][procedural]")
 

Variables

const std::filesystem::path data_dir = WMTK_DATA_DIR
 

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 9 of file test_component_procedural.cpp.

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "component_procedural_coords"  ,
""  [components][procedural][.] 
)

Definition at line 67 of file test_component_procedural.cpp.

◆ TEST_CASE() [2/3]

TEST_CASE ( "component_procedural_cyclic_grids"  ,
""  [components][procedural] 
)

Definition at line 132 of file test_component_procedural.cpp.

◆ TEST_CASE() [3/3]

TEST_CASE ( "component_procedural_nocoord"  ,
""  [components][procedural][.] 
)

Definition at line 13 of file test_component_procedural.cpp.

Variable Documentation

◆ data_dir

const std::filesystem::path data_dir = WMTK_DATA_DIR

Definition at line 11 of file test_component_procedural.cpp.