dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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< typenameT::templateConstraintsContainer< E >::Type, EmptyTransformation >::value, EmptyTransformation, ConstraintsTransformation< typenameOrdering::Traits::DOFIndex, typenameOrdering::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<typenameT::templateConstraintsContainer<E>::Type,EmptyTransformation>::value,EmptyTransformation,ConstraintsTransformation<typenameOrdering::Traits::DOFIndex,typenameOrdering::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: