dune-pdelab 2.7-git
|
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 |
extract type for storing constraints
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 |