Reference documentation for deal.II version 9.5.0
|
Functions | |
template<typename VectorType > | |
std::enable_if_t< IsBlockVector< VectorType >::value, unsigned int > | n_blocks (const VectorType &vector) |
template<typename VectorType > | |
std::enable_if_t<!IsBlockVector< VectorType >::value, unsigned int > | n_blocks (const VectorType &) |
template<typename VectorType > | |
std::enable_if_t< IsBlockVector< VectorType >::value, typename VectorType::BlockType & > | subblock (VectorType &vector, unsigned int block_no) |
template<typename VectorType > | |
std::enable_if_t< IsBlockVector< VectorType >::value, const typename VectorType::BlockType & > | subblock (const VectorType &vector, unsigned int block_no) |
template<typename VectorType > | |
std::enable_if_t<!IsBlockVector< VectorType >::value, VectorType & > | subblock (VectorType &vector, unsigned int) |
template<typename VectorType > | |
std::enable_if_t<!IsBlockVector< VectorType >::value, const VectorType & > | subblock (const VectorType &vector, unsigned int) |
template<typename VectorType > | |
std::enable_if_t< IsBlockVector< VectorType >::value, void > | collect_sizes (VectorType &vector) |
template<typename VectorType > | |
std::enable_if_t<!IsBlockVector< VectorType >::value, void > | collect_sizes (const VectorType &) |
std::enable_if_t< IsBlockVector< VectorType >::value, unsigned int > MatrixFreeOperators::BlockHelper::n_blocks | ( | const VectorType & | vector | ) |
Definition at line 50 of file operators.h.
std::enable_if_t<!IsBlockVector< VectorType >::value, unsigned int > MatrixFreeOperators::BlockHelper::n_blocks | ( | const VectorType & | ) |
Definition at line 57 of file operators.h.
std::enable_if_t< IsBlockVector< VectorType >::value, typename VectorType::BlockType & > MatrixFreeOperators::BlockHelper::subblock | ( | VectorType & | vector, |
unsigned int | block_no | ||
) |
Definition at line 65 of file operators.h.
std::enable_if_t< IsBlockVector< VectorType >::value, const typename VectorType::BlockType & > MatrixFreeOperators::BlockHelper::subblock | ( | const VectorType & | vector, |
unsigned int | block_no | ||
) |
Definition at line 74 of file operators.h.
std::enable_if_t<!IsBlockVector< VectorType >::value, VectorType & > MatrixFreeOperators::BlockHelper::subblock | ( | VectorType & | vector, |
unsigned int | |||
) |
Definition at line 82 of file operators.h.
std::enable_if_t<!IsBlockVector< VectorType >::value, const VectorType & > MatrixFreeOperators::BlockHelper::subblock | ( | const VectorType & | vector, |
unsigned int | |||
) |
Definition at line 89 of file operators.h.
std::enable_if_t< IsBlockVector< VectorType >::value, void > MatrixFreeOperators::BlockHelper::collect_sizes | ( | VectorType & | vector | ) |
Definition at line 96 of file operators.h.
std::enable_if_t<!IsBlockVector< VectorType >::value, void > MatrixFreeOperators::BlockHelper::collect_sizes | ( | const VectorType & | ) |
Definition at line 103 of file operators.h.