|
Reference documentation for deal.II version 9.2.0
|
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\)
\(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\)
\(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\)
\(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Go to the documentation of this file.
16 #ifndef dealii_fe_block_mask_h
17 #define dealii_fe_block_mask_h
130 bool operator[](
const unsigned int block_index)
const;
219 friend std::ostream &
242 : block_mask(block_mask)
295 [](
const bool selected) { return selected; });
310 for (
unsigned int c = 0; c <
block_mask.size(); ++c)
343 std::vector<bool> new_mask(
block_mask.size());
344 for (
unsigned int i = 0; i <
block_mask.size(); ++i)
365 std::vector<bool> new_mask(
block_mask.size());
366 for (
unsigned int i = 0; i <
block_mask.size(); ++i)
bool operator[](const unsigned int block_index) const
std::vector< bool > block_mask
BlockMask operator&(const BlockMask &mask) const
#define AssertIndexRange(index, range)
unsigned int n_selected_blocks(const unsigned int overall_number_of_blocks=numbers::invalid_unsigned_int) const
bool operator!=(const BlockMask &mask) const
std::enable_if< IsBlockVector< VectorType >::value, unsigned int >::type n_blocks(const VectorType &vector)
static ::ExceptionBase & ExcMessage(std::string arg1)
std::size_t memory_consumption() const
#define DEAL_II_NAMESPACE_OPEN
#define AssertDimension(dim1, dim2)
bool represents_the_all_selected_mask() const
unsigned int first_selected_block(const unsigned int overall_number_of_blocks=numbers::invalid_unsigned_int) const
bool represents_n_blocks(const unsigned int n) const
#define Assert(cond, exc)
OutputOperator< VectorType > & operator<<(OutputOperator< VectorType > &out, unsigned int step)
static const unsigned int invalid_unsigned_int
unsigned int size() const
#define DEAL_II_NAMESPACE_CLOSE
bool operator==(const BlockMask &mask) const
BlockMask operator|(const BlockMask &mask) const
friend std::ostream & operator<<(std::ostream &out, const BlockMask &mask)