dune-pdelab  2.0.0
Public Types | List of all members
Dune::PDELab::GridFunctionSpace< GV, FEM, CE, B, P >::ConstraintsContainer< E > Struct Template Reference

extract type for storing constraints More...

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

Public Types

typedef conditional< is_same
< CE, NoConstraints >::value,
EmptyTransformation,
ConstraintsTransformation
< typename
Ordering::Traits::DOFIndex,
typename
Ordering::Traits::ContainerIndex,
E > >::type 
Type
 define Type as the Type of a container of E's More...
 

Detailed Description

template<typename GV, typename FEM, typename CE = NoConstraints, typename B = ISTLVectorBackend<>, typename P = DefaultLeafOrderingTag>
template<typename E>
struct Dune::PDELab::GridFunctionSpace< GV, FEM, CE, B, P >::ConstraintsContainer< E >

extract type for storing constraints


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