#include <map>
#include <vector>
Go to the source code of this file.
Namespaces | |
flecsi | |
Typedefs | |
using | flecsi::coloring::coloring_t = std::map< size_t, index_coloring_t > |
using | flecsi::coloring::coloring_meta_t = std::map< std::pair< size_t, size_t >, coloring_info_t > |
using flecsi::coloring::coloring_meta_t = typedef std::map<std::pair<size_t, size_t>, coloring_info_t> |
Type for holding aggregated (from all colors) coloring info.
The map key is the color and index space.
using flecsi::coloring::coloring_t = typedef std::map<size_t, index_coloring_t> |
Define the coloring type.
The map key is the index space identifier.