dune-pdelab 2.7-git
|
Interface for merging index spaces. More...
#include <dune/pdelab/ordering/lexicographicordering.hh>
Public Types | |
using | Traits = typename Base::Traits |
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. | |
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 |
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 | 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 |
Interface for merging index spaces.
|
inherited |
|
inherited |
|
protectedinherited |
|
inherited |
using Dune::PDELab::CompositeLexicographicOrdering< DI, CI, Children >::Traits = typename Base::Traits |
|
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.
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
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!
|
inlineinherited |
|
inlineinherited |
|
inline |
Gives the size for a given suffix.
suffix | MultiIndex with a partial path to a container |
|
inlineinherited |
|
inline |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
staticinherited |
|
staticinherited |