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