#include <dune/pdelab/ordering/entityblockedlocalordering.hh>
|
| CompositeEntityBlockedLocalOrdering (bool container_blocked, std::shared_ptr< Children >... children) |
|
const Traits::EntitySet & | entitySet () const |
|
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 |
|
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, 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 |
|
bool | fixedSize () const |
|
bool | contains (const GeometryType >) const |
|
bool | contains (typename Traits::SizeType codim) const |
|
bool | contains_geometry_type (typename Traits::SizeType gt_index) const |
|
Traits::SizeType | maxLocalSize () const |
|
◆ GFSData
typedef impl::GridFunctionSpaceOrderingData<typename Traits::SizeType> Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::GFSData |
|
protectedinherited |
◆ Traits
template<typename... Children>
◆ CompositeEntityBlockedLocalOrdering()
template<typename... Children>
◆ childOrdering() [1/2]
◆ childOrdering() [2/2]
◆ contains() [1/2]
bool Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::contains |
( |
const GeometryType & |
gt | ) |
const |
|
inlineinherited |
◆ contains() [2/2]
bool Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::contains |
( |
typename Traits::SizeType |
codim | ) |
const |
|
inlineinherited |
◆ contains_geometry_type()
bool Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::contains_geometry_type |
( |
typename Traits::SizeType |
gt_index | ) |
const |
|
inlineinherited |
◆ disable_container_blocking()
void Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::disable_container_blocking |
|
inlineprotectedinherited |
◆ entitySet()
template<typename... Children>
◆ extract_entity_indices()
Traits::SizeType Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::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 |
|
inlineinherited |
◆ fixedSize()
bool Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::fixedSize |
|
inlineinherited |
◆ map_lfs_indices()
void Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::map_lfs_indices |
( |
const ItIn |
begin, |
|
|
const ItIn |
end, |
|
|
ItOut |
out |
|
) |
| const |
|
inlineinherited |
◆ map_local_index()
◆ maxLocalSize()
◆ offset()
◆ setup_fixed_size_possible()
void Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::setup_fixed_size_possible |
|
inlineprotectedinherited |
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]
Traits::SizeType Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::size |
( |
const typename Traits::DOFIndex::EntityIndex & |
index | ) |
const |
|
inlineinherited |
◆ size() [2/3]
◆ size() [3/3]
◆ _child_count
const std::size_t Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::_child_count |
|
protectedinherited |
◆ _children
◆ _codim_used
◆ _container_blocked
bool Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::_container_blocked |
|
protectedinherited |
◆ _entity_dof_offsets
std::vector<typename Traits::SizeType> Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::_entity_dof_offsets |
|
protectedinherited |
◆ _fixed_size
bool Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::_fixed_size |
|
protectedinherited |
◆ _fixed_size_possible
bool Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::_fixed_size_possible |
|
protectedinherited |
◆ _gfs_data
GFSData* Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::_gfs_data |
|
protectedinherited |
◆ _gt_dof_offsets
std::vector<typename Traits::SizeType> Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::_gt_dof_offsets |
|
protectedinherited |
◆ _gt_entity_offsets
std::vector<typename Traits::SizeType> Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::_gt_entity_offsets |
|
protectedinherited |
◆ _gt_used
std::vector<bool> Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::_gt_used |
|
protectedinherited |
◆ _max_local_size
std::size_t Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::_max_local_size |
|
protectedinherited |
◆ consume_tree_index
template<typename... Children>
◆ GT_UNUSED
constexpr auto Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::GT_UNUSED |
|
staticconstexprinherited |
◆ has_dynamic_ordering_children
const bool Dune::PDELab::LocalOrderingBase< first_type< Children... >::type::Traits::EntitySet , first_type< Children... >::type::Traits::DOFIndex , first_type< Children... >::type::Traits::ContainerIndex >::has_dynamic_ordering_children |
|
staticinherited |
The documentation for this class was generated from the following file: