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

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

Inheritance diagram for Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >:
Inheritance graph

Public Types

typedef BaseType ::NoIndexSetType NoIndexSetType
 
typedef BaseType ::GridType GridType
 
typedef BaseType ::GridViewType GridViewType
 
typedef AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > Traits
 Type definitions. More...
 
typedef Traits ::GridPartType GridPartType
 Grid implementation type. More...
 
typedef Traits ::IndexSetType IndexSetType
 The leaf index set of the grid implementation. More...
 
typedef Traits::IntersectionIteratorType IntersectionIteratorType
 type of intersection iterator More...
 
typedef IntersectionIteratorType::Intersection IntersectionType
 type of intersection More...
 
typedef Traits::CollectiveCommunicationType CollectiveCommunicationType
 Collective communication. More...
 
typedef DofManager< GridTypeDofManagerType
 type of DofManager More...
 
typedef BoundaryIdProvider< GridTypeBoundaryIdProviderType
 type of boundary id provider specialized for each grid type More...
 
typedef Traits::TwistUtilityType TwistUtilityType
 Twist utility type. More...
 
typedef GridType::ctype ctype
 
typedef AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > ::GridPartType GridPartType
 

Public Member Functions

 AdaptiveLeafGridPart (GridType &grid)
 Constructor. More...
 
 AdaptiveLeafGridPart (GridType &grid, const GridViewType *gridView)
 
 AdaptiveLeafGridPart (GridType &grid, const NoIndexSetType &dummy)
 copy constructor (for construction from IndexSet, no public use) More...
 
 AdaptiveLeafGridPart (const AdaptiveLeafGridPart &other)=default
 copy constructor More...
 
 ~AdaptiveLeafGridPart ()
 
const IndexSetTypeindexSet () const
 Returns reference to index set of the underlying grid. More...
 
Codim< codim >::IteratorType begin () const
 Begin iterator on the leaf level. More...
 
Codim< codim >::template Partition< pitype >::IteratorType begin () const
 Begin iterator on the leaf level. More...
 
Codim< codim >::IteratorType end () const
 Begin iterator on the leaf level. More...
 
Codim< codim >::template Partition< pitype >::IteratorType end () const
 End iterator on the leaf level. More...
 
IntersectionIteratorType ibegin (const ElementType &entity) const
 ibegin of corresponding intersection iterator for given entity More...
 
IntersectionIteratorType ibegin (const typename Codim< 0 >::EntityType &entity) const
 ibegin of corresponding intersection iterator for given entity More...
 
IntersectionIteratorType iend (const ElementType &entity) const
 iend 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...
 
int level () const
 Returns maxlevel of the grid. More...
 
const GridTypegrid () const
 Returns const reference to the underlying grid. More...
 
GridTypegrid ()
 Returns reference to the underlying grid. More...
 
const CollectiveCommunicationTypecomm () const
 obtain collective communication object More...
 
Traits::template Codim< EntitySeed::codimension >::EntityType entity (const EntitySeed &seed) const
 
const Entity & convert (const Entity &entity) const
 
int sequence () const
 
int boundaryId (const IntersectionType &intersection) const
 
template<class DataHandleImp , class DataType >
void communicate (CommDataHandleIF< DataHandleImp, DataType > &data, InterfaceType iftype, CommunicationDirection dir) const
 corresponding communication method for grid part More...
 
const GridViewTypegridView () const
 

Public Attributes

std::shared_ptr< GridViewTypegridViewStorage_
 
const GridViewTypegridView_
 

Static Public Attributes

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

Protected Types

typedef SingletonList< const GridType *, IndexSetTypeIndexSetProviderType
 
typedef Codim< 0 >::EntityType ElementType
 

Protected Member Functions

const GridPartTypeasImp () const
 
GridPartTypeasImp ()
 

Protected Attributes

LeafGridView leafGridView_
 
std::unique_ptr< IndexSetType, typename IndexSetProviderType::DeleterindexSet_
 
GridTypegrid_
 
DofManagerTypedofManager_
 

Member Typedef Documentation

◆ BoundaryIdProviderType

typedef BoundaryIdProvider< GridType > Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::BoundaryIdProviderType
inherited

type of boundary id provider specialized for each grid type

◆ CollectiveCommunicationType

typedef Traits::CollectiveCommunicationType Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::CollectiveCommunicationType
inherited

Collective communication.

◆ ctype

template<class GridPartTraits >
typedef GridType::ctype Dune::Fem::GridPartInterface< GridPartTraits >::ctype
inherited

◆ DofManagerType

typedef DofManager< GridType > Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::DofManagerType
inherited

type of DofManager

◆ ElementType

typedef Codim< 0 >:: EntityType Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::ElementType
protectedinherited

◆ GridPartType [1/2]

typedef Traits :: GridPartType Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::GridPartType
inherited

Grid implementation type.

◆ GridPartType [2/2]

typedef AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > :: GridPartType Dune::Fem::AddGridView< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::GridPartType
inherited

◆ GridType

template<class Grid , PartitionIteratorType idxpitype, bool onlyCodimensionZero>
typedef BaseType :: GridType Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::GridType

◆ GridViewType

template<class Grid , PartitionIteratorType idxpitype, bool onlyCodimensionZero>
typedef BaseType :: GridViewType Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::GridViewType

◆ IndexSetProviderType

typedef SingletonList< const GridType*, IndexSetType > Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::IndexSetProviderType
protectedinherited

◆ IndexSetType

typedef Traits :: IndexSetType Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::IndexSetType
inherited

The leaf index set of the grid implementation.

◆ IntersectionIteratorType

typedef Traits::IntersectionIteratorType Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::IntersectionIteratorType
inherited

type of intersection iterator

◆ IntersectionType

typedef IntersectionIteratorType::Intersection Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::IntersectionType
inherited

type of intersection

◆ NoIndexSetType

template<class Grid , PartitionIteratorType idxpitype, bool onlyCodimensionZero>
typedef BaseType :: NoIndexSetType Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::NoIndexSetType

◆ Traits

typedef AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::Traits
inherited

Type definitions.

◆ TwistUtilityType

template<class GridPartTraits >
typedef Traits::TwistUtilityType Dune::Fem::GridPartInterface< GridPartTraits >::TwistUtilityType
inherited

Twist utility type.

Constructor & Destructor Documentation

◆ AdaptiveLeafGridPart() [1/4]

template<class Grid , PartitionIteratorType idxpitype, bool onlyCodimensionZero>
Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::AdaptiveLeafGridPart ( GridType grid)
inlineexplicit

Constructor.

◆ AdaptiveLeafGridPart() [2/4]

template<class Grid , PartitionIteratorType idxpitype, bool onlyCodimensionZero>
Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::AdaptiveLeafGridPart ( GridType grid,
const GridViewType gridView 
)
inline

◆ AdaptiveLeafGridPart() [3/4]

template<class Grid , PartitionIteratorType idxpitype, bool onlyCodimensionZero>
Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::AdaptiveLeafGridPart ( GridType grid,
const NoIndexSetType dummy 
)
inline

copy constructor (for construction from IndexSet, no public use)

◆ AdaptiveLeafGridPart() [4/4]

template<class Grid , PartitionIteratorType idxpitype, bool onlyCodimensionZero>
Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::AdaptiveLeafGridPart ( const AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero > &  other)
default

copy constructor

◆ ~AdaptiveLeafGridPart()

template<class Grid , PartitionIteratorType idxpitype, bool onlyCodimensionZero>
Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::~AdaptiveLeafGridPart ( )
inline

Member Function Documentation

◆ asImp() [1/2]

GridPartType& Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::asImp ( )
inlineprotectedinherited

◆ asImp() [2/2]

const GridPartType& Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::asImp ( ) const
inlineprotectedinherited

◆ begin() [1/2]

Codim< codim >:: IteratorType Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::begin ( ) const
inlineinherited

Begin iterator on the leaf level.

◆ begin() [2/2]

Codim< codim >:: template Partition< pitype >:: IteratorType Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::begin ( ) const
inlineinherited

Begin iterator on the leaf level.

◆ boundaryId()

int Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::boundaryId ( const IntersectionType intersection) const
inlineinherited

obtain entity pointer from entity seed

◆ comm()

const CollectiveCommunicationType& Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::comm ( ) const
inlineinherited

obtain collective communication object

◆ communicate()

template<class GridPartTraits >
template<class DataHandleImp , class DataType >
void Dune::Fem::GridPartInterface< GridPartTraits >::communicate ( CommDataHandleIF< DataHandleImp, DataType > &  data,
InterfaceType  iftype,
CommunicationDirection  dir 
) const
inlineinherited

corresponding communication method for grid part

◆ convert()

const Entity& Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::convert ( const Entity &  entity) const
inlineinherited

convert the grid's entity to a grid part entity Usually the parameter is GridType :: Codim< codim > :: Entity and the return is Codim< codim > :: EntityType. In general these types are the same, but for overloaded entities on grid parts this can differ.

Note
The default implementation does nothing but return the same entity

◆ end() [1/2]

Codim< codim >:: IteratorType Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::end ( ) const
inlineinherited

Begin iterator on the leaf level.

◆ end() [2/2]

Codim< codim >:: template Partition< pitype >:: IteratorType Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::end ( ) const
inlineinherited

End iterator on the leaf level.

◆ entity()

Traits::template Codim< EntitySeed::codimension >::EntityType Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::entity ( const EntitySeed &  seed) const
inlineinherited

obtain entity pointer from entity seed

Template Parameters
EntitySeedentity seed from which to create entity

The default implementation simply forwards to the corresponding method on the grid.

◆ grid() [1/2]

GridType& Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::grid ( )
inlineinherited

Returns reference to the underlying grid.

◆ grid() [2/2]

const GridType& Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::grid ( ) const
inlineinherited

Returns const reference to the underlying grid.

◆ gridView()

const GridViewType& Dune::Fem::AddGridView< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::gridView ( ) const
inlineinherited

◆ ibegin() [1/2]

IntersectionIteratorType Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::ibegin ( const ElementType entity) const
inlineinherited

ibegin of corresponding intersection iterator for given entity

◆ ibegin() [2/2]

template<class GridPartTraits >
IntersectionIteratorType Dune::Fem::GridPartInterface< GridPartTraits >::ibegin ( const typename Codim< 0 >::EntityType &  entity) const
inlineinherited

ibegin of corresponding intersection iterator for given entity

◆ iend() [1/2]

IntersectionIteratorType Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::iend ( const ElementType entity) const
inlineinherited

iend of corresponding intersection iterator for given entity

◆ iend() [2/2]

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

iend of corresponding intersection iterator for given entity

◆ indexSet()

const IndexSetType& Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::indexSet ( ) const
inlineinherited

Returns reference to index set of the underlying grid.

◆ level()

int Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::level ( ) const
inlineinherited

Returns maxlevel of the grid.

◆ sequence()

int Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::sequence ( ) const
inlineinherited

return sequence number to update structures depending on the grid part

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

Member Data Documentation

◆ dimension

template<class GridPartTraits >
const int Dune::Fem::GridPartInterface< GridPartTraits >::dimension = GridType::dimension
staticinherited

◆ dimensionworld

template<class GridPartTraits >
const int Dune::Fem::GridPartInterface< GridPartTraits >::dimensionworld = GridType::dimensionworld
staticinherited

◆ dofManager_

DofManagerType& Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::dofManager_
protectedinherited

◆ grid_

GridType& Dune::Fem::GridPartDefault< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::grid_
protectedinherited

◆ gridView_

const GridViewType* Dune::Fem::AddGridView< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::gridView_
inherited

◆ gridViewStorage_

std::shared_ptr<GridViewType> Dune::Fem::AddGridView< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::gridViewStorage_
inherited

◆ indexSet_

std::unique_ptr< IndexSetType, typename IndexSetProviderType::Deleter > Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::indexSet_
protectedinherited

◆ indexSetInterfaceType

template<class GridPartTraits >
const InterfaceType Dune::Fem::GridPartInterface< GridPartTraits >::indexSetInterfaceType = Traits::indexSetInterfaceType
staticinherited

◆ indexSetPartitionType

template<class GridPartTraits >
const PartitionIteratorType Dune::Fem::GridPartInterface< GridPartTraits >::indexSetPartitionType = Traits::indexSetPartitionType
staticinherited

Maximum Partition type, the index set provides indices for.

◆ leafGridView_

LeafGridView Dune::Fem::AdaptiveGridPartBase< AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > >::leafGridView_
protectedinherited

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