Wildmeshing Toolkit
largest_shared_subdart_size.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <array>
3 #include <cstdint>
4 #include <wmtk/PrimitiveType.hpp>
5 
6 
7 namespace wmtk::autogen::utils {
8 
9 
11  PrimitiveType mesh_type,
12  int8_t dart_index,
13  PrimitiveType primitive_type,
14  int8_t simplex_index);
16  PrimitiveType mesh_type,
17  int8_t dart_index,
18  int8_t simplex_dimension,
19  int8_t simplex_index);
20 }
auto largest_shared_subdart_size(PrimitiveType mesh_type, int8_t dart_index, int8_t simplex_dimension, int8_t simplex_index) -> int8_t