23 #ifndef __MESH_COLORING_H
24 #define __MESH_COLORING_H
47 std::string coloring_type);
52 static const std::vector<std::size_t>&
53 color(
Mesh& mesh,
const std::vector<std::size_t>& coloring_type);
58 std::vector<std::size_t>& colors,
59 const std::vector<std::size_t>& coloring_type);
65 std::string coloring_type);
70 std::vector<std::size_t> coloring_type);
74 static std::size_t
type_to_dim(std::string coloring_type,
const Mesh& mesh);