![]() |
deal.II version GIT relicensing-2879-g253433159b 2025-03-21 00:10:00+00:00
|
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/memory_consumption.h>
#include <deal.II/base/types.h>
#include <algorithm>
#include <iosfwd>
#include <vector>
Go to the source code of this file.
Classes | |
class | BlockMask |
Functions | |
std::ostream & | operator<< (std::ostream &out, const BlockMask &mask) |
Write a block mask to an output stream. If the block mask represents one where all blocks are selected without specifying a particular size of the mask, then it writes the string [all blocks selected]
to the stream. Otherwise, it prints the block 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 block_mask.cc.