|
dune-pdelab 2.8
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Attributes |
Protected Types |
Protected Member Functions |
Protected Attributes |
List of all members
Dune::PDELab::LocalOrderingBase< ES, DI, CI > Class Template Reference
Entity-wise orderings. More...
#include <dune/pdelab/ordering/localorderingbase.hh>
Inheritance diagram for Dune::PDELab::LocalOrderingBase< ES, DI, CI >:

Public Types | |
| typedef LocalOrderingTraits< ES, DI, CI, MultiIndexOrder::Inner2Outer > | Traits |
Public Member Functions | |
| void | map_local_index (const typename Traits::SizeType geometry_type_index, const typename Traits::SizeType entity_index, typename Traits::TreeIndexView mi, typename Traits::ContainerIndex &ci) const |
| template<typename ItIn , typename ItOut > | |
| void | map_lfs_indices (const ItIn begin, const ItIn end, ItOut out) const |
| Set last index of container indices. | |
| template<typename CIOutIterator , typename DIOutIterator = DummyDOFIndexIterator> | |
| Traits::SizeType | extract_entity_indices (const typename Traits::DOFIndex::EntityIndex &ei, typename Traits::SizeType child_index, CIOutIterator ci_out, const CIOutIterator ci_end, DIOutIterator di_out=DIOutIterator()) const |
| Traits::SizeType | size (const typename Traits::DOFIndex::EntityIndex &index) const |
| Traits::SizeType | size (const typename Traits::SizeType geometry_type_index, const typename Traits::SizeType entity_index) const |
| Traits::SizeType | size (const typename Traits::SizeType geometry_type_index, const typename Traits::SizeType entity_index, const typename Traits::SizeType child_index) const |
| Traits::SizeType | offset (const typename Traits::SizeType geometry_type_index, const typename Traits::SizeType entity_index, const typename Traits::SizeType child_index) const |
| template<typename Node > | |
| LocalOrderingBase (Node &node, bool container_blocked, GFSData *gfs_data) | |
| bool | fixedSize () const |
| bool | contains (const GeometryType >) const |
| bool | contains_geometry_type (typename Traits::SizeType gt_index) const |
| bool | contains (typename Traits::SizeType codim) const |
| Traits::SizeType | maxLocalSize () const |
Static Public Attributes | |
| static const bool | has_dynamic_ordering_children = true |
| static const bool | consume_tree_index = true |
| static constexpr auto | GT_UNUSED = ~std::size_t(0) |
Protected Types | |
| typedef impl::GridFunctionSpaceOrderingData< typename Traits::SizeType > | GFSData |
Protected Member Functions | |
| template<class Node > | |
| Traits::SizeType | node_size (const Node &node, typename Traits::ContainerIndex suffix, const typename Traits::DOFIndex::EntityIndex &index) const |
| Gives the size for a given entity and suffix. | |
| bool | containerBlocked () const |
| std::size_t | childOrderingCount () const |
| LocalOrderingBase & | childOrdering (typename Traits::SizeType i) |
| const LocalOrderingBase & | childOrdering (typename Traits::SizeType i) const |
| void | disable_container_blocking () |
| void | setup_fixed_size_possible () |
| Initial setup of the flag indicating whether a fixed size ordering is possible. | |
Protected Attributes | |
| bool | _fixed_size |
| bool | _fixed_size_possible |
| bool | _container_blocked |
| std::size_t | _max_local_size |
| const std::size_t | _child_count |
| std::vector< LocalOrderingBase * > | _children |
| Traits::CodimFlag | _codim_used |
| std::vector< bool > | _gt_used |
| std::vector< typename Traits::SizeType > | _gt_entity_offsets |
| std::vector< typename Traits::SizeType > | _gt_dof_offsets |
| std::vector< typename Traits::SizeType > | _entity_dof_offsets |
| GFSData * | _gfs_data |
Detailed Description
template<typename ES, typename DI, typename CI>
class Dune::PDELab::LocalOrderingBase< ES, DI, CI >
class Dune::PDELab::LocalOrderingBase< ES, DI, CI >
Entity-wise orderings.
A tree structure of this class is able to provide (multi-index) indexations for each entity in an entity set.
Member Typedef Documentation
◆ GFSData
template<typename ES , typename DI , typename CI >
|
protected |
◆ Traits
template<typename ES , typename DI , typename CI >
| typedef LocalOrderingTraits<ES,DI,CI,MultiIndexOrder::Inner2Outer> Dune::PDELab::LocalOrderingBase< ES, DI, CI >::Traits |
Constructor & Destructor Documentation
◆ LocalOrderingBase()
template<typename ES , typename DI , typename CI >
template<typename Node >
|
inline |
Member Function Documentation
◆ childOrdering() [1/2]
template<typename ES , typename DI , typename CI >
|
inlineprotected |
◆ childOrdering() [2/2]
template<typename ES , typename DI , typename CI >
|
inlineprotected |
◆ childOrderingCount()
template<typename ES , typename DI , typename CI >
|
inlineprotected |
◆ containerBlocked()
template<typename ES , typename DI , typename CI >
|
inlineprotected |
◆ contains() [1/2]
template<typename ES , typename DI , typename CI >
|
inline |
◆ contains() [2/2]
template<typename ES , typename DI , typename CI >
|
inline |
◆ contains_geometry_type()
template<typename ES , typename DI , typename CI >
|
inline |
◆ disable_container_blocking()
template<typename ES , typename DI , typename CI >
|
inlineprotected |
◆ extract_entity_indices()
template<typename ES , typename DI , typename CI >
template<typename CIOutIterator , typename DIOutIterator = DummyDOFIndexIterator>
|
inline |
◆ fixedSize()
template<typename ES , typename DI , typename CI >
|
inline |
◆ map_lfs_indices()
template<typename ES , typename DI , typename CI >
template<typename ItIn , typename ItOut >
|
inline |
Set last index of container indices.
For a (view) list of dof indices, this method will fill or append the last index of the same ammount of container indices.
- Template Parameters
-
ItIn DOFIndexViewIterator<DOFIterator> ItOut std::vector<CI>::iterator
- Parameters
-
begin begin iterator for (view) list of dof indices end begin iterator for (view) list of dof indices out begin iterator of container indices to be filled out
◆ map_local_index()
template<typename ES , typename DI , typename CI >
|
inline |
◆ maxLocalSize()
template<typename ES , typename DI , typename CI >
|
inline |
◆ node_size()
template<typename ES , typename DI , typename CI >
template<class Node >
|
inlineprotected |
Gives the size for a given entity and suffix.
This method is used by typetree class derived from this class
- Parameters
-
node TypeTree version of this class suffix MultiIndex with a partial path to a container index Entity index to compute the size
- Returns
- Traits::SizeType The size required for such a path.
◆ offset()
template<typename ES , typename DI , typename CI >
|
inline |
◆ setup_fixed_size_possible()
template<typename ES , typename DI , typename CI >
|
inlineprotected |
Initial setup of the flag indicating whether a fixed size ordering is possible.
For a non-leaf ordering, a fixed size ordering is possible if all children can support it, so we implement that logic here.
- Note
- Leaf orderings will usually want to extract this a priori information from somewhere else, so they should override this method (the correct method will get called even without a virtual call, as the call happens from a TypeTree visitor that is aware of the precise type of the ordering).
◆ size() [1/3]
template<typename ES , typename DI , typename CI >
|
inline |
◆ size() [2/3]
template<typename ES , typename DI , typename CI >
|
inline |
◆ size() [3/3]
template<typename ES , typename DI , typename CI >
|
inline |
Member Data Documentation
◆ _child_count
template<typename ES , typename DI , typename CI >
|
protected |
◆ _children
template<typename ES , typename DI , typename CI >
|
protected |
◆ _codim_used
template<typename ES , typename DI , typename CI >
|
protected |
◆ _container_blocked
template<typename ES , typename DI , typename CI >
|
protected |
◆ _entity_dof_offsets
template<typename ES , typename DI , typename CI >
|
protected |
◆ _fixed_size
template<typename ES , typename DI , typename CI >
|
protected |
◆ _fixed_size_possible
template<typename ES , typename DI , typename CI >
|
protected |
◆ _gfs_data
template<typename ES , typename DI , typename CI >
|
protected |
◆ _gt_dof_offsets
template<typename ES , typename DI , typename CI >
|
protected |
◆ _gt_entity_offsets
template<typename ES , typename DI , typename CI >
|
protected |
◆ _gt_used
template<typename ES , typename DI , typename CI >
|
protected |
◆ _max_local_size
template<typename ES , typename DI , typename CI >
|
protected |
◆ consume_tree_index
template<typename ES , typename DI , typename CI >
|
static |
◆ GT_UNUSED
template<typename ES , typename DI , typename CI >
|
staticconstexpr |
◆ has_dynamic_ordering_children
template<typename ES , typename DI , typename CI >
|
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