#include <dune/pdelab/ordering/entityblockedlocalordering.hh>
|
| PowerEntityBlockedLocalOrdering (const typename NodeT::NodeStorage &child_storage, bool container_blocked) |
|
Traits::SizeType | size (const typename Traits::ContainerIndex &suffix, const typename Traits::DOFIndex::EntityIndex &index) const |
| Returns the size for a given suffix. More...
|
|
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 |
|
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 |
| Set last index of container indices. More...
|
|
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
◆ Traits
template<typename ChildOrdering , std::size_t k>
◆ PowerEntityBlockedLocalOrdering()
template<typename ChildOrdering , std::size_t k>
◆ childOrdering() [1/2]
◆ childOrdering() [2/2]
◆ childOrderingCount()
std::size_t Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::childOrderingCount |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ containerBlocked()
bool Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::containerBlocked |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ contains() [1/2]
bool Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::contains |
( |
const GeometryType & |
gt | ) |
const |
|
inlineinherited |
◆ contains() [2/2]
◆ contains_geometry_type()
◆ disable_container_blocking()
void Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::disable_container_blocking |
( |
| ) |
|
|
inlineprotectedinherited |
◆ extract_entity_indices()
Traits::SizeType Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::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< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::fixedSize |
( |
| ) |
const |
|
inlineinherited |
◆ map_lfs_indices()
void Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::map_lfs_indices |
( |
const ItIn |
begin, |
|
|
const ItIn |
end, |
|
|
ItOut |
out |
|
) |
| const |
|
inlineinherited |
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
-
- 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()
◆ maxLocalSize()
◆ node_size()
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()
◆ setup_fixed_size_possible()
void Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::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/7]
template<typename ChildOrdering , std::size_t k>
Returns the size for a given suffix.
- Parameters
-
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.
◆ size() [2/7]
template<typename ChildOrdering , std::size_t k>
◆ size() [3/7]
◆ size() [4/7]
template<typename ChildOrdering , std::size_t k>
◆ size() [5/7]
◆ size() [6/7]
template<typename ChildOrdering , std::size_t k>
◆ size() [7/7]
◆ _child_count
const std::size_t Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::_child_count |
|
protectedinherited |
◆ _children
◆ _codim_used
◆ _container_blocked
bool Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::_container_blocked |
|
protectedinherited |
◆ _entity_dof_offsets
◆ _fixed_size
bool Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::_fixed_size |
|
protectedinherited |
◆ _fixed_size_possible
bool Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::_fixed_size_possible |
|
protectedinherited |
◆ _gfs_data
◆ _gt_dof_offsets
◆ _gt_entity_offsets
◆ _gt_used
std::vector<bool> Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::_gt_used |
|
protectedinherited |
◆ _max_local_size
std::size_t Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::_max_local_size |
|
protectedinherited |
◆ consume_tree_index
template<typename ChildOrdering , std::size_t k>
◆ GT_UNUSED
constexpr auto Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::GT_UNUSED |
|
staticconstexprinherited |
◆ has_dynamic_ordering_children
const bool Dune::PDELab::LocalOrderingBase< ChildOrdering::Traits::EntitySet , ChildOrdering::Traits::DOFIndex , ChildOrdering::Traits::ContainerIndex >::has_dynamic_ordering_children |
|
staticinherited |
The documentation for this class was generated from the following file: