|
|
typedef GridPartTraits | Traits |
| | Type of the Traits.
|
| |
|
typedef Traits::GridType | GridType |
| | Grid implementation.
|
| |
|
typedef Traits::IndexSetType | IndexSetType |
| | Index set implementation.
|
| |
|
typedef Traits::IntersectionIteratorType | IntersectionIteratorType |
| | type of intersection iterator
|
| |
|
typedef IntersectionIteratorType::Intersection | IntersectionType |
| | type of intersection
|
| |
|
typedef Traits::CommunicationType | CommunicationType |
| | 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::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 IntersectionType | Intersection |
| | type of Intersection
|
| |
|
|
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
|
| |
|
const CommunicationType & | 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 More...
|
| |
| 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. More...
|
| |
| int | boundaryId (const IntersectionType &intersection) const |
| | obtain entity pointer from entity seed More...
|
| |
|
const IndexSetType & | indexSet () const |
| | Returns reference to index set of the underlying grid.
|
| |
| template<int codim> |
| Codim< codim >::IteratorType | begin () const |
| | obtain begin iterator for the interior-border partition More...
|
| |
| template<int codim, PartitionIteratorType pitype> |
| Codim< codim >::template Partition< pitype >::IteratorType | begin () const |
| | obtain begin iterator for the given partition More...
|
| |
| template<int codim> |
| Codim< codim >::IteratorType | end () const |
| | obtain end iterator for the interior-border partition More...
|
| |
| template<int codim, PartitionIteratorType pitype> |
| Codim< codim >::template Partition< pitype >::IteratorType | end () const |
| | obtain end iterator for the given partition More...
|
| |
|
int | level () const |
| | Level of the grid part.
|
| |
|
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
|
| |
|
template<class DataHandleImp , class DataType > |
| void | communicate (CommDataHandleIF< DataHandleImp, DataType > &data, InterfaceType iftype, CommunicationDirection dir) const |
| | corresponding communication method for grid part
|
| |
| int | sequence () const |
| | return sequence number to update structures depending on the grid part More...
|
| |
template<class GridPartTraits>
class Dune::Fem::GridPartDefault< GridPartTraits >
Default implementation for the GridPart classes.