Wildmeshing Toolkit
Loading...
Searching...
No Matches
valid_index_from_tuple.hxx
Go to the documentation of this file.
1#pragma once
2// DO NOT MODIFY, autogenerated from the /scripts directory
7inline int8_t valid_index_from_tuple(const Tuple& t)
8{
9 {
10 const int64_t offset = local_id_table_offset(t);
11 const int8_t valid_index = auto_all_to_valid_tuple_indices[offset];
12 return valid_index;
13 }
14}
15} // namespace wmtk::autogen::edge_mesh
The Tuple is the basic navigation tool in our mesh data structure.
Definition Tuple.hpp:19
int64_t local_id_table_offset(const Tuple &t)
int8_t valid_index_from_tuple(const Tuple &t)
const int8_t auto_all_to_valid_tuple_indices[2]