Reference documentation for deal.II version 9.0.0
|
#include <deal.II/lac/block_vector_base.h>
Static Public Attributes | |
static const bool | value |
Static Private Member Functions | |
template<typename T > | |
static yes_type | check_for_block_vector (const BlockVectorBase< T > *) |
static no_type | check_for_block_vector (...) |
A class that can be used to determine whether a given type is a block vector type or not. For example,
has the value false, whereas
is true. This is sometimes useful in template contexts where we may want to do things differently depending on whether a template type denotes a regular or a block vector type.
Definition at line 62 of file block_vector_base.h.
|
staticprivate |
Overload returning true if the class is derived from BlockVectorBase, which is what block vectors do.
|
staticprivate |
Catch all for all other potential vector types that are not block matrices.