dune-fem  2.4.1-rc
Classes | Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::GeoGridPart< CoordFunction > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/gridpart/geogridpart/capabilities.hh>

Inheritance diagram for Dune::Fem::GeoGridPart< CoordFunction >:
Inheritance graph

Classes

struct  Codim
 

Public Types

typedef CoordFunction CoordFunctionType
 
typedef BaseType::GridType GridType
 
typedef BaseType::IndexSetType IndexSetType
 
typedef BaseType::IntersectionIteratorType IntersectionIteratorType
 
typedef BaseType::IntersectionType IntersectionType
 
typedef BaseType::CollectiveCommunicationType CollectiveCommunicationType
 
typedef GeoGridPartTraits< CoordFunction > Traits
 Type of the Traits. More...
 
typedef Traits::GridPartType GridPartType
 Type of the implementation. More...
 
typedef Traits::TwistUtilityType TwistUtilityType
 Twist utility type. More...
 
typedef PoliciesType::GridViewType GridViewType
 
typedef GridType::ctype ctype
 

Public Member Functions

 GeoGridPart (const CoordFunctionType &coordFunction)
 
const GridTypegrid () const
 
GridTypegrid ()
 
const IndexSetTypeindexSet () const
 
template<int codim>
Codim< codim >::IteratorType begin () const
 
template<int codim, PartitionIteratorType pitype>
Codim< codim >::template Partition< pitype >::IteratorType begin () const
 
template<int codim>
Codim< codim >::IteratorType end () const
 
template<int codim, PartitionIteratorType pitype>
Codim< codim >::template Partition< pitype >::IteratorType end () const
 
int level () const
 
IntersectionIteratorType ibegin (const typename Codim< 0 >::EntityType &entity) const
 
IntersectionIteratorType iend (const typename Codim< 0 >::EntityType &entity) const
 
int boundaryId (const IntersectionType &intersection) const
 
const CollectiveCommunicationTypecomm () const
 
template<class DataHandle , class Data >
void communicate (CommDataHandleIF< DataHandle, Data > &handle, InterfaceType iftype, CommunicationDirection dir) const
 
template<class LocalFunction >
Codim< 0 >::EntityType exchangeGeometry (const typename Codim< 0 >::EntityType &entity, const LocalFunction &localCoordFunction) const
 
template<class EntitySeed >
Codim< EntitySeed::codimension >::EntityType entity (const EntitySeed &seed) const
 
template<class Entity >
MakeableInterfaceObject< typename Codim< Entity::codimension >::EntityType > convert (const Entity &entity) const
 
const CoordFunctionTypecoordFunction () const
 
GridViewType gridView () const
 convert grid part into a dune grid view More...
 
IntersectionIteratorType ibegin (const typename Codim< 0 >::EntityType &entity) const
 ibegin of corresponding intersection iterator for given entity More...
 
IntersectionIteratorType iend (const typename Codim< 0 >::EntityType &entity) const
 iend of corresponding intersection iterator for given entity More...
 
void communicate (CommDataHandleIF< DataHandleImp, DataType > &data, InterfaceType iftype, CommunicationDirection dir) const
 corresponding communication method for grid part More...
 
int sequence () const
 return sequence number to update structures depending on the grid part More...
 

Static Public Attributes

static const PartitionIteratorType indexSetPartitionType
 Maximum Partition type, the index set provides indices for. More...
 
static const InterfaceType indexSetInterfaceType
 
static const int dimension
 
static const int dimensionworld
 

Member Typedef Documentation

template<class CoordFunction >
typedef BaseType::CollectiveCommunicationType Dune::Fem::GeoGridPart< CoordFunction >::CollectiveCommunicationType
template<class CoordFunction >
typedef CoordFunction Dune::Fem::GeoGridPart< CoordFunction >::CoordFunctionType
typedef GridType::ctype Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::ctype
inherited

Type of the implementation.

template<class CoordFunction >
typedef BaseType::GridType Dune::Fem::GeoGridPart< CoordFunction >::GridType
typedef PoliciesType::GridViewType Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::GridViewType
inherited
template<class CoordFunction >
typedef BaseType::IndexSetType Dune::Fem::GeoGridPart< CoordFunction >::IndexSetType
template<class CoordFunction >
typedef BaseType::IntersectionIteratorType Dune::Fem::GeoGridPart< CoordFunction >::IntersectionIteratorType
template<class CoordFunction >
typedef BaseType::IntersectionType Dune::Fem::GeoGridPart< CoordFunction >::IntersectionType
typedef GeoGridPartTraits< CoordFunction > Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::Traits
inherited

Type of the Traits.

Twist utility type.

Constructor & Destructor Documentation

template<class CoordFunction >
Dune::Fem::GeoGridPart< CoordFunction >::GeoGridPart ( const CoordFunctionType coordFunction)
inlineexplicit

Member Function Documentation

template<class CoordFunction >
template<int codim>
Codim< codim >::IteratorType Dune::Fem::GeoGridPart< CoordFunction >::begin ( ) const
inline
template<class CoordFunction >
template<int codim, PartitionIteratorType pitype>
Codim< codim >::template Partition< pitype >::IteratorType Dune::Fem::GeoGridPart< CoordFunction >::begin ( ) const
inline
template<class CoordFunction >
int Dune::Fem::GeoGridPart< CoordFunction >::boundaryId ( const IntersectionType intersection) const
inline
template<class CoordFunction >
const CollectiveCommunicationType& Dune::Fem::GeoGridPart< CoordFunction >::comm ( ) const
inline
template<class CoordFunction >
template<class DataHandle , class Data >
void Dune::Fem::GeoGridPart< CoordFunction >::communicate ( CommDataHandleIF< DataHandle, Data > &  handle,
InterfaceType  iftype,
CommunicationDirection  dir 
) const
inline
void Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::communicate ( CommDataHandleIF< DataHandleImp, DataType > &  data,
InterfaceType  iftype,
CommunicationDirection  dir 
) const
inlineinherited

corresponding communication method for grid part

template<class CoordFunction >
template<class Entity >
MakeableInterfaceObject< typename Codim< Entity::codimension >::EntityType > Dune::Fem::GeoGridPart< CoordFunction >::convert ( const Entity &  entity) const
inline
template<class CoordFunction >
const CoordFunctionType& Dune::Fem::GeoGridPart< CoordFunction >::coordFunction ( ) const
inline
template<class CoordFunction >
template<int codim>
Codim< codim >::IteratorType Dune::Fem::GeoGridPart< CoordFunction >::end ( ) const
inline
template<class CoordFunction >
template<int codim, PartitionIteratorType pitype>
Codim< codim >::template Partition< pitype >::IteratorType Dune::Fem::GeoGridPart< CoordFunction >::end ( ) const
inline
template<class CoordFunction >
template<class EntitySeed >
Codim< EntitySeed::codimension >::EntityType Dune::Fem::GeoGridPart< CoordFunction >::entity ( const EntitySeed &  seed) const
inline
template<class CoordFunction >
template<class LocalFunction >
Codim< 0 >::EntityType Dune::Fem::GeoGridPart< CoordFunction >::exchangeGeometry ( const typename Codim< 0 >::EntityType &  entity,
const LocalFunction localCoordFunction 
) const
inline
template<class CoordFunction >
const GridType& Dune::Fem::GeoGridPart< CoordFunction >::grid ( ) const
inline
template<class CoordFunction >
GridType& Dune::Fem::GeoGridPart< CoordFunction >::grid ( )
inline
GridViewType Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::gridView ( ) const
inlineinherited

convert grid part into a dune grid view

Deprecated:
"gridPart.gridView() is deprecated, use direct cast to GridPart::GridViewType instead"
template<class CoordFunction >
IntersectionIteratorType Dune::Fem::GeoGridPart< CoordFunction >::ibegin ( const typename Codim< 0 >::EntityType &  entity) const
inline
IntersectionIteratorType Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::ibegin ( const typename Codim< 0 >::EntityType &  entity) const
inlineinherited

ibegin of corresponding intersection iterator for given entity

template<class CoordFunction >
IntersectionIteratorType Dune::Fem::GeoGridPart< CoordFunction >::iend ( const typename Codim< 0 >::EntityType &  entity) const
inline
IntersectionIteratorType Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::iend ( const typename Codim< 0 >::EntityType &  entity) const
inlineinherited

iend of corresponding intersection iterator for given entity

template<class CoordFunction >
const IndexSetType& Dune::Fem::GeoGridPart< CoordFunction >::indexSet ( ) const
inline
template<class CoordFunction >
int Dune::Fem::GeoGridPart< CoordFunction >::level ( ) const
inline
int Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::sequence ( ) const
inlineinherited

return sequence number to update structures depending on the grid part

Note
The default returns DofManager< Grid > :: sequence ()

Member Data Documentation

const int Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::dimension
staticinherited
const int Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::dimensionworld
staticinherited
const InterfaceType Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::indexSetInterfaceType
staticinherited
const PartitionIteratorType Dune::Fem::GridPartInterface< GeoGridPartTraits< CoordFunction > >::indexSetPartitionType
staticinherited

Maximum Partition type, the index set provides indices for.


The documentation for this class was generated from the following files: