dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::PDELab::ordering::gfs_to_decorator_descriptor< GFS, Transformation, Undecorated, GlueTag, Tag > Struct Template Reference

#include <dune/pdelab/ordering/decorator.hh>

Inheritance diagram for Dune::PDELab::ordering::gfs_to_decorator_descriptor< GFS, Transformation, Undecorated, GlueTag, Tag >:
Inheritance graph

Public Types

typedef decltype(register_gfs_to_decorator_descriptor(TypeTree::declptr< GFS >(),//the source GridFunctionSpace TypeTree::declptr< Transformation >(),//the full transformation descriptor TypeTree::declptr< Undecorated >(),//the type of the undecorated Ordering to be wrapped in the decorator TypeTree::declptr< GlueTag >(),//the decorated_ordering_tag for the current decoration nesting level TypeTree::declptr< Tag >()//the decorator tag)) type
 

Member Typedef Documentation

◆ type

template<typename GFS , typename Transformation , typename Undecorated , typename GlueTag , typename Tag >
typedef decltype( register_gfs_to_decorator_descriptor( TypeTree::declptr<GFS>(), // the source GridFunctionSpace TypeTree::declptr<Transformation>(), // the full transformation descriptor TypeTree::declptr<Undecorated>(), // the type of the undecorated Ordering to be wrapped in the decorator TypeTree::declptr<GlueTag>(), // the decorated_ordering_tag for the current decoration nesting level TypeTree::declptr<Tag>() // the decorator tag ) ) Dune::PDELab::ordering::gfs_to_decorator_descriptor< GFS, Transformation, Undecorated, GlueTag, Tag >::type

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