dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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, typenameChildren::templateConstraintsContainer< E >::Type >... >, EmptyTransformation, ConstraintsTransformation< typenameOrdering::Traits::DOFIndex, typenameOrdering::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,typenameChildren::templateConstraintsContainer<E>::Type>...>,EmptyTransformation,ConstraintsTransformation<typenameOrdering::Traits::DOFIndex,typenameOrdering::Traits::ContainerIndex,E>>::type Dune::PDELab::CompositeGridFunctionSpace< Backend, OrderingTag, Children >::ConstraintsContainer< E >::Type

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