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

Classes | |
| struct | Codim |
Public Member Functions | |
| IdGridPart (GridType &grid) | |
| IdGridPart (const IdGridPart &other) | |
| IdGridPart & | operator= (const IdGridPart &other)=default |
| IdGridPart (const HostGridPartType &hostGridPart) | |
| const IndexSetType & | indexSet () const |
| template<int codim> | |
| Codim< codim >::IteratorType | begin () const |
| template<int codim, PartitionIteratorType pitype> | |
| Codim< codim >::template Partition< pitype >::IteratorType | begin () const |
| template<int codim> | |
| Codim< codim >::IteratorType | end () const |
| template<int codim, PartitionIteratorType pitype> | |
| Codim< codim >::template Partition< pitype >::IteratorType | end () const |
| int | level () const |
| IntersectionIteratorType | ibegin (const typename Codim< 0 >::EntityType &entity) const |
| IntersectionIteratorType | iend (const typename Codim< 0 >::EntityType &entity) const |
| template<class DataHandle , class Data > | |
| void | communicate (CommDataHandleIF< DataHandle, Data > &handle, InterfaceType iftype, CommunicationDirection dir) const |
| template<class EntitySeed > | |
| Codim< EntitySeed::codimension >::EntityType | entity (const EntitySeed &seed) const |
| template<class Entity > | |
| MakeableInterfaceObject< typename Codim< Entity::codimension >::EntityType > | convert (const Entity &entity) const |
| const HostGridPartType & | hostGridPart () const |
| HostGridPartType & | hostGridPart () |
| ExtraData | data () const |
| const GridType & | grid () const |
| Returns const reference to the underlying grid. | |
| GridType & | grid () |
| Returns reference to the underlying grid. | |
| bool | isConforming () const |
| returns true if current grid part represents a conforming grid | |
| 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 | |
| bool | contains (const EntityType &e) const |
| const CommunicationType & | comm () const |
| obtain collective communication object | |
| int | boundaryId (const IntersectionType &intersection) const |
| obtain entity pointer from entity seed | |
| int | boundaryId (const IntersectionType &intersection) const |
| return boundary if given an intersection | |
| template<class DataHandleImp , class DataType > | |
| void | communicate (CommDataHandleIF< DataHandleImp, DataType > &data, InterfaceType iftype, CommunicationDirection dir) const |
| corresponding communication method for grid part | |
| int | overlapSize (int codim) const |
| int | ghostSize (int codim) const |
| int | sequence () const |
| return sequence number to update structures depending on the grid part | |
| const auto & | gridView () const |
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 Attributes | |
| HostGridPartType | hostGridPart_ |
| IndexSetType | indexSet_ |
| GridType * | grid_ |
| DofManagerType * | dofManager_ |
Member Typedef Documentation
◆ BoundaryIdProviderType
|
inherited |
type of boundary id provider specialized for each grid type
◆ Communication
|
inherited |
Collective communication.
◆ CommunicationType
| typedef BaseType::CommunicationType Dune::Fem::IdGridPart< HostGridPartImp >::CommunicationType |
◆ ctype
|
inherited |
◆ DofManagerType
|
inherited |
type of DofManager
◆ ExtraData
| typedef GridFamily::Traits::ExtraData Dune::Fem::IdGridPart< HostGridPartImp >::ExtraData |
◆ Grid
|
inherited |
type of Grid implementation
◆ GridPartType
|
inherited |
Type of the implementation.
◆ GridType
| typedef BaseType::GridType Dune::Fem::IdGridPart< HostGridPartImp >::GridType |
◆ GridViewType
|
inherited |
◆ HostGridPartType
| typedef GridFamily::Traits::HostGridPartType Dune::Fem::IdGridPart< HostGridPartImp >::HostGridPartType |
◆ IndexSet
|
inherited |
Index set implementation.
◆ IndexSetType
| typedef BaseType::IndexSetType Dune::Fem::IdGridPart< HostGridPartImp >::IndexSetType |
◆ Intersection
|
inherited |
type of Intersection
◆ IntersectionIterator
|
inherited |
type of IntersectionIterator
◆ IntersectionIteratorType
| typedef BaseType::IntersectionIteratorType Dune::Fem::IdGridPart< HostGridPartImp >::IntersectionIteratorType |
◆ IntersectionType
| typedef BaseType::IntersectionType Dune::Fem::IdGridPart< HostGridPartImp >::IntersectionType |
◆ Traits
|
inherited |
Type of the Traits.
◆ TwistUtilityType
|
inherited |
Twist utility type.
Constructor & Destructor Documentation
◆ IdGridPart() [1/3]
|
inlineexplicit |
◆ IdGridPart() [2/3]
|
inlineexplicit |
◆ IdGridPart() [3/3]
|
inlineexplicit |
Member Function Documentation
◆ begin() [1/2]
|
inline |
◆ begin() [2/2]
|
inline |
◆ boundaryId() [1/2]
|
inlineinherited |
return boundary if given an intersection
◆ boundaryId() [2/2]
|
inlineinherited |
obtain entity pointer from entity seed
◆ comm()
|
inlineinherited |
obtain collective communication object
◆ communicate() [1/2]
|
inline |
◆ communicate() [2/2]
|
inlineinherited |
corresponding communication method for grid part
◆ contains()
|
inlineinherited |
◆ convert()
|
inline |
◆ data()
|
inline |
◆ end() [1/2]
|
inline |
◆ end() [2/2]
|
inline |
◆ entity()
|
inline |
◆ ghostSize()
|
inlineinherited |
◆ grid() [1/2]
|
inlineinherited |
Returns reference to the underlying grid.
◆ grid() [2/2]
|
inlineinherited |
Returns const reference to the underlying grid.
◆ gridView()
|
inlineinherited |
◆ hostGridPart() [1/2]
|
inline |
◆ hostGridPart() [2/2]
|
inline |
◆ ibegin()
|
inline |
◆ iend()
|
inline |
◆ indexSet()
|
inline |
◆ isConforming()
|
inlineinherited |
returns true if current grid part represents a conforming grid
◆ level()
|
inline |
◆ 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 |
◆ dofManager_
|
protectedinherited |
◆ grid_
|
protectedinherited |
◆ hostGridPart_
|
protected |
◆ indexSet_
|
protected |
◆ 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