|
Wildmeshing Toolkit
|
#include "tetmesh_topology_initialization.h"#include <algorithm>#include <fstream>#include <iostream>#include <vector>#include <wmtk/autogen/tet_mesh/autogenerated_tables.hpp>Go to the source code of this file.
Namespaces | |
| namespace | wmtk |
Functions | |
| std::tuple< RowVectors6l, RowVectors4l, RowVectors4l, VectorXl, VectorXl, VectorXl > | wmtk::tetmesh_topology_initialization (Eigen::Ref< const RowVectors4l > T) |
| Given the mesh connectivity in matrix format, finds unique edges and faces and their relations. | |