|
dune-fem 2.8.0
|
#include <dune/fem/gridpart/adaptiveleafgridpart.hh>

Public Types | |
| typedef BaseType::NoIndexSetType | NoIndexSetType |
| typedef BaseType::GridType | GridType |
| typedef BaseType::GridViewType | GridViewType |
| typedef BaseType::GridPartType | GridPartType |
| typedef AdaptiveLeafGridPartTraits< Grid, idxpitype, onlyCodimensionZero > | Traits |
| Type definitions. | |
| typedef Traits::IndexSetType | IndexSetType |
| The leaf index set of the grid implementation. | |
| typedef Traits::IntersectionIteratorType | IntersectionIteratorType |
| type of intersection iterator | |
| typedef IntersectionIteratorType::Intersection | IntersectionType |
| type of intersection | |
| typedef Traits::CollectiveCommunicationType | CollectiveCommunicationType |
| Collective communication. | |
| typedef DofManager< GridType > | DofManagerType |
| type of DofManager | |
| typedef BoundaryIdProvider< GridType > | BoundaryIdProviderType |
| type of boundary id provider specialized for each grid type | |
| typedef Traits::TwistUtilityType | TwistUtilityType |
| Twist utility type. | |
| typedef GridType::ctype | ctype |
Public Member Functions | |
| AdaptiveLeafGridPart (GridType &grid) | |
| Constructor. | |
| AdaptiveLeafGridPart (GridType &grid, const GridViewType *gridView) | |
| AdaptiveLeafGridPart (GridType &grid, const NoIndexSetType &dummy) | |
| copy constructor (for construction from IndexSet, no public use) | |
| AdaptiveLeafGridPart (const AdaptiveLeafGridPart &other)=default | |
| copy constructor | |
| ~AdaptiveLeafGridPart () | |
| const IndexSetType & | indexSet () const |
| Returns reference to index set of the underlying grid. | |
| Codim< codim >::IteratorType | begin () const |
| Begin iterator on the leaf level. | |
| Codim< codim >::template Partition< pitype >::IteratorType | begin () const |
| Begin iterator on the leaf level. | |
| Codim< codim >::IteratorType | end () const |
| Begin iterator on the leaf level. | |
| Codim< codim >::template Partition< pitype >::IteratorType | end () const |
| End iterator on the leaf level. | |
| IntersectionIteratorType | ibegin (const ElementType &entity) const |
| ibegin of corresponding intersection iterator for given entity | |
| IntersectionIteratorType | ibegin (const typename Codim< 0 >::EntityType &entity) const |
| ibegin of corresponding intersection iterator for given entity | |
| IntersectionIteratorType | iend (const ElementType &entity) const |
| iend of corresponding intersection iterator for given entity | |
| IntersectionIteratorType | iend (const typename Codim< 0 >::EntityType &entity) const |
| iend of corresponding intersection iterator for given entity | |
| int | level () const |
| Returns maxlevel of the grid. | |
| decltype(auto) | communicate (CommDataHandleIF< DataHandle, Data > &data, InterfaceType iftype, CommunicationDirection dir) const |
| corresponding communication method for this grid part | |
| template<class DataHandleImp , class DataType > | |
| void | communicate (CommDataHandleIF< DataHandleImp, DataType > &data, InterfaceType iftype, CommunicationDirection dir) const |
| corresponding communication method for grid part | |
| const GridType & | grid () const |
| Returns const reference to the underlying grid. | |
| GridType & | grid () |
| Returns reference to the underlying grid. | |
| const CollectiveCommunicationType & | comm () const |
| obtain collective communication object | |
| template<class EntitySeed > | |
| Traits::template Codim< EntitySeed::codimension >::EntityType | entity (const EntitySeed &seed) const |
| obtain entity pointer from entity seed | |
| template<class Entity > | |
| const Entity & | convert (const Entity &entity) const |
| 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. | |
| int | sequence () const |
| return sequence number to update structures depending on the grid part | |
| int | boundaryId (const IntersectionType &intersection) const |
| obtain entity pointer from entity seed | |
| const GridViewType & | gridView () const |
Public Attributes | |
| std::shared_ptr< GridViewType > | gridViewStorage_ |
| const GridViewType * | gridView_ |
Static Public Attributes | |
| static const PartitionIteratorType | indexSetPartitionType = Traits::indexSetPartitionType |
| Maximum Partition type, the index set provides indices for. | |
| static const InterfaceType | indexSetInterfaceType = Traits::indexSetInterfaceType |
| static const int | dimension = GridType::dimension |
| static const int | dimensionworld = GridType::dimensionworld |
Protected Types | |
| typedef SingletonList< const GridType *, IndexSetType > | IndexSetProviderType |
| typedef Codim< 0 >::EntityType | ElementType |
Protected Member Functions | |
| const GridPartType & | asImp () const |
| GridPartType & | asImp () |
Protected Attributes | |
| LeafGridView | leafGridView_ |
| std::unique_ptr< IndexSetType, typename IndexSetProviderType::Deleter > | indexSet_ |
| GridType & | grid_ |
| DofManagerType & | dofManager_ |
|
inherited |
type of boundary id provider specialized for each grid type
|
inherited |
Collective communication.
|
inherited |
|
inherited |
type of DofManager
|
protectedinherited |
| typedef BaseType::GridPartType Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::GridPartType |
| typedef BaseType::GridType Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::GridType |
| typedef BaseType::GridViewType Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::GridViewType |
|
protectedinherited |
|
inherited |
The leaf index set of the grid implementation.
|
inherited |
type of intersection iterator
|
inherited |
type of intersection
| typedef BaseType::NoIndexSetType Dune::Fem::AdaptiveLeafGridPart< Grid, idxpitype, onlyCodimensionZero >::NoIndexSetType |
|
inherited |
Type definitions.
|
inherited |
Twist utility type.
|
inlineexplicit |
Constructor.
|
inline |
|
inline |
copy constructor (for construction from IndexSet, no public use)
|
default |
copy constructor
|
inline |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
Begin iterator on the leaf level.
|
inlineinherited |
Begin iterator on the leaf level.
|
inlineinherited |
obtain entity pointer from entity seed
|
inlineinherited |
obtain collective communication object
|
inlineinherited |
corresponding communication method for this grid part
|
inlineinherited |
corresponding communication method for grid part
|
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.
|
inlineinherited |
Begin iterator on the leaf level.
|
inlineinherited |
End iterator on the leaf level.
|
inlineinherited |
obtain entity pointer from entity seed
| EntitySeed | entity seed from which to create entity |
The default implementation simply forwards to the corresponding method on the grid.
|
inlineinherited |
Returns reference to the underlying grid.
|
inlineinherited |
Returns const reference to the underlying grid.
|
inlineinherited |
|
inlineinherited |
ibegin of corresponding intersection iterator for given entity
|
inlineinherited |
ibegin of corresponding intersection iterator for given entity
|
inlineinherited |
iend of corresponding intersection iterator for given entity
|
inlineinherited |
iend of corresponding intersection iterator for given entity
|
inlineinherited |
Returns reference to index set of the underlying grid.
|
inlineinherited |
Returns maxlevel of the grid.
|
inlineinherited |
return sequence number to update structures depending on the grid part
|
staticinherited |
|
staticinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
staticinherited |
|
staticinherited |
Maximum Partition type, the index set provides indices for.
|
protectedinherited |