|
dune-fem
2.8-git
|
#include <dune/fem/space/shapefunctionset/vectorial.hh>
Public Types | |
| typedef FieldMatrix< K, 1, dimD > | ScalarType |
| typedef FieldMatrix< K, dimR, dimD > | VectorialType |
| typedef FieldTraits< VectorialType >::field_type | field_type |
| typedef VectorialType::size_type | ComponentType |
| typedef VectorialType::size_type | size_type |
Static Public Member Functions | |
| static ComponentType | begin () |
| static ComponentType | end () |
| static VectorialType | zeroVectorial () |
| static const FieldVector< K, dimD > & | access (const ScalarType &x) |
| static FieldVector< K, dimD > & | access (ScalarType &x) |
| static const FieldVector< K, dimD > & | access (const VectorialType &x, const ComponentType &i) |
| static FieldVector< K, dimD > & | access (VectorialType &x, const ComponentType &i) |
| static size_type | index (const ComponentType &i) |
Static Public Attributes | |
| static const size_type | factor = dimR |
| typedef VectorialType::size_type Dune::Fem::MakeVectorialTraits< FieldMatrix< K, 1, dimD >, FieldMatrix< K, dimR, dimD > >::ComponentType |
| typedef FieldTraits< VectorialType >::field_type Dune::Fem::MakeVectorialTraits< FieldMatrix< K, 1, dimD >, FieldMatrix< K, dimR, dimD > >::field_type |
| typedef FieldMatrix< K, 1, dimD > Dune::Fem::MakeVectorialTraits< FieldMatrix< K, 1, dimD >, FieldMatrix< K, dimR, dimD > >::ScalarType |
| typedef VectorialType::size_type Dune::Fem::MakeVectorialTraits< FieldMatrix< K, 1, dimD >, FieldMatrix< K, dimR, dimD > >::size_type |
| typedef FieldMatrix< K, dimR, dimD > Dune::Fem::MakeVectorialTraits< FieldMatrix< K, 1, dimD >, FieldMatrix< K, dimR, dimD > >::VectorialType |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |