![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
singlerowcolmatrix.hh
Go to the documentation of this file.
11#warning This header is deprecated and will be removed after 2.11. Use corresponding header from dune-assembler instead.
131[[deprecated("This class is deprecated and will be removed after 2.11. Use Dune::Assembler::IsSingleColumnMatrix instead.")]]
132IsSingleColumnMatrix : public decltype(Imp::isSingleColumnMatrix( std::declval<std::decay_t<T>*>()))
Definition dunefunctionsboundaryfunctionalassembler.hh:29
Dune::Assembler::SingleColumnMatrix< Base > SingleColumnMatrix
Tag matrix as single column matrix.
Definition singlerowcolmatrix.hh:100
Dune::Assembler::SingleRowMatrix< Base > SingleRowMatrix
Tag matrix as single row matrix.
Definition singlerowcolmatrix.hh:65
Traits class to check if matrix is marked as single column matrix.
Definition singlerowcolmatrix.hh:133
Traits class to check if matrix is marked as single row matrix.
Definition singlerowcolmatrix.hh:144
T declval(T... args)
