Wildmeshing Toolkit
edgemesh_topology_initialization.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include <wmtk/Types.hpp>
5 
6 
7 namespace wmtk {
8 
9 std::tuple<RowVectors2l, VectorXl> edgemesh_topology_initialization(
10  Eigen::Ref<const RowVectors2l> E); // returns {EE, VE}
11 
12 }
Definition: Accessor.hpp:6
std::tuple< RowVectors2l, VectorXl > edgemesh_topology_initialization(Eigen::Ref< const RowVectors2l > E)