dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::PDELab::ISTL::tags::field_vector Struct Reference

Tag describing an arbitrary FieldVector. More...

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

Inheritance diagram for Dune::PDELab::ISTL::tags::field_vector:
Inheritance graph

Public Types

typedef field_vector base_tag
 Base tag for this tag category.
 

Detailed Description

Tag describing an arbitrary FieldVector.

The tagging mechanism will never tag a FieldVector 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

Base tag for this tag category.


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