Wildmeshing Toolkit
tetmesh_topology_initialization.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include <wmtk/Types.hpp>
5 
6 namespace wmtk {
7 
8 
14 std::tuple<RowVectors6l, RowVectors4l, RowVectors4l, VectorXl, VectorXl, VectorXl>
15 tetmesh_topology_initialization(Eigen::Ref<const RowVectors4l> T);
16 // returns TE, TF, TT, VT, ET, FT
17 } // namespace wmtk
Definition: Accessor.hpp:6
std::tuple< RowVectors6l, RowVectors4l, RowVectors4l, VectorXl, VectorXl, VectorXl > tetmesh_topology_initialization(Eigen::Ref< const RowVectors4l > T)
Given the mesh connectivity in matrix format, finds unique edges and faces and their relations.