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

extract type for storing constraints More...

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

Public Types

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

Detailed Description

template<typename Backend, typename OrderingTag, typename... Children>
template<typename E>
struct Dune::PDELab::CompositeGridFunctionSpace< Backend, OrderingTag, Children >::ConstraintsContainer< E >

extract type for storing constraints

Member Typedef Documentation

◆ Type

template<typename Backend , typename OrderingTag , typename... Children>
template<typename E >
typedef std::conditional< std::conjunction_v< std::is_same< EmptyTransformation, typename Children::template ConstraintsContainer<E>::Type>...>, EmptyTransformation, ConstraintsTransformation< typename Ordering::Traits::DOFIndex, typename Ordering::Traits::ContainerIndex, E > >::type Dune::PDELab::CompositeGridFunctionSpace< Backend, OrderingTag, Children >::ConstraintsContainer< E >::Type

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