dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Attributes | List of all members
Dune::Fem::LocalFunctionAdapterTraits< LocalFunctionImpl > Struct Template Reference

traits of DiscreteFunctionAdapter More...

#include <dune/fem/function/common/localfunctionadapter.hh>

Classes

struct  LocalFuncType
 
struct  LocalFuncType< T, true >
 

Public Types

typedef LocalFunctionImpl::FunctionSpaceType FunctionSpaceType
 
typedef LocalFunctionImpl::GridPartType GridPartType
 
typedef LocalFuncType< LocalFunctionImpl, localFunctionHasCopyConstructor >::Type LocalFuncStorageType
 
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
 
typedef GridPartType::IndexSetType IndexSetType
 type of IndexSet
 
typedef DiscreteFunctionSpaceAdapter< FunctionSpaceType, GridPartTypeDiscreteFunctionSpaceType
 
typedef LocalFunctionAdapter< LocalFunctionImpl > DiscreteFunctionType
 
typedef LocalFunctionAdapterLocalFunction< LocalFunctionImpl > LocalFunctionType
 

Static Public Attributes

static constexpr bool localFunctionHasCopyConstructor = std::is_copy_constructible<LocalFunctionImpl>::value
 

Detailed Description

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

traits of DiscreteFunctionAdapter


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