dune-fem 2.8.0
|
A grid part with an index set specially designed for adaptive calculations including indices for intersections. More...
#include <dune/fem/gridpart/adaptiveleafgridpart.hh>
Public Types | |
typedef BaseType::NoIndexSetType | NoIndexSetType |
typedef BaseType::GridType | GridType |
typedef IntersectionAdaptiveLeafGridPartTraits< Grid, idxpitype > | Traits |
Type definitions. | |
typedef Traits::GridPartType | GridPartType |
Grid implementation type. | |
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 GridPart2GridViewImpl< GridPartType > | GridViewType |
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 | |
IntersectionAdaptiveLeafGridPart (GridType &grid) | |
Constructor. | |
IntersectionAdaptiveLeafGridPart (GridType &grid, const NoIndexSetType &noIndexSet) | |
copy constructor (for construction from IndexSet, no public use) | |
IntersectionAdaptiveLeafGridPart (const IntersectionAdaptiveLeafGridPart &other)=default | |
copy constructor | |
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 | |
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_ |
A grid part with an index set specially designed for adaptive calculations including indices for intersections.
The underlying index set is defined also for codimension -1 (intersections).
|
inherited |
type of boundary id provider specialized for each grid type
|
inherited |
Collective communication.
|
inherited |
|
inherited |
type of DofManager
|
protectedinherited |
|
inherited |
Grid implementation type.
typedef BaseType::GridType Dune::Fem::IntersectionAdaptiveLeafGridPart< Grid, idxpitype >::GridType |
|
inherited |
|
protectedinherited |
|
inherited |
The leaf index set of the grid implementation.
|
inherited |
type of intersection iterator
|
inherited |
type of intersection
typedef BaseType::NoIndexSetType Dune::Fem::IntersectionAdaptiveLeafGridPart< Grid, idxpitype >::NoIndexSetType |
|
inherited |
Type definitions.
|
inherited |
Twist utility type.
|
inlineexplicit |
Constructor.
|
inline |
copy constructor (for construction from IndexSet, no public use)
|
default |
copy constructor
|
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 |
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 |
|
protectedinherited |
|
staticinherited |
|
staticinherited |
Maximum Partition type, the index set provides indices for.
|
protectedinherited |