dune-fem  2.4.1-rc
Public Types | List of all members
Dune::Fem::VectorDefaultTraits< Field, Vector > Struct Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/storage/vector.hh>

Public Types

typedef Field FieldType
 
typedef Vector VectorType
 
typedef ArrayDefaultIterator< FieldType, VectorTypeIteratorType
 
typedef ArrayDefaultIterator< const FieldType, const VectorTypeConstIteratorType
 

Member Typedef Documentation

template<class Field , class Vector >
typedef ArrayDefaultIterator< const FieldType, const VectorType > Dune::Fem::VectorDefaultTraits< Field, Vector >::ConstIteratorType
template<class Field , class Vector >
typedef Field Dune::Fem::VectorDefaultTraits< Field, Vector >::FieldType
template<class Field , class Vector >
typedef ArrayDefaultIterator< FieldType, VectorType > Dune::Fem::VectorDefaultTraits< Field, Vector >::IteratorType
template<class Field , class Vector >
typedef Vector Dune::Fem::VectorDefaultTraits< Field, Vector >::VectorType

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