dune-pdelab  2.7-git
Classes | Namespaces | Functions
backend/istl/tags.hh File Reference
#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
 For backward compatibility – Do not use this!
 
 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...