dune-fem 2.8-git
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::LevelGridPart< Grid > Class Template Reference

#include <dune/fem/gridpart/levelgridpart.hh>

Inheritance diagram for Dune::Fem::LevelGridPart< Grid >:
Inheritance graph

Public Types

typedef BaseType::GridType GridType
 type of Grid implementation More...
 
typedef BaseType::GridViewType GridViewType
 
typedef BaseType::IntersectionIteratorType IntersectionIteratorType
 type of IntersectionIterator More...
 
typedef BaseType::IndexSetType IndexSetType
 Index set implementation. More...
 
typedef BaseType::CollectiveCommunicationType CollectiveCommunicationType
 Collective communication. More...
 
typedef GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > Traits
 Type of the Traits. More...
 
typedef Traits::GridPartType GridPartType
 Type of the implementation. More...
 
typedef Traits::TwistUtilityType TwistUtilityType
 Twist utility type. More...
 
typedef IntersectionIteratorType::Intersection IntersectionType
 type of Intersection More...
 
typedef GridType::ctype ctype
 

Public Member Functions

void communicate (CommDataHandleIF< DataHandleImp, DataType > &data, InterfaceType iftype, CommunicationDirection dir) const
 corresponding communication method for grid part More...
 
int boundaryId (const IntersectionType &intersection) const
 return boundary if given an intersection More...
 
Construction
 LevelGridPart (GridType &grid, int level)
 
Public member methods
GridTypegrid ()
 Returns const reference to the underlying grid. More...
 
int level () const
 Level of the grid part. More...
 
const GridTypegrid () const
 Returns const reference to the underlying grid. More...
 
GridTypegrid ()
 
const GridTypegrid () const
 Returns const reference to the underlying grid. More...
 
GridTypegrid ()
 Returns reference to the underlying grid. More...
 
Public member methods
const IndexSetTypeindexSet () const
 Returns reference to index set of the underlying grid. More...
 
Codim< codim >::IteratorType begin () const
 obtain begin iterator for the interior-border partition More...
 
Codim< codim >::template Partition< pitype >::IteratorType begin () const
 obtain begin iterator for the interior-border partition More...
 
Codim< codim >::IteratorType end () const
 obtain end iterator for the interior-border partition More...
 
Codim< codim >::template Partition< pitype >::IteratorType end () const
 obtain end iterator for the interior-border partition 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...
 
const CollectiveCommunicationTypecomm () const
 obtain collective communication object More...
 
void communicate (CommDataHandleIF< DataHandle, DataType > &dataHandle, InterfaceType interface, CommunicationDirection direction) const
 corresponding communication method for grid part More...
 
int sequence () const
 return sequence number to update structures depending on the grid part More...
 
Codim< EntitySeed::codimension >::EntityType entity (const EntitySeed &seed) const
 obtain entity pointer from entity seed More...
 
const Entity & convert (const Entity &entity) const
 return sequence number to update structures depending on the grid part More...
 
const Grid::LevelGridView & gridView () const
 cast to underlying grid view 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

◆ CollectiveCommunicationType

typedef BaseType::CollectiveCommunicationType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::CollectiveCommunicationType
inherited

Collective communication.

◆ ctype

typedef GridType::ctype Dune::Fem::GridPartInterface< GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > >::ctype
inherited

◆ GridPartType

typedef Traits::GridPartType Dune::Fem::GridPartInterface< GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > >::GridPartType
inherited

Type of the implementation.

◆ GridType

template<class Grid >
typedef BaseType::GridType Dune::Fem::LevelGridPart< Grid >::GridType

type of Grid implementation

◆ GridViewType

typedef BaseType::GridViewType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::GridViewType
inherited

◆ IndexSetType

typedef BaseType::IndexSetType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::IndexSetType
inherited

Index set implementation.

◆ IntersectionIteratorType

typedef BaseType::IntersectionIteratorType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::IntersectionIteratorType
inherited

type of IntersectionIterator

◆ IntersectionType

typedef IntersectionIteratorType::Intersection Dune::Fem::GridPartInterface< GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > >::IntersectionType
inherited

type of Intersection

◆ Traits

typedef GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > Dune::Fem::GridPartInterface< GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > >::Traits
inherited

Type of the Traits.

◆ TwistUtilityType

typedef Traits::TwistUtilityType Dune::Fem::GridPartInterface< GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > >::TwistUtilityType
inherited

Twist utility type.

Constructor & Destructor Documentation

◆ LevelGridPart()

template<class Grid >
Dune::Fem::LevelGridPart< Grid >::LevelGridPart ( GridType grid,
int  level 
)
inline

Member Function Documentation

◆ begin() [1/2]

Codim< codim >::IteratorType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::begin ( ) const
inlineinherited

obtain begin iterator for the interior-border partition

Template Parameters
codimcodimension for which the iterator is requested

◆ begin() [2/2]

Codim< codim >::template Partition< pitype >::IteratorType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::begin ( ) const
inlineinherited

obtain begin iterator for the interior-border partition

Template Parameters
codimcodimension for which the iterator is requested

◆ boundaryId()

int Dune::Fem::GridPartInterface< GridPartTraits >::boundaryId ( const IntersectionType intersection) const
inlineinherited

return boundary if given an intersection

◆ comm()

const CollectiveCommunicationType & Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::comm ( ) const
inlineinherited

obtain collective communication object

◆ communicate() [1/2]

void Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::communicate ( CommDataHandleIF< DataHandle, DataType > &  dataHandle,
InterfaceType  interface,
CommunicationDirection  direction 
) const
inlineinherited

corresponding communication method for grid part

◆ communicate() [2/2]

void Dune::Fem::GridPartInterface< GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > >::communicate ( CommDataHandleIF< DataHandleImp, DataType > &  data,
InterfaceType  iftype,
CommunicationDirection  dir 
) const
inlineinherited

corresponding communication method for grid part

◆ convert()

const Entity & Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::convert ( const Entity &  entity) const
inlineinherited

return sequence number to update structures depending on the grid part

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

◆ end() [1/2]

Codim< codim >::IteratorType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::end ( ) const
inlineinherited

obtain end iterator for the interior-border partition

Template Parameters
codimcodimension for which the iterator is requested

◆ end() [2/2]

Codim< codim >::template Partition< pitype >::IteratorType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::end ( ) const
inlineinherited

obtain end iterator for the interior-border partition

Template Parameters
codimcodimension for which the iterator is requested

◆ entity()

Codim< EntitySeed::codimension >::EntityType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::entity ( const EntitySeed &  seed) const
inlineinherited

obtain entity pointer from entity seed

◆ grid() [1/5]

template<class Grid >
GridType & Dune::Fem::GridPartInterface< GridPartTraits >::grid ( )
inline

Returns reference to the underlying grid.

◆ grid() [2/5]

template<class Grid >
GridType & Dune::Fem::GridView2GridPart< GridView, Implementation, storeCopy >::grid ( )
inline

◆ grid() [3/5]

template<class Grid >
GridType & Dune::Fem::LevelGridPart< Grid >::grid ( )
inline

Returns const reference to the underlying grid.

◆ grid() [4/5]

template<class Grid >
const GridType & Dune::Fem::GridPartInterface< GridPartTraits >::grid ( ) const
inline

Returns const reference to the underlying grid.

◆ grid() [5/5]

template<class Grid >
const GridType & Dune::Fem::GridView2GridPart< GridView, Implementation, storeCopy >::grid ( ) const
inline

Returns const reference to the underlying grid.

◆ gridView()

const Grid::LevelGridView & Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::gridView ( ) const
inlineinherited

cast to underlying grid view

◆ ibegin()

IntersectionIteratorType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::ibegin ( const typename Codim< 0 >::EntityType &  entity) const
inlineinherited

ibegin of corresponding intersection iterator for given entity

◆ iend()

IntersectionIteratorType Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::iend ( const typename Codim< 0 >::EntityType &  entity) const
inlineinherited

iend of corresponding intersection iterator for given entity

◆ indexSet()

const IndexSetType & Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::indexSet ( ) const
inlineinherited

Returns reference to index set of the underlying grid.

◆ level()

template<class Grid >
int Dune::Fem::LevelGridPart< Grid >::level ( ) const
inline

Level of the grid part.

◆ sequence()

int Dune::Fem::GridView2GridPart< Grid::LevelGridView , LevelGridPart< Grid > , storeCopy >::sequence ( ) const
inlineinherited

return sequence number to update structures depending on the grid part

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

Member Data Documentation

◆ dimension

const int Dune::Fem::GridPartInterface< GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > >::dimension
staticinherited

◆ dimensionworld

const int Dune::Fem::GridPartInterface< GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > >::dimensionworld
staticinherited

◆ indexSetInterfaceType

const InterfaceType Dune::Fem::GridPartInterface< GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > >::indexSetInterfaceType
staticinherited

◆ indexSetPartitionType

const PartitionIteratorType Dune::Fem::GridPartInterface< GridView2GridPartTraits< Grid::LevelGridView, LevelGridPart< Grid >, storeCopy > >::indexSetPartitionType
staticinherited

Maximum Partition type, the index set provides indices for.


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