Function Dune::XT::Functions::get_combination_name

inline std::string Dune::XT::Functions::get_combination_name(CombinationType::difference)

Returns the human-readable name (“difference”, “fraction”, “product”, “sum”) of the given combination tag.

inline std::string Dune::XT::Functions::get_combination_name(CombinationType::fraction)

Returns the name “fraction” for the fraction combination tag.

inline std::string Dune::XT::Functions::get_combination_name(CombinationType::product)

Returns the name “product” for the product combination tag.

inline std::string Dune::XT::Functions::get_combination_name(CombinationType::sum)

Returns the name “sum” for the sum combination tag.