dune-pdelab
2.4.1
|
#include <dune/common/documentation.hh>
#include <dune/pdelab/backend/istl/forwarddeclarations.hh>
#include <cstddef>
Go to the source code of this file.
Classes | |
struct | Dune::PDELab::istl::tags::block_vector |
Tag describing a BlockVector. More... | |
struct | Dune::PDELab::istl::tags::dynamic_vector |
Tag describing a DynamicVector. More... | |
struct | Dune::PDELab::istl::tags::field_vector |
Tag describing an arbitrary FieldVector. More... | |
struct | Dune::PDELab::istl::tags::field_vector_1 |
Tag describing a field vector with block size 1. More... | |
struct | Dune::PDELab::istl::tags::field_vector_n |
Tag describing a field vector with block size > 1. More... | |
struct | Dune::PDELab::istl::tags::bcrs_matrix |
Tag describing a BCRSMatrix. More... | |
struct | Dune::PDELab::istl::tags::dynamic_matrix |
Tag describing a DynamicMatrix. More... | |
struct | Dune::PDELab::istl::tags::field_matrix |
Tag describing an arbitrary FieldMatrix. More... | |
struct | Dune::PDELab::istl::tags::field_matrix_1_any |
Tag describing a FieldMatrix with row block size 1 and arbitrary column block size. More... | |
struct | Dune::PDELab::istl::tags::field_matrix_n_any |
Tag describing a FieldMatrix with row block size > 1 and arbitrary column block size. More... | |
struct | Dune::PDELab::istl::tags::field_matrix_any_1 |
Tag describing a FieldMatrix with arbitrary row block size and column block size 1. More... | |
struct | Dune::PDELab::istl::tags::field_matrix_any_m |
Tag describing a FieldMatrix with arbitrary row block size and column block size > 1. More... | |
struct | Dune::PDELab::istl::tags::field_matrix_1_1 |
Tag describing a FieldMatrix with row block size 1 and column block size 1. More... | |
struct | Dune::PDELab::istl::tags::field_matrix_n_1 |
Tag describing a FieldMatrix with row block size > 1 and column block size 1. More... | |
struct | Dune::PDELab::istl::tags::field_matrix_1_m |
Tag describing a FieldMatrix with row block size 1 and column block size > 1. More... | |
struct | Dune::PDELab::istl::tags::field_matrix_n_m |
Tag describing a FieldMatrix with row block size > 1 and column block size > 1. More... | |
struct | Dune::PDELab::istl::tags::container< T > |
Extracts the container tag from T. More... | |
Namespaces | |
Dune | |
Dune::PDELab | |
Dune::PDELab::istl | |
Dune::PDELab::istl::tags | |
Functions | |
template<typename T > | |
tags::container< T >::type | Dune::PDELab::istl::container_tag (const T &) |
Gets instance of container tag associated with T. More... | |