dune-fem 2.8.0
|
#include <dune/fem/space/common/datacollector.hh>
Public Types | |
typedef DiscreteFunctionType::DiscreteFunctionSpaceType | DiscreteFunctionSpaceType |
typedef DiscreteFunctionSpaceType::GridType | GridType |
typedef DiscreteFunctionSpaceType::EntityType | EntityType |
typedef GridType::template Codim< 0 >::Entity | GridEntityType |
typedef DofManager< GridType > | DofManagerType |
typedef DofManagerType::InlineStreamType | ObjectStreamType |
typedef std::pair< ObjectStreamType *, const GridEntityType * > | ParamType |
typedef LocalInterface< ParamType > | LocalInterfaceType |
typedef DiscreteFunctionType::DiscreteFunctionSpaceType Dune::Fem::LocalDataInlinerTraits< DiscreteFunctionType >::DiscreteFunctionSpaceType |
typedef DofManager< GridType > Dune::Fem::LocalDataInlinerTraits< DiscreteFunctionType >::DofManagerType |
typedef DiscreteFunctionSpaceType::EntityType Dune::Fem::LocalDataInlinerTraits< DiscreteFunctionType >::EntityType |
typedef GridType::template Codim<0>::Entity Dune::Fem::LocalDataInlinerTraits< DiscreteFunctionType >::GridEntityType |
typedef DiscreteFunctionSpaceType::GridType Dune::Fem::LocalDataInlinerTraits< DiscreteFunctionType >::GridType |
typedef LocalInterface< ParamType > Dune::Fem::LocalDataInlinerTraits< DiscreteFunctionType >::LocalInterfaceType |
typedef DofManagerType::InlineStreamType Dune::Fem::LocalDataInlinerTraits< DiscreteFunctionType >::ObjectStreamType |
typedef std::pair< ObjectStreamType *, const GridEntityType * > Dune::Fem::LocalDataInlinerTraits< DiscreteFunctionType >::ParamType |