dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::PDELab::Experimental::GridFunctionSpace< DFBasis, VBE, CE >::ConstraintsContainer< E > Struct Template Reference

extract type for storing constraints More...

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

Public Types

using Type = std::conditional_t< std::is_same< CE, NoConstraints >::value, EmptyTransformation, ConstraintsTransformation< typename Ordering::Traits::DOFIndex, typename Ordering::Traits::ContainerIndex, E > >
 define Type as the Type of a container of E's More...
 

Detailed Description

template<typename DFBasis, typename VBE, typename CE>
template<typename E>
struct Dune::PDELab::Experimental::GridFunctionSpace< DFBasis, VBE, CE >::ConstraintsContainer< E >

extract type for storing constraints


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