dune-fem 2.8-git
|
A grid part with an index set specially designed for adaptive calculations including indices for intersections. More...
#include <dune/fem/gridpart/adaptiveleafgridpart.hh>
Public Member Functions | |
IntersectionAdaptiveLeafGridPart (GridType &grid) | |
Constructor. More... | |
IntersectionAdaptiveLeafGridPart (GridType &grid, const NoIndexSetType &noIndexSet) | |
copy constructor (for construction from IndexSet, no public use) More... | |
IntersectionAdaptiveLeafGridPart (const IntersectionAdaptiveLeafGridPart &other)=default | |
copy constructor More... | |
const IndexSetType & | indexSet () 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... | |
decltype(auto) | communicate (CommDataHandleIF< DataHandle, Data > &data, InterfaceType iftype, CommunicationDirection dir) const |
corresponding communication method for this grid part More... | |
void | communicate (CommDataHandleIF< DataHandleImp, DataType > &data, InterfaceType iftype, CommunicationDirection dir) const |
corresponding communication method for grid part More... | |
const GridType & | grid () const |
Returns const reference to the underlying grid. More... | |
GridType & | grid () |
Returns reference to the underlying grid. More... | |
const CollectiveCommunicationType & | comm () 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 |
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 |
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 |