deal.II version GIT relicensing-2169-gec1b43f35b 2024-11-22 07:10:00+00:00
|
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 49 of file operators.h.
std::enable_if_t<!IsBlockVector< VectorType >::value, unsigned int > MatrixFreeOperators::BlockHelper::n_blocks | ( | const VectorType & | ) |
Definition at line 56 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 64 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 73 of file operators.h.
std::enable_if_t<!IsBlockVector< VectorType >::value, VectorType & > MatrixFreeOperators::BlockHelper::subblock | ( | VectorType & | vector, |
unsigned int | |||
) |
Definition at line 81 of file operators.h.
std::enable_if_t<!IsBlockVector< VectorType >::value, const VectorType & > MatrixFreeOperators::BlockHelper::subblock | ( | const VectorType & | vector, |
unsigned int | |||
) |
Definition at line 88 of file operators.h.
std::enable_if_t< IsBlockVector< VectorType >::value, void > MatrixFreeOperators::BlockHelper::collect_sizes | ( | VectorType & | vector | ) |
Definition at line 95 of file operators.h.
std::enable_if_t<!IsBlockVector< VectorType >::value, void > MatrixFreeOperators::BlockHelper::collect_sizes | ( | const VectorType & | ) |
Definition at line 102 of file operators.h.