Wildmeshing Toolkit
utils.cpp File Reference
#include <wmtk/Mesh.hpp>
#include "tools/TriMesh_examples.hpp"
#include "utils.hpp"
#include <wmtk/multimesh/same_simplex_dimension_bijection.hpp>
Include dependency graph for utils.cpp:

Go to the source code of this file.

Functions

std::shared_ptr< wmtk::Meshmake_mesh ()
 
auto make_child (wmtk::Mesh &m, const std::vector< int64_t > &path) -> std::vector< std::shared_ptr< wmtk::Mesh >>
 

Function Documentation

◆ make_child()

auto make_child ( wmtk::Mesh m,
const std::vector< int64_t > &  path 
) -> std::vector<std::shared_ptr<wmtk::Mesh>>

Definition at line 11 of file utils.cpp.

References make_mesh(), and wmtk::multimesh::same_simplex_dimension_bijection().

Referenced by TEST_CASE().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ make_mesh()

std::shared_ptr<wmtk::Mesh> make_mesh ( )

Definition at line 6 of file utils.cpp.

Referenced by make_child(), and TEST_CASE().

Here is the caller graph for this function: