dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Dune::Fem::SimpleBlockVector< Container, BlockSize >::ContainerAccess< Dune::DynamicVector< K > > Struct Template Reference

#include <dune/fem/function/blockvectors/defaultblockvectors.hh>

Public Types

typedef Dune::DynamicVector< K > Array
 

Static Public Member Functions

static FieldTypedata (Array &array)
 
static const FieldTypedata (const Array &array)
 

Member Typedef Documentation

◆ Array

template<class Container , int BlockSize>
template<class K >
typedef Dune::DynamicVector< K > Dune::Fem::SimpleBlockVector< Container, BlockSize >::ContainerAccess< Dune::DynamicVector< K > >::Array

Member Function Documentation

◆ data() [1/2]

template<class Container , int BlockSize>
template<class K >
static FieldType * Dune::Fem::SimpleBlockVector< Container, BlockSize >::ContainerAccess< Dune::DynamicVector< K > >::data ( Array array)
inlinestatic

◆ data() [2/2]

template<class Container , int BlockSize>
template<class K >
static const FieldType * Dune::Fem::SimpleBlockVector< Container, BlockSize >::ContainerAccess< Dune::DynamicVector< K > >::data ( const Array array)
inlinestatic

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