Wildmeshing Toolkit
Loading...
Searching...
No Matches
simplex_index_from_valid_index.hpp
Go to the documentation of this file.
1#pragma once
3
4// NOTE: this header primarily exists to simplify unit testing, not really for use
5namespace wmtk::autogen {
7 PrimitiveType mesh_type,
8 int8_t valid_tuple_index,
9 PrimitiveType simplex_type);
10
11} // namespace wmtk::autogen
12
int8_t simplex_index_from_valid_index(PrimitiveType mesh_type, int8_t valid_tuple_index, PrimitiveType simplex_type)