dune-functions  2.7.1
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | List of all members
Dune::Functions::CompositeNodeIndexSet< PB, IMS > Class Template Reference

#include <dune/functions/functionspacebases/compositebasis.hh>

Public Types

using size_type = std::size_t
 
using PreBasis = PB
 
using MultiIndex = typename PreBasis::MultiIndex
 
using Node = typename PreBasis::Node
 

Public Member Functions

 CompositeNodeIndexSet (const PreBasis &preBasis, SubIndexSets &&subNodeIndexSets)
 
void bind (const Node &node)
 
void unbind ()
 
size_type size () const
 
template<typename It >
It indices (It it) const
 Maps from subtree index set [0..size-1] to a globally unique multi index in global basis. More...
 
template<typename It >
It indices (It multiIndices, BasisFactory::FlatLexicographic) const
 
template<typename It >
It indices (It multiIndices, BasisFactory::BlockedLexicographic) const
 

Static Public Member Functions

static void multiIndexPushFront (MultiIndex &M, size_type M0)
 

Protected Types

using IndexMergingStrategy = IMS
 
using SubIndexSets = typename PreBasis::SubIndexSets
 
using ChildIndices = typename PreBasis::ChildIndices
 

Member Typedef Documentation

◆ ChildIndices

template<class PB , class IMS >
using Dune::Functions::CompositeNodeIndexSet< PB, IMS >::ChildIndices = typename PreBasis::ChildIndices
protected

◆ IndexMergingStrategy

template<class PB , class IMS >
using Dune::Functions::CompositeNodeIndexSet< PB, IMS >::IndexMergingStrategy = IMS
protected

◆ MultiIndex

template<class PB , class IMS >
using Dune::Functions::CompositeNodeIndexSet< PB, IMS >::MultiIndex = typename PreBasis::MultiIndex

◆ Node

template<class PB , class IMS >
using Dune::Functions::CompositeNodeIndexSet< PB, IMS >::Node = typename PreBasis::Node

◆ PreBasis

template<class PB , class IMS >
using Dune::Functions::CompositeNodeIndexSet< PB, IMS >::PreBasis = PB

◆ size_type

template<class PB , class IMS >
using Dune::Functions::CompositeNodeIndexSet< PB, IMS >::size_type = std::size_t

◆ SubIndexSets

template<class PB , class IMS >
using Dune::Functions::CompositeNodeIndexSet< PB, IMS >::SubIndexSets = typename PreBasis::SubIndexSets
protected

Constructor & Destructor Documentation

◆ CompositeNodeIndexSet()

template<class PB , class IMS >
Dune::Functions::CompositeNodeIndexSet< PB, IMS >::CompositeNodeIndexSet ( const PreBasis preBasis,
SubIndexSets &&  subNodeIndexSets 
)
inline

Member Function Documentation

◆ bind()

template<class PB , class IMS >
void Dune::Functions::CompositeNodeIndexSet< PB, IMS >::bind ( const Node node)
inline

◆ indices() [1/3]

template<class PB , class IMS >
template<typename It >
It Dune::Functions::CompositeNodeIndexSet< PB, IMS >::indices ( It  it) const
inline

Maps from subtree index set [0..size-1] to a globally unique multi index in global basis.

◆ indices() [2/3]

template<class PB , class IMS >
template<typename It >
It Dune::Functions::CompositeNodeIndexSet< PB, IMS >::indices ( It  multiIndices,
BasisFactory::BlockedLexicographic   
) const
inline

◆ indices() [3/3]

template<class PB , class IMS >
template<typename It >
It Dune::Functions::CompositeNodeIndexSet< PB, IMS >::indices ( It  multiIndices,
BasisFactory::FlatLexicographic   
) const
inline

◆ multiIndexPushFront()

template<class PB , class IMS >
static void Dune::Functions::CompositeNodeIndexSet< PB, IMS >::multiIndexPushFront ( MultiIndex M,
size_type  M0 
)
inlinestatic

◆ size()

template<class PB , class IMS >
size_type Dune::Functions::CompositeNodeIndexSet< PB, IMS >::size ( ) const
inline

◆ unbind()

template<class PB , class IMS >
void Dune::Functions::CompositeNodeIndexSet< PB, IMS >::unbind ( )
inline

The documentation for this class was generated from the following file: