dune-fem  2.4.1-rc
Classes | Namespaces
vector.hh File Reference
#include <dune/common/math.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/bartonnackmanifcheck.hh>
#include <dune/common/fvector.hh>
#include <dune/fem/storage/arrayallocator.hh>
#include <dune/fem/storage/array.hh>
#include <dune/fem/io/streams/streams.hh>
#include "vector_inline.hh"

Go to the source code of this file.

Classes

struct  Dune::Fem::VectorInterfaceArrayTraits< VT >
 
class  Dune::Fem::VectorInterface< VT >
 An abstract vector interface. More...
 
struct  Dune::Fem::SupportsVectorInterface< Vector >
 
struct  Dune::Fem::ExtractCommonFieldType< V, W >
 
struct  Dune::Fem::VectorDefaultTraits< Field, Vector >
 
class  Dune::Fem::VectorDefault< Field, Vector >
 default implementation of VectorInterface More...
 
class  Dune::Fem::FieldVectorAdapter< FieldVectorImp >
 
class  Dune::Fem::FieldVectorAdapter< FieldVector< Field, sz > >
 
class  Dune::Fem::ArrayWrapperVector< FieldImp >
 An implementation of VectorInterface wrapping a standard C++ array. More...
 
class  Dune::Fem::DynamicVector< Field, ArrayAllocator >
 A vector using a DynamicArray as storage. More...
 
class  Dune::Fem::StaticVector< FieldImp, sz >
 implementation of VectorInterface using a C++ array embedded info the class to provide the fields More...
 
class  Dune::Fem::CombinedVector< Vector1Type, Vector2Type >
 
struct  Dune::Fem::Capabilities::HasLeakPointer< DynamicVector< Field, ArrayAllocator > >
 

Namespaces

 Dune
 
 Dune::Fem
 
 Dune::Fem::Capabilities