|
dune-pdelab 2.10-git
|
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::ChunkedBlockOrdering< Ordering > Class Template Referenceabstract
Ordering that permutes top-level ContainerIndex entries. More...
#include <dune/pdelab/ordering/chunkedblockordering.hh>
Inheritance diagram for Dune::PDELab::ChunkedBlockOrdering< Ordering >:

Public Types | |
| typedef Ordering::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 | |
| Ordering & | ordering () |
| const Ordering & | ordering () const |
| ChunkedBlockOrdering (const typename NodeT::NodeStorage &ordering, const ordering::chunked::tag_base &tag) | |
| ChunkedBlockOrdering (const ChunkedBlockOrdering &r) | |
| ChunkedBlockOrdering (ChunkedBlockOrdering &&r) | |
| virtual | ~ChunkedBlockOrdering () override=default |
| virtual void | map_index_dynamic (typename Traits::DOFIndexView di, typename Traits::ContainerIndex &ci) const override |
| template<typename ItIn , typename ItOut > | |
| void | map_lfs_indices (ItIn in, 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 (typename Traits::ContainerIndex suffix) const |
| Traits::SizeType | size () const |
| Traits::SizeType | size (const typename Traits::SizeType child_index) 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 () 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< Ordering::Traits::DOFIndex, Ordering::Traits::ContainerIndex > * | _delegate |
| GFSData * | _gfs_data |
Static Public Attributes | |
| static const bool | consume_tree_index = false |
| static const bool | isLeaf |
| static const bool | isPower |
| static const bool | isComposite |
| static const bool | has_dynamic_ordering_children |
Protected Types | |
| typedef Dune::PDELab::impl::GridFunctionSpaceOrderingData< typename Traits::SizeType > | GFSData |
Protected Member Functions | |
| void | setDelegate (const VirtualOrderingBase< Ordering::Traits::DOFIndex, Ordering::Traits::ContainerIndex > *delegate) |
| Set the delegate called in mapIndex(). | |
| void | _mapIndex (typename Traits::DOFIndexView di, typename Traits::ContainerIndex &ci) const |
Detailed Description
template<typename Ordering>
class Dune::PDELab::ChunkedBlockOrdering< Ordering >
class Dune::PDELab::ChunkedBlockOrdering< Ordering >
Ordering that permutes top-level ContainerIndex entries.
Member Typedef Documentation
◆ CacheTag
|
inherited |
◆ ContainerAllocationTag
|
inherited |
◆ GFSData
|
protectedinherited |
◆ Traits
template<typename Ordering >
| typedef Ordering::Traits Dune::PDELab::ChunkedBlockOrdering< Ordering >::Traits |
Constructor & Destructor Documentation
◆ ChunkedBlockOrdering() [1/3]
template<typename Ordering >
|
inline |
◆ ChunkedBlockOrdering() [2/3]
template<typename Ordering >
|
inline |
◆ ChunkedBlockOrdering() [3/3]
template<typename Ordering >
|
inline |
◆ ~ChunkedBlockOrdering()
template<typename Ordering >
|
overridevirtualdefault |
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 Ordering >
template<typename CIOutIterator >
|
inline |
◆ fixedSize() [1/2]
|
inlineinherited |
◆ fixedSize() [2/2]
|
inlineinherited |
◆ map_index_dynamic() [1/2]
template<typename Ordering >
|
inlineoverridevirtual |
◆ map_index_dynamic() [2/2]
|
pure virtualinherited |
◆ map_lfs_indices()
template<typename Ordering >
template<typename ItIn , typename ItOut >
|
inline |
◆ mapIndex() [1/2]
|
inlineinherited |
◆ mapIndex() [2/2]
|
inlineinherited |
◆ maxLocalSize()
|
inlineinherited |
◆ mergeMode()
|
inlineinherited |
◆ ordering() [1/2]
template<typename Ordering >
|
inline |
◆ ordering() [2/2]
template<typename Ordering >
|
inline |
◆ 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 Ordering >
|
inline |
◆ size() [2/4]
template<typename Ordering >
|
inline |
◆ size() [3/4]
|
inlineinherited |
◆ size() [4/4]
template<typename Ordering >
|
inline |
◆ sizeOffset()
|
inlineinherited |
◆ update()
template<typename Ordering >
|
inline |
Member Data Documentation
◆ _block_count
|
inherited |
◆ _child_block_merge_offsets
|
inherited |
◆ _child_block_offsets
|
inherited |
◆ _child_count
|
inherited |
◆ _child_size_offsets
|
inherited |
◆ _children
|
inherited |
◆ _codim_fixed_size
|
inherited |
◆ _codim_used
|
inherited |
◆ _container_blocked
|
inherited |
◆ _delegate
|
inherited |
◆ _fixed_size
|
inherited |
◆ _gfs_data
|
inherited |
◆ _max_local_size
|
inherited |
◆ _merge_mode
|
inherited |
◆ _size
|
inherited |
◆ consume_tree_index
template<typename Ordering >
|
static |
◆ has_dynamic_ordering_children
|
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