27 if (mask.component_mask.size() == 0)
28 out <<
"[all components selected]";
32 for (
unsigned int i = 0; i < mask.component_mask.size(); ++i)
34 out << (mask.component_mask[i] ?
"true" :
"false");
35 if (i != mask.component_mask.size() - 1)
std::size_t memory_consumption() const
std::vector< bool > component_mask
std::ostream & operator<<(std::ostream &out, const ComponentMask &mask)
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
std::enable_if_t< std::is_fundamental< T >::value, std::size_t > memory_consumption(const T &t)