dune-pdelab  2.4-dev
Public Types | List of all members
Dune::PDELab::istl::tags::field_matrix Struct Reference

Tag describing an arbitrary FieldMatrix. More...

#include <dune/pdelab/backend/istl/tags.hh>

Inheritance diagram for Dune::PDELab::istl::tags::field_matrix:
Inheritance graph

Public Types

typedef field_matrix base_tag
 Base tag for this tag category. More...
 

Detailed Description

Tag describing an arbitrary FieldMatrix.

The tagging mechanism will never tag a FieldMatrix directly with this tag, but will instead return a more specific tag which describes the blocking structure and which inherits from this tag. If you dispatch using a function, you can ignore this detail, as the derived tag will automatically be upcast to this tag, but if you use the tags in a struct, you can always use the member type base_tag to access the common base tag.

Member Typedef Documentation

Base tag for this tag category.


The documentation for this struct was generated from the following file: