dune-fem 2.8.0
|
#include <dune/fem/gridpart/common/gridview2gridpart.hh>
Classes | |
struct | Codim |
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::CollectiveCommunicationType | CollectiveCommunicationType |
Collective communication. | |
typedef GridView2GridPartTraits< GridView, Implementation, storeCopy > | Traits |
Type of the Traits. | |
typedef Traits::GridPartType | GridPartType |
Type of the implementation. | |
typedef Traits::TwistUtilityType | TwistUtilityType |
Twist utility type. | |
typedef IntersectionIteratorType::Intersection | IntersectionType |
type of Intersection | |
typedef GridType::ctype | ctype |
Public Member Functions | |
const GridType & | grid () const |
Returns const reference to the underlying grid. | |
GridType & | grid () |
Returns reference to the underlying grid. | |
int | boundaryId (const IntersectionType &intersection) const |
return boundary if given an intersection | |
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 | |
void | communicate (CommDataHandleIF< DataHandleImp, DataType > &data, InterfaceType iftype, CommunicationDirection dir) const |
corresponding communication method for grid part | |
Construction | |
GridView2GridPart (const GridView &gridView) | |
GridView2GridPart (GridView &&gridView) | |
GridView2GridPart (const ThisType &rhs) | |
~GridView2GridPart () | |
Public member methods | |
const GridType & | grid () const |
Returns const reference to the underlying grid. | |
GridType & | grid () |
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 | |
template<int codim, PartitionIteratorType pitype> | |
Codim< codim >::template Partition< pitype >::IteratorType | begin () const |
obtain begin iterator for the interior-border partition | |
template<int codim> | |
Codim< codim >::IteratorType | end () const |
obtain end iterator for the interior-border partition | |
template<int codim, PartitionIteratorType pitype> | |
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 CollectiveCommunicationType & | comm () const |
obtain collective communication object | |
template<class DataHandle , class DataType > | |
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 | |
template<class EntitySeed > | |
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 |
return sequence number to update structures depending on the grid part | |
const GridView & | gridView () const |
cast to underlying grid view | |
Static Public Attributes | |
static const PartitionIteratorType | indexSetPartitionType |
Maximum Partition type, the index set provides indices for. | |
static const InterfaceType | indexSetInterfaceType |
static const int | dimension |
static const int | dimensionworld |
typedef BaseType::CollectiveCommunicationType Dune::Fem::GridView2GridPart< GridView, Implementation, storeCopy >::CollectiveCommunicationType |
Collective communication.
|
inherited |
|
inherited |
Type of the implementation.
typedef BaseType::GridType Dune::Fem::GridView2GridPart< GridView, Implementation, storeCopy >::GridType |
type of Grid implementation
typedef BaseType::GridViewType Dune::Fem::GridView2GridPart< GridView, Implementation, storeCopy >::GridViewType |
typedef BaseType::IndexSetType Dune::Fem::GridView2GridPart< GridView, Implementation, storeCopy >::IndexSetType |
Index set implementation.
typedef BaseType::IntersectionIteratorType Dune::Fem::GridView2GridPart< GridView, Implementation, storeCopy >::IntersectionIteratorType |
type of IntersectionIterator
|
inherited |
type of Intersection
|
inherited |
Type of the Traits.
|
inherited |
Twist utility type.
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
obtain begin iterator for the interior-border partition
codim | codimension for which the iterator is requested |
|
inline |
obtain begin iterator for the interior-border partition
codim | codimension for which the iterator is requested |
|
inline |
return boundary if given an intersection
|
inline |
obtain collective communication object
|
inline |
corresponding communication method for grid part
|
inlineinherited |
corresponding communication method for grid part
|
inline |
return sequence number to update structures depending on the grid part
|
inline |
obtain end iterator for the interior-border partition
codim | codimension for which the iterator is requested |
|
inline |
obtain end iterator for the interior-border partition
codim | codimension for which the iterator is requested |
|
inline |
obtain entity pointer from entity seed
|
inline |
Returns reference to the underlying grid.
|
inline |
|
inline |
Returns const reference to the underlying grid.
|
inline |
Returns const reference to the underlying grid.
|
inline |
cast to underlying grid view
|
inlineinherited |
ibegin of corresponding intersection iterator for given entity
|
inline |
ibegin of corresponding intersection iterator for given entity
|
inlineinherited |
iend of corresponding intersection iterator for given entity
|
inline |
iend of corresponding intersection iterator for given entity
|
inline |
Returns reference to index set of the underlying grid.
|
inlineinherited |
Level of the grid part.
|
inline |
return sequence number to update structures depending on the grid part
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
Maximum Partition type, the index set provides indices for.