Reference documentation for deal.II version 9.3.3
|
#include <deal.II/lac/affine_constraints.h>
Static Public Attributes | |
static const bool | value |
Static Private Member Functions | |
template<typename T > | |
static std::true_type | check (const BlockSparsityPatternBase< T > *) |
static std::false_type | check (...) |
A class that can be used to determine whether a given type is a block sparsity pattern type or not. In this, it matches the IsBlockMatrix class.
Definition at line 2384 of file affine_constraints.h.
|
staticprivate |
Overload returning true if the class is derived from BlockSparsityPatternBase, which is what block sparsity patterns do.
|
staticprivate |
Catch all for all other potential types that are then apparently not block sparsity patterns.
|
static |
A statically computable value that indicates whether the template argument to this class is a block sparsity pattern (in fact whether the type is derived from BlockSparsityPatternBase<T>).
Definition at line 2408 of file affine_constraints.h.