|
dune-fem 2.12-git
|
#include <dune/fem/gridpart/leafgridpart.hh>

Public Types | |
| typedef BaseType::GridType | GridType |
| type of Grid implementation | |
| typedef BaseType::GridViewType | GridViewType |
| typedef BaseType::IntersectionIteratorType | IntersectionIteratorType |
| type of IntersectionIterator | |
| typedef BaseType::IndexSetType | IndexSetType |
| Index set implementation. | |
| typedef BaseType::CommunicationType | CommunicationType |
| Collective communication. | |
| typedef GridPartTraits | Traits |
| Type of the Traits. | |
| typedef Traits::GridPartType | GridPartType |
| Type of the implementation. | |
| typedef GridType | Grid |
| type of Grid implementation | |
| typedef IndexSetType | IndexSet |
| Index set implementation. | |
| typedef CommunicationType | Communication |
| Collective communication. | |
| typedef Traits::TwistUtilityType | TwistUtilityType |
| Twist utility type. | |
| typedef IntersectionIteratorType | IntersectionIterator |
| type of IntersectionIterator | |
| typedef IntersectionIteratorType::Intersection | IntersectionType |
| type of Intersection | |
| typedef IntersectionType | Intersection |
| type of Intersection | |
| typedef GridType::ctype | ctype |
Public Member Functions | |
| template<class DataHandleImp , class DataType > | |
| void | communicate (CommDataHandleIF< DataHandleImp, DataType > &data, InterfaceType iftype, CommunicationDirection dir) const |
| corresponding communication method for grid part | |
| int | boundaryId (const IntersectionType &intersection) const |
| return boundary if given an intersection | |
| int | size (int codim) const |
| obtain number of entities in a given codimension | |
| int | size (const GeometryType &type) const |
| obtain number of entities with a given geometry type | |
| int | level () const |
| Level of the grid part. | |
| template<class EntityType > | |
| bool | contains (const EntityType &e) const |
| Return true if the given entity is contained in this grid view. | |
| int | overlapSize (int codim) const |
| int | ghostSize (int codim) const |
Construction | |
| LeafGridPart (GridType &grid) | |
| LeafGridPart (const LeafGridPart &other) | |
| LeafGridPart & | operator= (const LeafGridPart &)=default |
Public member methods | |
| GridType & | grid () |
| Returns const reference to the underlying grid. | |
| const GridType & | grid () const |
| Returns const reference to the underlying grid. | |
| GridType & | grid () |
| const GridType & | grid () const |
| Returns const reference to the underlying grid. | |
| GridType & | grid () |
| Returns reference to the underlying grid. | |
Public member methods | |
| bool | isConforming () const |
| Dune::Fem::GridPartInterface::isConforming */. | |
| const IndexSetType & | indexSet () const |
| Returns reference to index set of the underlying grid. | |
| Codim< codim >::IteratorType | begin () const |
| obtain begin iterator for the interior-border partition | |
| Codim< codim >::template Partition< pitype >::IteratorType | begin () const |
| obtain begin iterator for the interior-border partition | |
| Codim< codim >::IteratorType | end () const |
| obtain end iterator for the interior-border partition | |
| Codim< codim >::template Partition< pitype >::IteratorType | end () const |
| obtain end iterator for the interior-border partition | |
| IntersectionIteratorType | ibegin (const typename Codim< 0 >::EntityType &entity) const |
| ibegin of corresponding intersection iterator for given entity | |
| IntersectionIteratorType | iend (const typename Codim< 0 >::EntityType &entity) const |
| iend of corresponding intersection iterator for given entity | |
| const CommunicationType & | comm () const |
| obtain collective communication object | |
| void | communicate (CommDataHandleIF< DataHandle, DataType > &dataHandle, InterfaceType interface, CommunicationDirection direction) const |
| corresponding communication method for grid part | |
| int | sequence () const |
| return sequence number to update structures depending on the grid part | |
| Codim< EntitySeed::codimension >::EntityType | entity (const EntitySeed &seed) const |
| obtain entity pointer from entity seed | |
| const Entity & | convert (const Entity &entity) const |
| return sequence number to update structures depending on the grid part | |
| operator const Grid::LeafGridView & () const | |
| cast to underlying grid view | |
| const Grid::LeafGridView & | gridView () const |
| return reference to internal grid view | |
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 constexpr int | dimension = GridType::dimension |
| static constexpr int | dimensionworld = GridType::dimensionworld |
| static constexpr bool | conforming = Traits::conforming |
Protected Member Functions | |
| const Codim< codim >::EntityType & | convert (const typename Codim< codim >::EntityType &entity) const |
Protected Attributes | |
| std::conditional_t< storeCopy, Grid::LeafGridView, const Grid::LeafGridView * > | gridView_ |
| const IndexSetType * | indexSet_ |
Member Typedef Documentation
◆ Communication
|
inherited |
Collective communication.
◆ CommunicationType
|
inherited |
Collective communication.
◆ ctype
|
inherited |
◆ Grid
|
inherited |
type of Grid implementation
◆ GridPartType
|
inherited |
Type of the implementation.
◆ GridType
| typedef BaseType::GridType Dune::Fem::LeafGridPart< Grid >::GridType |
type of Grid implementation
◆ GridViewType
|
inherited |
◆ IndexSet
|
inherited |
Index set implementation.
◆ IndexSetType
|
inherited |
Index set implementation.
◆ Intersection
|
inherited |
type of Intersection
◆ IntersectionIterator
|
inherited |
type of IntersectionIterator
◆ IntersectionIteratorType
|
inherited |
type of IntersectionIterator
◆ IntersectionType
|
inherited |
type of Intersection
◆ Traits
|
inherited |
Type of the Traits.
◆ TwistUtilityType
|
inherited |
Twist utility type.
Constructor & Destructor Documentation
◆ LeafGridPart() [1/2]
|
inlineexplicit |
◆ LeafGridPart() [2/2]
|
inline |
Member Function Documentation
◆ begin() [1/2]
|
inlineinherited |
obtain begin iterator for the interior-border partition
- Template Parameters
-
codim codimension for which the iterator is requested
◆ begin() [2/2]
|
inlineinherited |
obtain begin iterator for the interior-border partition
- Template Parameters
-
codim codimension for which the iterator is requested
◆ boundaryId()
|
inlineinherited |
return boundary if given an intersection
◆ comm()
|
inlineinherited |
obtain collective communication object
◆ communicate() [1/2]
|
inlineinherited |
corresponding communication method for grid part
◆ communicate() [2/2]
|
inlineinherited |
corresponding communication method for grid part
◆ contains()
|
inlineinherited |
Return true if the given entity is contained in this grid view.
- Note
- If the input element e is not an element of the grid, then the result of contains() is undefined.
◆ convert() [1/2]
|
inlineinherited |
return sequence number to update structures depending on the grid part
- Note
- The default returns DofManager< Grid > :: sequence ()
◆ convert() [2/2]
|
inlineprotectedinherited |
◆ end() [1/2]
|
inlineinherited |
obtain end iterator for the interior-border partition
- Template Parameters
-
codim codimension for which the iterator is requested
◆ end() [2/2]
|
inlineinherited |
obtain end iterator for the interior-border partition
- Template Parameters
-
codim codimension for which the iterator is requested
◆ entity()
|
inlineinherited |
obtain entity pointer from entity seed
◆ ghostSize()
|
inlineinherited |
◆ grid() [1/5]
|
inline |
Returns reference to the underlying grid.
◆ grid() [2/5]
|
inline |
◆ grid() [3/5]
|
inline |
Returns const reference to the underlying grid.
◆ grid() [4/5]
|
inline |
Returns const reference to the underlying grid.
◆ grid() [5/5]
|
inline |
Returns const reference to the underlying grid.
◆ gridView()
|
inlineinherited |
return reference to internal grid view
◆ ibegin()
|
inlineinherited |
ibegin of corresponding intersection iterator for given entity
◆ iend()
|
inlineinherited |
iend of corresponding intersection iterator for given entity
◆ indexSet()
|
inlineinherited |
Returns reference to index set of the underlying grid.
◆ isConforming()
|
inlineinherited |
◆ level()
|
inlineinherited |
Level of the grid part.
◆ operator const Grid::LeafGridView &()
|
inlineinherited |
cast to underlying grid view
◆ operator=()
|
default |
◆ overlapSize()
|
inlineinherited |
◆ sequence()
|
inlineinherited |
return sequence number to update structures depending on the grid part
- Note
- The default returns DofManager< Grid > :: sequence ()
◆ size() [1/2]
|
inlineinherited |
obtain number of entities with a given geometry type
◆ size() [2/2]
|
inlineinherited |
obtain number of entities in a given codimension
Member Data Documentation
◆ conforming
|
staticconstexprinherited |
◆ dimension
|
staticconstexprinherited |
◆ dimensionworld
|
staticconstexprinherited |
◆ gridView_
|
protectedinherited |
◆ indexSet_
|
protectedinherited |
◆ indexSetInterfaceType
|
staticinherited |
◆ indexSetPartitionType
|
staticinherited |
Maximum Partition type, the index set provides indices for.
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8