dune-pdelab
2.7-git
|
extract type for storing constraints More...
#include <dune/pdelab/gridfunctionspace/vectorgridfunctionspace.hh>
Public Types | |
typedef std::conditional< std::is_same< Constraints, NoConstraints >::value, EmptyTransformation, ConstraintsTransformation< typename Ordering::Traits::DOFIndex, typename Ordering::Traits::ContainerIndex, E > >::type | Type |
extract type for storing constraints
typedef std::conditional< std::is_same< Constraints, NoConstraints >::value, EmptyTransformation, ConstraintsTransformation< typename Ordering::Traits::DOFIndex, typename Ordering::Traits::ContainerIndex, E > >::type Dune::PDELab::VectorGridFunctionSpace< GV, FEM, k, Backend, LeafBackend, Constraints, OrderingTag, LeafOrderingTag >::ConstraintsContainer< E >::Type |