|
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::CompositeLexicographicOrdering< DI, CI, Children > Class Template Reference
Interface for merging index spaces. More...
#include <dune/pdelab/ordering/lexicographicordering.hh>
Inheritance diagram for Dune::PDELab::CompositeLexicographicOrdering< DI, CI, Children >:

Public Types | |
| using | Traits = typename Base::Traits |
| typedef CompositeNodeTag | NodeTag |
| typedef std::tuple< std::shared_ptr< Children >... > | NodeStorage |
| typedef std::tuple< Children... > | ChildTypes |
| typedef LexicographicOrderingTag | OrderingTag |
| typedef HierarchicContainerAllocationTag | ContainerAllocationTag |
| typedef DefaultLFSCacheTag | CacheTag |
Public Member Functions | |
| CompositeLexicographicOrdering (bool backend_blocked, typename Base::GFSData *gfs_data, std::shared_ptr< Children >... children) | |
| Construct ordering object. | |
| std::string | name () const |
| void | update () |
| Traits::SizeType | size (typename Traits::ContainerIndex suffix) const |
| Gives the size for a given suffix. | |
| 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 |
| void | map_lfs_indices (const ItIn begin, const ItIn end, ItOut out) const |
| Traits::SizeType | extract_entity_indices (const typename Traits::DOFIndex::EntityIndex &ei, typename Traits::SizeType child_index, CIOutIterator ci_out, const CIOutIterator ci_end) const |
| Traits::ContainerIndex | mapIndex (const typename Traits::DOFIndex &di) const |
| void | mapIndex (typename Traits::DOFIndexView di, typename Traits::ContainerIndex &ci) const |
| Traits::SizeType | size () 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 () const |
| bool | fixedSize (typename Traits::SizeType codim) const |
Static Public Member Functions | |
| static constexpr auto | degree () |
Public Attributes | |
| bool | _fixed_size |
| const bool | _container_blocked |
| 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 |
| Traits::CodimFlag | _codim_used |
| Traits::CodimFlag | _codim_fixed_size |
| std::size_t | _max_local_size |
| std::size_t | _size |
| std::size_t | _block_count |
| const VirtualOrderingBase< DI, CI > * | _delegate |
| GFSData * | _gfs_data |
Static Public Attributes | |
| static const bool | isLeaf |
| static const bool | isPower |
| static const bool | isComposite |
| static const std::size_t | CHILDREN |
| static const bool | consume_tree_index |
| static const bool | has_dynamic_ordering_children = true |
Protected Types | |
| typedef Dune::PDELab::impl::GridFunctionSpaceOrderingData< typename Traits::SizeType > | GFSData |
Protected Member Functions | |
| void | setDelegate (const VirtualOrderingBase< DI, CI > *delegate) |
| Set the delegate called in mapIndex(). | |
| void | _mapIndex (typename Traits::DOFIndexView di, typename Traits::ContainerIndex &ci) const |
Detailed Description
template<typename DI, typename CI, typename... Children>
class Dune::PDELab::CompositeLexicographicOrdering< DI, CI, Children >
class Dune::PDELab::CompositeLexicographicOrdering< DI, CI, Children >
Interface for merging index spaces.
Member Typedef Documentation
◆ CacheTag
template<typename DI , typename CI >
|
inherited |
◆ ContainerAllocationTag
template<typename DI , typename CI >
|
inherited |
◆ GFSData
template<typename DI , typename CI >
|
protectedinherited |
◆ OrderingTag
|
inherited |
◆ Traits
template<typename DI , typename CI , typename... Children>
| using Dune::PDELab::CompositeLexicographicOrdering< DI, CI, Children >::Traits = typename Base::Traits |
Constructor & Destructor Documentation
◆ CompositeLexicographicOrdering()
template<typename DI , typename CI , typename... Children>
|
inline |
Construct ordering object.
In general, an ordering object is not properly setup after construction. This must be done by a seperate call to update() after all the children have been properly set up.
- Note
- This constructor must be present for ordering objects not at the leaf of the tree.
Member Function Documentation
◆ _mapIndex()
template<typename DI , typename CI >
|
inlineprotectedinherited |
◆ blockCount()
template<typename DI , typename CI >
|
inlineinherited |
◆ blockOffset()
template<typename DI , typename CI >
|
inlineinherited |
◆ childOrdering() [1/2]
template<typename DI , typename CI >
|
inlineinherited |
◆ childOrdering() [2/2]
template<typename DI , typename CI >
|
inlineinherited |
◆ childOrderingCount()
template<typename DI , typename CI >
|
inlineinherited |
◆ containerBlocked()
template<typename DI , typename CI >
|
inlineinherited |
◆ contains()
template<typename DI , typename CI >
|
inlineinherited |
◆ extract_entity_indices()
|
inlineinherited |
◆ fixedSize() [1/2]
template<typename DI , typename CI >
|
inlineinherited |
◆ fixedSize() [2/2]
template<typename DI , typename CI >
|
inlineinherited |
◆ map_lfs_indices()
|
inlineinherited |
◆ mapIndex() [1/2]
template<typename DI , typename CI >
|
inlineinherited |
◆ mapIndex() [2/2]
template<typename DI , typename CI >
|
inlineinherited |
◆ maxLocalSize()
template<typename DI , typename CI >
|
inlineinherited |
◆ mergeMode()
template<typename DI , typename CI >
|
inlineinherited |
◆ name()
template<typename DI , typename CI , typename... Children>
|
inline |
◆ setDelegate()
template<typename DI , typename CI >
|
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/3]
template<typename DI , typename CI >
|
inlineinherited |
◆ size() [2/3]
template<typename DI , typename CI >
|
inlineinherited |
◆ size() [3/3]
template<typename DI , typename CI , typename... Children>
|
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()
template<typename DI , typename CI >
|
inlineinherited |
◆ update()
template<typename DI , typename CI , typename... Children>
|
inline |
Member Data Documentation
◆ _block_count
template<typename DI , typename CI >
|
inherited |
◆ _child_block_merge_offsets
template<typename DI , typename CI >
|
inherited |
◆ _child_block_offsets
template<typename DI , typename CI >
|
inherited |
◆ _child_count
template<typename DI , typename CI >
|
inherited |
◆ _child_size_offsets
template<typename DI , typename CI >
|
inherited |
◆ _children
template<typename DI , typename CI >
|
inherited |
◆ _codim_fixed_size
template<typename DI , typename CI >
|
inherited |
◆ _codim_used
template<typename DI , typename CI >
|
inherited |
◆ _container_blocked
template<typename DI , typename CI >
|
inherited |
◆ _delegate
template<typename DI , typename CI >
|
inherited |
◆ _fixed_size
template<typename DI , typename CI >
|
inherited |
◆ _gfs_data
template<typename DI , typename CI >
|
inherited |
◆ _max_local_size
template<typename DI , typename CI >
|
inherited |
◆ _merge_mode
template<typename DI , typename CI >
|
inherited |
◆ _size
template<typename DI , typename CI >
|
inherited |
◆ consume_tree_index
|
staticinherited |
◆ has_dynamic_ordering_children
template<typename DI , typename CI >
|
staticinherited |
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