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

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/function/vectorfunction/vectorfunction.hh>

Inheritance diagram for Dune::Fem::DiscreteFunctionTraits< VectorDiscreteFunction< DiscreteFunctionSpace, Vector > >:
Inheritance graph

Public Types

typedef VectorDiscreteFunction< DiscreteFunctionSpace, Vector > DiscreteFunctionType
 
typedef MutableLocalFunction< DiscreteFunctionTypeLocalFunctionType
 
typedef SimpleBlockVector< Vector, DiscreteFunctionSpace::localBlockSize > DofVectorType
 
typedef DiscreteFunctionSpace DiscreteFunctionSpaceType
 
typedef DiscreteFunctionSpaceType::DomainType DomainType
 
typedef DiscreteFunctionSpaceType::RangeType RangeType
 
typedef DofVectorType::IteratorType DofIteratorType
 
typedef DofVectorType::ConstIteratorType ConstDofIteratorType
 
typedef DofVectorType::DofBlockType DofBlockType
 
typedef DofVectorType::ConstDofBlockType ConstDofBlockType
 
typedef DofVectorType::DofBlockPtrType DofBlockPtrType
 
typedef DofVectorType::ConstDofBlockPtrType ConstDofBlockPtrType
 
typedef DiscreteFunctionSpaceType::BlockMapperType MapperType
 
typedef DofVectorType::FieldType DofType
 
typedef ThreadSafeValue< UninitializedObjectStackLocalDofVectorStackType
 
typedef StackAllocator< DofType, LocalDofVectorStackType * > LocalDofVectorAllocatorType
 
typedef DynamicReferenceVector< DofType, LocalDofVectorAllocatorTypeLocalDofVectorType
 

Member Typedef Documentation

template<typename DiscreteFunctionSpace , typename Vector >
typedef VectorDiscreteFunction< DiscreteFunctionSpace, Vector > Dune::Fem::DiscreteFunctionTraits< VectorDiscreteFunction< DiscreteFunctionSpace, Vector > >::DiscreteFunctionType
typedef DofVectorType::DofBlockType Dune::Fem::DefaultDiscreteFunctionTraits< DiscreteFunctionSpace, SimpleBlockVector< Vector, DiscreteFunctionSpace::localBlockSize > >::DofBlockType
inherited
typedef DofVectorType::FieldType Dune::Fem::DefaultDiscreteFunctionTraits< DiscreteFunctionSpace, SimpleBlockVector< Vector, DiscreteFunctionSpace::localBlockSize > >::DofType
inherited
typedef SimpleBlockVector< Vector, DiscreteFunctionSpace::localBlockSize > Dune::Fem::DefaultDiscreteFunctionTraits< DiscreteFunctionSpace, SimpleBlockVector< Vector, DiscreteFunctionSpace::localBlockSize > >::DofVectorType
inherited
typedef DiscreteFunctionSpaceType::DomainType Dune::Fem::DefaultDiscreteFunctionTraits< DiscreteFunctionSpace, SimpleBlockVector< Vector, DiscreteFunctionSpace::localBlockSize > >::DomainType
inherited
template<typename DiscreteFunctionSpace , typename Vector >
typedef MutableLocalFunction< DiscreteFunctionType > Dune::Fem::DiscreteFunctionTraits< VectorDiscreteFunction< DiscreteFunctionSpace, Vector > >::LocalFunctionType
typedef DiscreteFunctionSpaceType::BlockMapperType Dune::Fem::DefaultDiscreteFunctionTraits< DiscreteFunctionSpace, SimpleBlockVector< Vector, DiscreteFunctionSpace::localBlockSize > >::MapperType
inherited
typedef DiscreteFunctionSpaceType::RangeType Dune::Fem::DefaultDiscreteFunctionTraits< DiscreteFunctionSpace, SimpleBlockVector< Vector, DiscreteFunctionSpace::localBlockSize > >::RangeType
inherited

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