dune-fem  2.4.1-rc
Public Types | Static Public Attributes | List of all members
Dune::Fem::LocalFunctionAdapterTraits< LocalFunctionImpl > Struct Template Reference

traits of DiscreteFunctionAdapter More...

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

Public Types

typedef LocalFunctionImpl::FunctionSpaceType FunctionSpaceType
 
typedef LocalFunctionImpl::GridPartType GridPartType
 
typedef FunctionSpaceType::RangeFieldType RangeFieldType
 
typedef FunctionSpaceType::DomainFieldType DomainFieldType
 
typedef FunctionSpaceType::RangeType RangeType
 
typedef FunctionSpaceType::DomainType DomainType
 
typedef FunctionSpaceType::JacobianRangeType JacobianRangeType
 
typedef FunctionSpaceType::HessianRangeType HessianRangeType
 
typedef GridPartType::GridType GridType
 
typedef GridPartType::template Codim< 0 >::EntityType EntityType
 
typedef GridPartType::template Codim< 0 >::IteratorType IteratorType
 type of iterator More...
 
typedef GridPartType::IndexSetType IndexSetType
 type of IndexSet More...
 
typedef DiscreteFunctionSpaceAdapter< FunctionSpaceType, GridPartTypeDiscreteFunctionSpaceType
 
typedef LocalFunctionAdapter< LocalFunctionImpl > DiscreteFunctionType
 
typedef LocalFunctionAdapterLocalFunction< LocalFunctionImpl > LocalFunctionType
 

Static Public Attributes

static const bool localFunctionHasInitialize = Conversion< LocalFunctionImpl, LocalFunctionAdapterHasInitialize >::exists
 

Detailed Description

template<class LocalFunctionImpl>
struct Dune::Fem::LocalFunctionAdapterTraits< LocalFunctionImpl >

traits of DiscreteFunctionAdapter


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