Reference documentation for deal.II version 9.2.0
|
Functions | |
template<typename VectorType > | |
std::enable_if< IsBlockVector< VectorType >::value, unsigned int >::type | n_blocks (const VectorType &vector) |
template<typename VectorType > | |
std::enable_if<!IsBlockVector< VectorType >::value, unsigned int >::type | n_blocks (const VectorType &) |
template<typename VectorType > | |
std::enable_if< IsBlockVector< VectorType >::value, typename VectorType::BlockType & >::type | subblock (VectorType &vector, unsigned int block_no) |
template<typename VectorType > | |
std::enable_if< IsBlockVector< VectorType >::value, const typename VectorType::BlockType & >::type | subblock (const VectorType &vector, unsigned int block_no) |
template<typename VectorType > | |
std::enable_if<!IsBlockVector< VectorType >::value, VectorType & >::type | subblock (VectorType &vector, unsigned int) |
template<typename VectorType > | |
std::enable_if<!IsBlockVector< VectorType >::value, const VectorType & >::type | subblock (const VectorType &vector, unsigned int) |
template<typename VectorType > | |
std::enable_if< IsBlockVector< VectorType >::value, void >::type | collect_sizes (VectorType &vector) |
template<typename VectorType > | |
std::enable_if<!IsBlockVector< VectorType >::value, void >::type | collect_sizes (const VectorType &) |
std::enable_if<IsBlockVector<VectorType>::value, unsigned int>::type MatrixFreeOperators::BlockHelper::n_blocks | ( | const VectorType & | vector | ) |
Definition at line 49 of file operators.h.
std::enable_if<!IsBlockVector<VectorType>::value, unsigned int>::type MatrixFreeOperators::BlockHelper::n_blocks | ( | const VectorType & | ) |
Definition at line 57 of file operators.h.
std::enable_if<IsBlockVector<VectorType>::value, typename VectorType::BlockType &>::type MatrixFreeOperators::BlockHelper::subblock | ( | VectorType & | vector, |
unsigned int | block_no | ||
) |
Definition at line 65 of file operators.h.
std::enable_if<IsBlockVector<VectorType>::value, const typename VectorType::BlockType &>::type MatrixFreeOperators::BlockHelper::subblock | ( | const VectorType & | vector, |
unsigned int | block_no | ||
) |
Definition at line 73 of file operators.h.
std::enable_if<!IsBlockVector<VectorType>::value, VectorType &>::type MatrixFreeOperators::BlockHelper::subblock | ( | VectorType & | vector, |
unsigned int | |||
) |
Definition at line 82 of file operators.h.
std::enable_if<!IsBlockVector<VectorType>::value, const VectorType &>::type MatrixFreeOperators::BlockHelper::subblock | ( | const VectorType & | vector, |
unsigned int | |||
) |
Definition at line 90 of file operators.h.
std::enable_if<IsBlockVector<VectorType>::value, void>::type MatrixFreeOperators::BlockHelper::collect_sizes | ( | VectorType & | vector | ) |
Definition at line 97 of file operators.h.
std::enable_if<!IsBlockVector<VectorType>::value, void>::type MatrixFreeOperators::BlockHelper::collect_sizes | ( | const VectorType & | ) |
Definition at line 104 of file operators.h.