Wildmeshing Toolkit
|
#include "axis_aligned_fusion.hpp"
#include <wmtk/Mesh.hpp>
#include <wmtk/TetMesh.hpp>
#include <wmtk/TriMesh.hpp>
#include <wmtk/Types.hpp>
#include <wmtk/utils/EigenMatrixWriter.hpp>
#include <wmtk/utils/Logger.hpp>
#include <wmtk/utils/mesh_utils.hpp>
#include <wmtk/multimesh/same_simplex_dimension_bijection.hpp>
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::components | |
wmtk::components::multimesh | |
Functions | |
std::shared_ptr< Mesh > | wmtk::components::multimesh::axis_aligned_fusion (const Mesh &mesh, const std::vector< bool > &operating_axis, double eps) |