#include <dune/pdelab/ordering/localorderingbase.hh>
|
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 |
|
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 |
|
|
typedef impl::GridFunctionSpaceOrderingData< typename Traits::SizeType > | GFSData |
|
◆ GFSData
template<typename ES , typename DI , typename CI >
◆ Traits
template<typename ES , typename DI , typename CI >
◆ LocalOrderingBase()
template<typename ES , typename DI , typename CI >
template<typename Node >
◆ childOrdering() [1/2]
template<typename ES , typename DI , typename CI >
◆ childOrdering() [2/2]
template<typename ES , typename DI , typename CI >
◆ contains() [1/2]
template<typename ES , typename DI , typename CI >
◆ contains() [2/2]
template<typename ES , typename DI , typename CI >
◆ contains_geometry_type()
template<typename ES , typename DI , typename CI >
◆ disable_container_blocking()
template<typename ES , typename DI , typename CI >
◆ extract_entity_indices()
template<typename ES , typename DI , typename CI >
template<typename CIOutIterator , typename DIOutIterator = DummyDOFIndexIterator>
Traits::SizeType Dune::PDELab::LocalOrderingBase< ES, DI, CI >::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 |
|
inline |
◆ fixedSize()
template<typename ES , typename DI , typename CI >
◆ map_lfs_indices()
template<typename ES , typename DI , typename CI >
template<typename ItIn , typename ItOut >
◆ map_local_index()
template<typename ES , typename DI , typename CI >
void Dune::PDELab::LocalOrderingBase< ES, DI, CI >::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 |
|
inline |
◆ maxLocalSize()
template<typename ES , typename DI , typename CI >
◆ offset()
template<typename ES , typename DI , typename CI >
Traits::SizeType Dune::PDELab::LocalOrderingBase< ES, DI, CI >::offset |
( |
const typename Traits::SizeType |
geometry_type_index, |
|
|
const typename Traits::SizeType |
entity_index, |
|
|
const typename Traits::SizeType |
child_index |
|
) |
| const |
|
inline |
◆ setup_fixed_size_possible()
template<typename ES , typename DI , typename CI >
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 >
◆ size() [2/3]
template<typename ES , typename DI , typename CI >
Traits::SizeType Dune::PDELab::LocalOrderingBase< ES, DI, CI >::size |
( |
const typename Traits::SizeType |
geometry_type_index, |
|
|
const typename Traits::SizeType |
entity_index |
|
) |
| const |
|
inline |
◆ size() [3/3]
template<typename ES , typename DI , typename CI >
Traits::SizeType Dune::PDELab::LocalOrderingBase< ES, DI, CI >::size |
( |
const typename Traits::SizeType |
geometry_type_index, |
|
|
const typename Traits::SizeType |
entity_index, |
|
|
const typename Traits::SizeType |
child_index |
|
) |
| const |
|
inline |
◆ _child_count
template<typename ES , typename DI , typename CI >
◆ _children
template<typename ES , typename DI , typename CI >
◆ _codim_used
template<typename ES , typename DI , typename CI >
◆ _container_blocked
template<typename ES , typename DI , typename CI >
◆ _entity_dof_offsets
template<typename ES , typename DI , typename CI >
◆ _fixed_size
template<typename ES , typename DI , typename CI >
◆ _fixed_size_possible
template<typename ES , typename DI , typename CI >
◆ _gfs_data
template<typename ES , typename DI , typename CI >
◆ _gt_dof_offsets
template<typename ES , typename DI , typename CI >
◆ _gt_entity_offsets
template<typename ES , typename DI , typename CI >
◆ _gt_used
template<typename ES , typename DI , typename CI >
◆ _max_local_size
template<typename ES , typename DI , typename CI >
◆ consume_tree_index
template<typename ES , typename DI , typename CI >
◆ GT_UNUSED
template<typename ES , typename DI , typename CI >
◆ has_dynamic_ordering_children
template<typename ES , typename DI , typename CI >
The documentation for this class was generated from the following file: