dune-pdelab  2.7-git
Public Types | List of all members
Dune::PDELab::PowerGridFunctionSpace< T, k, Backend, OrderingTag >::ConstraintsContainer< E > Struct Template Reference

extract type for storing constraints More...

#include <dune/pdelab/gridfunctionspace/powergridfunctionspace.hh>

Public Types

typedef std::conditional< std::is_same< typename T::template ConstraintsContainer< E >::Type, EmptyTransformation >::value, EmptyTransformation, ConstraintsTransformation< typename Ordering::Traits::DOFIndex, typename Ordering::Traits::ContainerIndex, E > >::type Type
 

Detailed Description

template<typename T, std::size_t k, typename Backend, typename OrderingTag = LexicographicOrderingTag>
template<typename E>
struct Dune::PDELab::PowerGridFunctionSpace< T, k, Backend, OrderingTag >::ConstraintsContainer< E >

extract type for storing constraints

Member Typedef Documentation

◆ Type

template<typename T , std::size_t k, typename Backend , typename OrderingTag = LexicographicOrderingTag>
template<typename E >
typedef std::conditional< std::is_same< typename T::template ConstraintsContainer<E>::Type, EmptyTransformation >::value, EmptyTransformation, ConstraintsTransformation< typename Ordering::Traits::DOFIndex, typename Ordering::Traits::ContainerIndex, E > >::type Dune::PDELab::PowerGridFunctionSpace< T, k, Backend, OrderingTag >::ConstraintsContainer< E >::Type

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