|
dune-pdelab 2.8
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
Static Public Attributes |
Protected Types |
Protected Member Functions |
List of all members
Dune::PDELab::GridViewOrdering< LocalOrdering > Class Template Referenceabstract
Transforms a local ordering (entity-wise order) into a global ordering. More...
#include <dune/pdelab/ordering/gridviewordering.hh>
Inheritance diagram for Dune::PDELab::GridViewOrdering< LocalOrdering >:

Public Types | |
| typedef LocalOrdering::Traits | Traits |
| typedef CompositeNodeTag | NodeTag |
| typedef std::tuple< std::shared_ptr< Children >... > | NodeStorage |
| typedef std::tuple< Children... > | ChildTypes |
| typedef HierarchicContainerAllocationTag | ContainerAllocationTag |
| typedef DefaultLFSCacheTag | CacheTag |
Public Member Functions | |
| GridViewOrdering (const typename NodeT::NodeStorage &local_ordering, bool container_blocked, typename BaseT::GFSData *gfs_data, const EntitySet &entity_Set) | |
| Construct ordering object. | |
| Traits::SizeType | size (typename Traits::ContainerIndex suffix) const |
| Gives the size for a given suffix. | |
| LocalOrdering & | localOrdering () |
| const LocalOrdering & | localOrdering () const |
| virtual void | map_index_dynamic (typename Traits::DOFIndexView di, typename Traits::ContainerIndex &ci) const override |
| Traits::ContainerIndex | mapIndex (const typename Traits::DOFIndex &di) const |
| void | mapIndex (typename Traits::DOFIndexView di, typename Traits::ContainerIndex &ci) const |
| template<typename ItIn , typename ItOut > | |
| void | map_lfs_indices (const ItIn begin, const ItIn end, ItOut out) const |
| template<typename CIOutIterator > | |
| Traits::SizeType | extract_entity_indices (const typename Traits::DOFIndex::EntityIndex &ei, typename Traits::SizeType child_index, CIOutIterator ci_out, const CIOutIterator ci_end) const |
| void | update () |
| Traits::SizeType | size () const |
| Traits::SizeType | size (const typename Traits::SizeType child_index) const |
| bool | fixedSize () const |
| bool | fixedSize (typename Traits::SizeType codim) const |
| Child< k >::Type & | child (index_constant< k >={}) |
| const Child< k >::Type & | child (index_constant< k >={}) const |
| ImplementationDefined & | child (Indices... indices) |
| const ImplementationDefined & | child (Indices... indices) |
| Child< k >::Type & | child (index_constant< k >={}) |
| const Child< k >::Type & | child (index_constant< k >={}) const |
| ImplementationDefined & | child (Indices... indices) |
| const ImplementationDefined & | child (Indices... indices) |
| std::shared_ptr< typename Child< k >::Type > | childStorage (index_constant< k >={}) |
| std::shared_ptr< const typename Child< k >::Type > | childStorage (index_constant< k >={}) const |
| std::shared_ptr< typename Child< k >::Type > | childStorage (index_constant< k >={}) |
| std::shared_ptr< const typename Child< k >::Type > | childStorage (index_constant< k >={}) const |
| void | setChild (typename Child< k >::Type &child, index_constant< k >={}) |
| void | setChild (typename Child< k >::Type &&child, index_constant< k >={}) |
| void | setChild (std::shared_ptr< typename Child< k >::Type > child, index_constant< k >={}) |
| void | setChild (typename Child< k >::Type &child, index_constant< k >={}) |
| void | setChild (typename Child< k >::Type &&child, index_constant< k >={}) |
| void | setChild (std::shared_ptr< typename Child< k >::Type > child, index_constant< k >={}) |
| const NodeStorage & | nodeStorage () const |
| const NodeStorage & | nodeStorage () const |
| virtual void | map_index_dynamic (typename Traits::DOFIndexView di, typename Traits::ContainerIndex &ci) const=0 |
| Traits::ContainerIndex | mapIndex (const typename Traits::DOFIndex &di) const |
| void | mapIndex (typename Traits::DOFIndexView di, typename Traits::ContainerIndex &ci) const |
| Traits::SizeType | size (const typename Traits::SizeType child_index) const |
| Traits::SizeType | blockCount () const |
| Traits::SizeType | sizeOffset (const typename Traits::SizeType child_index) const |
| Traits::SizeType | blockOffset (const typename Traits::SizeType child_index) const |
| Traits::SizeType | maxLocalSize () const |
| MergeMode::type | mergeMode () const |
| bool | containerBlocked () const |
| std::size_t | childOrderingCount () const |
| OrderingBase & | childOrdering (typename Traits::SizeType i) |
| const OrderingBase & | childOrdering (typename Traits::SizeType i) const |
| bool | contains (typename Traits::SizeType codim) const |
| bool | fixedSize (typename Traits::SizeType codim) const |
Static Public Member Functions | |
| static constexpr auto | degree () |
Public Attributes | |
| const MergeMode::type | _merge_mode |
| const std::size_t | _child_count |
| std::vector< OrderingBase * > | _children |
| std::vector< typename Traits::SizeType > | _child_size_offsets |
| std::vector< typename Traits::SizeType > | _child_block_offsets |
| std::vector< typename Traits::SizeType > | _child_block_merge_offsets |
| const VirtualOrderingBase< LocalOrdering::Traits::DOFIndex, LocalOrdering::Traits::ContainerIndex > * | _delegate |
| GFSData * | _gfs_data |
Static Public Attributes | |
| static const bool | has_dynamic_ordering_children = false |
| static const bool | consume_tree_index = false |
| static const bool | isLeaf |
| static const bool | isPower |
| static const bool | isComposite |
| static const std::size_t | CHILDREN |
Protected Types | |
| typedef Dune::PDELab::impl::GridFunctionSpaceOrderingData< typename Traits::SizeType > | GFSData |
Protected Member Functions | |
| void | setDelegate (const VirtualOrderingBase< LocalOrdering::Traits::DOFIndex, LocalOrdering::Traits::ContainerIndex > *delegate) |
| Set the delegate called in mapIndex(). | |
| void | _mapIndex (typename Traits::DOFIndexView di, typename Traits::ContainerIndex &ci) const |
Detailed Description
template<typename LocalOrdering>
class Dune::PDELab::GridViewOrdering< LocalOrdering >
class Dune::PDELab::GridViewOrdering< LocalOrdering >
Transforms a local ordering (entity-wise order) into a global ordering.
Member Typedef Documentation
◆ CacheTag
|
inherited |
◆ ContainerAllocationTag
|
inherited |
◆ GFSData
|
protectedinherited |
◆ Traits
template<typename LocalOrdering >
| typedef LocalOrdering::Traits Dune::PDELab::GridViewOrdering< LocalOrdering >::Traits |
Constructor & Destructor Documentation
◆ GridViewOrdering()
template<typename LocalOrdering >
|
inline |
Construct ordering object.
In general, an ordering object is not properly setup after construction. This must be done by a separate call to update(). This particular ordering however can be used right away.
Member Function Documentation
◆ _mapIndex()
|
inlineprotectedinherited |
◆ blockCount()
|
inlineinherited |
◆ blockOffset()
|
inlineinherited |
◆ childOrdering() [1/2]
|
inlineinherited |
◆ childOrdering() [2/2]
|
inlineinherited |
◆ childOrderingCount()
|
inlineinherited |
◆ containerBlocked()
|
inlineinherited |
◆ contains()
|
inlineinherited |
◆ extract_entity_indices()
template<typename LocalOrdering >
template<typename CIOutIterator >
|
inline |
◆ fixedSize() [1/3]
template<typename LocalOrdering >
|
inline |
◆ fixedSize() [2/3]
template<typename LocalOrdering >
|
inline |
◆ fixedSize() [3/3]
|
inlineinherited |
◆ localOrdering() [1/2]
template<typename LocalOrdering >
|
inline |
◆ localOrdering() [2/2]
template<typename LocalOrdering >
|
inline |
◆ map_index_dynamic() [1/2]
template<typename LocalOrdering >
|
inlineoverridevirtual |
◆ map_index_dynamic() [2/2]
|
pure virtualinherited |
◆ map_lfs_indices()
template<typename LocalOrdering >
template<typename ItIn , typename ItOut >
|
inline |
◆ mapIndex() [1/4]
template<typename LocalOrdering >
|
inline |
◆ mapIndex() [2/4]
|
inlineinherited |
◆ mapIndex() [3/4]
template<typename LocalOrdering >
|
inline |
◆ mapIndex() [4/4]
|
inlineinherited |
◆ maxLocalSize()
|
inlineinherited |
◆ mergeMode()
|
inlineinherited |
◆ setDelegate()
|
inlineprotectedinherited |
Set the delegate called in mapIndex().
When copying an Ordering with a delegate, the derived Ordering must call this method with 'this' as its argument in the copy and the move constructors!
◆ size() [1/4]
template<typename LocalOrdering >
|
inline |
◆ size() [2/4]
template<typename LocalOrdering >
|
inline |
◆ size() [3/4]
|
inlineinherited |
◆ size() [4/4]
template<typename LocalOrdering >
|
inline |
Gives the size for a given suffix.
- Parameters
-
suffix MultiIndex with a partial path to a container
- Returns
- Traits::SizeType The size required for such a path.
◆ sizeOffset()
|
inlineinherited |
◆ update()
template<typename LocalOrdering >
|
inline |
Member Data Documentation
◆ _child_block_merge_offsets
|
inherited |
◆ _child_block_offsets
|
inherited |
◆ _child_count
|
inherited |
◆ _child_size_offsets
|
inherited |
◆ _children
|
inherited |
◆ _delegate
|
inherited |
◆ _gfs_data
|
inherited |
◆ _merge_mode
|
inherited |
◆ consume_tree_index
template<typename LocalOrdering >
|
static |
◆ has_dynamic_ordering_children
template<typename LocalOrdering >
|
static |
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