![]() |
deal.II version 9.7.0
|
#include <deal.II/base/memory_consumption.h>#include <deal.II/fe/component_mask.h>#include <iostream>Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &out, const ComponentMask &mask) |
| std::ostream & operator<< | ( | std::ostream & | out, |
| const ComponentMask & | mask ) |
Write a component mask to an output stream. If the component mask represents one where all components are selected without specifying a particular size of the mask, then it writes the string [all
components selected] to the stream. Otherwise, it prints the component mask in a form like [true,true,true,false].
| out | The stream to write to. |
| mask | The mask to write. |
Definition at line 25 of file component_mask.cc.