![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
istlmatrixbackend.hh File Reference
#include <type_traits>#include <utility>#include <dune/common/deprecated.hh>#include <dune/common/indices.hh>#include <dune/common/fmatrix.hh>#include <dune/common/hybridutilities.hh>#include <dune/functions/common/indexaccess.hh>#include <dune/assembler/backends/singlerowcolmatrix.hh>#include <dune/fufem/backends/matrixbuilder.hh>Go to the source code of this file.
Classes | |
| struct | Dune::Fufem::Concept::ConstMatrixBackend< RowBasis, ColBasis > |
| struct | Dune::Fufem::Concept::MatrixBackend< RowBasis, ColBasis > |
| class | Dune::Fufem::ISTLMatrixBackend< M, E > |
Namespaces | |
| namespace | Dune |
| namespace | Dune::Fufem |
| namespace | Dune::Fufem::Concept |
Functions | |
| template<class Entry , class Matrix > | |
| auto | Dune::Fufem::istlMatrixBackend (Matrix &matrix) |
| template<class Matrix > | |
| auto | Dune::Fufem::istlMatrixBackend (Matrix &matrix) |
| template<class RowBasis , class ColBasis , class M > | |
| decltype(auto) | Dune::Fufem::toConstMatrixBackend (M &m) |
Return a ConstMatrixBackend for given matrix. | |
| template<class RowBasis , class ColBasis , class M > | |
| decltype(auto) | Dune::Fufem::toMatrixBackend (M &m) |
Return a MatrixBackend for given matrix. | |
Detailed Description
- Deprecated:
- This header is deprecated and will be removed after 2.11. Use the
ISTLMatrixBackendfrom the dune-assember module instead.
