|
static const std::vector< std::size_t > & | color_cells (Mesh &mesh, std::string coloring_type) |
|
static const std::vector< std::size_t > & | color (Mesh &mesh, const std::vector< std::size_t > &coloring_type) |
|
static std::size_t | compute_colors (const Mesh &mesh, std::vector< std::size_t > &colors, const std::vector< std::size_t > &coloring_type) |
|
static MeshFunction< std::size_t > | cell_colors (std::shared_ptr< const Mesh > mesh, std::string coloring_type) |
|
static MeshFunction< std::size_t > | cell_colors (std::shared_ptr< const Mesh > mesh, std::vector< std::size_t > coloring_type) |
| Return a MeshFunction with the cell colors (used for visualisation)
|
|
static std::size_t | type_to_dim (std::string coloring_type, const Mesh &mesh) |
| Convert coloring type to topological dimension.
|
|
This class computes colorings for a local mesh. It supports vertex, edge, and facet-based colorings.