dune-pdelab
2.7-git
|
#include <dune/pdelab/ordering/leaflocalordering.hh>
Public Types | |
typedef BaseT::Traits | Traits |
Public Member Functions | |
LeafLocalOrdering (const std::shared_ptr< const FEM > &fem, const ES &es, bool backend_blocked, typename BaseT::GFSData *gfs_data) | |
const Traits::EntitySet & | entitySet () const |
const Traits::GridView & | gridView () const |
const FEM & | finiteElementMap () const |
template<typename CodimMask > | |
void | collect_used_codims (CodimMask &codims) const |
void | update_a_priori_fixed_size () |
void | setup_fixed_size_possible () |
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 |
template<typename ItIn , typename ItOut > | |
void | map_lfs_indices (const ItIn begin, const ItIn end, ItOut out) const |
Set last index of container indices. More... | |
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 |
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 |
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. More... | |
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 () |
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 |
|
protectedinherited |
typedef BaseT::Traits Dune::PDELab::LeafLocalOrdering< OrderingTag, FEM, ES, DI, CI >::Traits |
|
inline |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inline |
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inline |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inline |
|
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.
ItIn | DOFIndexViewIterator<DOFIterator> |
ItOut | std::vector<CI>::iterator |
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 |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
Gives the size for a given entity and suffix.
This method is used by typetree class derived from this class
node | TypeTree version of this class |
suffix | MultiIndex with a partial path to a container |
index | Entity index to compute the size |
|
inlineinherited |
|
inline |
|
inline |
Returns the size for a given suffix.
This computes the size required for a given suffix of a container index.
suffix | MultiIndex with a partial path to a container |
index | Entity index to compute the size |
|
inline |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inline |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
staticinherited |
|
staticconstexprinherited |
|
staticinherited |